diff options
| author | Jesse Keating <jkeating@redhat.com> | 2012-07-19 13:27:05 -0700 |
|---|---|---|
| committer | Jesse Keating <jkeating@redhat.com> | 2012-07-19 13:27:05 -0700 |
| commit | ba065e63fa3da1d3df79720dbbdf10588942af52 (patch) | |
| tree | 083a98f6f222cecdfdef5fe766038abeb3e25ba2 /scripts | |
| parent | 9610d3caf7ba9f393b105d5ce92724b6c4092b1e (diff) | |
| download | anaconda-ba065e63fa3da1d3df79720dbbdf10588942af52.tar.gz anaconda-ba065e63fa3da1d3df79720dbbdf10588942af52.tar.xz anaconda-ba065e63fa3da1d3df79720dbbdf10588942af52.zip | |
Drop gptsync
We're not supporting the boot mode that requires gptsync so don't ship
the software any more.
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 3a346aa80..38e92c721 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -156,7 +156,7 @@ def copyUpdatedFiles(tag, updates, cwd): fields = file.split('/') subdir = fields[0] if subdir in ['po', 'scripts','command-stubs', 'tests', - 'bootdisk', 'docs', 'fonts', 'utils', 'gptsync', + 'bootdisk', 'docs', 'fonts', 'utils', 'liveinst', 'dracut', 'data']: continue else: |
