[blivet:master 05/14] Omit compile flag

mulhern amulhern at redhat.com
Fri Mar 28 22:50:30 UTC 2014


It is not relevant to making updates for blivet.

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

diff --git a/scripts/makeupdates b/scripts/makeupdates
index cc040ea..09cb332 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -149,16 +149,16 @@ def main(argv):
     cwd = os.getcwd()
     spec = os.path.realpath(cwd + '/python-blivet.spec')
     updates = cwd + '/updates'
-    keep, compile, help, unknown = False, False, False, False
+    keep, help, unknown = False, False, False
     tag = None
     opts = []
     offset = 0
     add_rpms = []
 
     try:
-        opts, _args = getopt.getopt(sys.argv[1:], 'a:t:o:kc?',
+        opts, _args = getopt.getopt(sys.argv[1:], 'a:t:o:k?',
                                    ['add=', 'tag=', 'offset=',
-                                    'keep', 'compile', 'help'])
+                                    'keep', 'help'])
     except getopt.GetoptError:
         help = True
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list