~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/publish-ftpmaster.py

Merged db-devel into staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import _pythonpath
9
9
 
10
 
from canonical.config import config
11
10
from lp.archivepublisher.scripts.publish_ftpmaster import PublishFTPMaster
12
11
 
13
12
 
14
13
if __name__ == '__main__':
15
14
    script = PublishFTPMaster(
16
 
        "publish-ftpmaster", dbuser=config.archivepublisher.dbuser)
 
15
        "publish-ftpmaster", 'publish_ftpmaster')
17
16
    script.lock_and_run()