← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/fix-ppa-missing-builds into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/fix-ppa-missing-builds into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/fix-ppa-missing-builds/+merge/46159

Change the user the ppa-add-missing-builds.py script connects to the DB as.
-- 
https://code.launchpad.net/~stevenk/launchpad/fix-ppa-missing-builds/+merge/46159
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/fix-ppa-missing-builds into lp:launchpad.
=== modified file 'scripts/ppa-add-missing-builds.py'
--- scripts/ppa-add-missing-builds.py	2010-04-27 19:48:39 +0000
+++ scripts/ppa-add-missing-builds.py	2011-01-13 17:43:56 +0000
@@ -12,5 +12,5 @@
 
 if __name__ == "__main__":
     script = PPAMissingBuilds(
-        "ppa-add-missing-builds", dbuser=config.builddmaster.dbuser)
+        "ppa-add-missing-builds", dbuser=config.uploader.dbuser)
     script.lock_and_run()