[sysadmin-bin] Set BUGZILLARPC to True as per ovitters's request



commit c75bafae105ce0ca36221f0084a4bfdd7c42b79c
Author: Andrea Veri <av gnome org>
Date:   Mon Feb 9 17:41:37 2015 +0100

    Set BUGZILLARPC to True as per ovitters's request

 ftpadmin |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 3005215..d8c1916 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -43,8 +43,7 @@ import semi_rdf
 
 DEBUG=True
 
-# CHANGE THIS TO TRUE AFTER BUGZILLA UPGRADE!!!
-BUGZILLARPC=False
+BUGZILLARPC=True
 
 # Protection, only ovitters should be using debug mode:
 if os.environ['USER'] != 'ovitters':
@@ -1528,7 +1527,7 @@ def cmd_install(options, parser):
         sys.stdout.write(".")
     print ", done"
     modules.sort(cmp=lambda x,y:
-                     x.module and y.module and (cmp(x.module, y.module) 
+                     x.module and y.module and (cmp(x.module, y.module)
                                                 or version_cmp(x.version, y.version)))
 
     for module in modules:
@@ -1552,7 +1551,7 @@ def cmd_notify(options, parser):
         sys.stdout.write(".")
     print ", done"
     modules.sort(cmp=lambda x,y:
-                     x.module and y.module and (cmp(x.module, y.module) 
+                     x.module and y.module and (cmp(x.module, y.module)
                                                 or version_cmp(x.version, y.version)))
 
     for module in modules:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]