diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-08-16 13:07:17 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-08-16 13:07:17 -0400 |
| commit | 5044d79ed68b71fe5fd3fc355594b1c81819f638 (patch) | |
| tree | f886cbd955dc4f723c6ed32909568fd97ea718c4 /scripts | |
| parent | 68c007975d9bc7dd9195fb538aa62b10028c12d4 (diff) | |
| download | anaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.tar.gz anaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.tar.xz anaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.zip | |
Remove the data/bootdisk directory tree.
This is all handled by lorax now, and having it in two places is confusing.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/makeupdates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates index 8145fb18b..0d5cceab5 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -166,7 +166,7 @@ def copyUpdatedFiles(tag, updates, cwd): fields = file.split('/') subdir = fields[0] if subdir in ['po', 'scripts','command-stubs', 'tests', - 'bootdisk', 'docs', 'fonts', 'utils', + 'docs', 'fonts', 'utils', 'liveinst', 'dracut', 'data']: continue else: |
