Muehlenhoff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/234477

Change subject: Remove some stray imports pkgdb code (not ready yet)
......................................................................

Remove some stray imports pkgdb code (not ready yet)

Change-Id: I198e99eaaafa9778bfc65042be52a54a20e0366a
---
M master/debdeploy
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/debdeploy 
refs/changes/77/234477/1

diff --git a/master/debdeploy b/master/debdeploy
index c1664d1..0cd8ee6 100755
--- a/master/debdeploy
+++ b/master/debdeploy
@@ -11,7 +11,7 @@
 from debdeploy_conf import *
 from debdeploy_joblog import *
 from debdeploy_updatespec import *
-from debdeploy_pkgdb import *
+#from debdeploy_pkgdb import *
 
 def display_status(rollback_mode=False):
     '''
@@ -302,7 +302,7 @@
 client = salt.client.LocalClient()
 conf = DebDeployConfig("/etc/debdeploy.conf")
 joblogdb = DebDeployJobLog("/var/lib/debdeploy/jobdb.sqlite")
-pkgdb = DebDeployPkgDB("/var/lib/debdeploy/pkgdb.sqlite")
+#pkgdb = DebDeployPkgDB("/var/lib/debdeploy/pkgdb.sqlite")
 
 op = optparse.OptionParser()
 op.add_option("-u", "--update", action="store", type="string", 
dest="updatefile", help="A YAML file containing the update specification (which 
source package to update and the respective fixed versions")

-- 
To view, visit https://gerrit.wikimedia.org/r/234477
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I198e99eaaafa9778bfc65042be52a54a20e0366a
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/debdeploy
Gerrit-Branch: master
Gerrit-Owner: Muehlenhoff <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to