~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/publish-distro.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-09 10:30:43 UTC
  • mfrom: (13607.3.4 bug-820796)
  • Revision ID: launchpad@pqm.canonical.com-20110809103043-865kaypngiquws1f
[r=henninge][bug=820796] Make publisher scripts use the same lock
        file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
if __name__ == "__main__":
15
15
    script = PublishDistro(dbuser=config.archivepublisher.dbuser)
16
 
    script.run()
 
16
    script.lock_and_run()