[blivet:master 07/10] Delete method-local pruneFile function.

mulhern amulhern at redhat.com
Tue Mar 25 15:49:06 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 scripts/makeupdates | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index 6992f0a..2bd15e8 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -82,15 +82,6 @@ def doGitDiff(tag, args=[]):
     return lines
 
 def copyUpdatedFiles(tag, updates, cwd):
-    def pruneFile(src, names):
-        lst = []
-
-        for name in names:
-            if name.startswith('Makefile') or name.endswith('.pyc'):
-                lst.append(name)
-
-        return lst
-
     def install_to_dir(fname, relpath):
         sys.stdout.write("Including %s\n" % fname)
         outdir = os.path.join(updates, relpath)
-- 
1.8.3.1



More information about the anaconda-patches mailing list