diff options
author | David Lehman <dlehman@redhat.com> | 2009-08-10 15:12:54 -0500 |
---|---|---|
committer | David Lehman <dlehman@redhat.com> | 2009-08-17 17:02:00 -0500 |
commit | b44b268438aa5bd7c86b7ec647b7afef3f3ddb3d (patch) | |
tree | c509a74baadcae2e6aed3f11b81dcf773f29edee /scripts/makeupdates | |
parent | bcd756ef7e332dccc55d06f5dfda09995e33193a (diff) | |
download | anaconda-b44b268438aa5bd7c86b7ec647b7afef3f3ddb3d.tar.gz anaconda-b44b268438aa5bd7c86b7ec647b7afef3f3ddb3d.tar.xz anaconda-b44b268438aa5bd7c86b7ec647b7afef3f3ddb3d.zip |
Include changed files from the top level in the updates.
Diffstat (limited to 'scripts/makeupdates')
-rwxr-xr-x | scripts/makeupdates | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates index a8947ed0a..c6c663d81 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -113,6 +113,9 @@ def copyUpdatedFiles(tag, updates, cwd): else: sys.stdout.write("Including %s\n" % (file,)) shutil.copy2(file, updates) + else: + sys.stdout.write("Including %s\n" % (file,)) + shutil.copy2(file, updates) def isysChanged(tag): lines = doGitDiff(tag, ['isys']) |