[blivet:master 11/13] Remove unused parameter in makeupdates.

mulhern amulhern at redhat.com
Fri Apr 25 12:54:30 UTC 2014


Change invocation accordingly.

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

diff --git a/scripts/makeupdates b/scripts/makeupdates
index 1eb5600..e3e6a0c 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -82,7 +82,7 @@ def doGitDiff(tag, args=None):
     lines = proc[0].split('\n')
     return lines
 
-def copyUpdatedFiles(tag, updates, cwd):
+def copyUpdatedFiles(tag, updates):
     def install_to_dir(fname, relpath):
         sys.stdout.write("Including %s\n" % fname)
         outdir = os.path.join(updates, relpath)
@@ -197,7 +197,7 @@ def main(argv):
     if not os.path.isdir(updates):
         os.makedirs(updates)
 
-    copyUpdatedFiles(tag, updates, cwd)
+    copyUpdatedFiles(tag, updates)
 
     if add_rpms:
         addRpms(updates, add_rpms)
-- 
1.8.3.1



More information about the anaconda-patches mailing list