~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/generate-contents-files.py

  • Committer: Stuart Bishop
  • Date: 2011-07-25 08:19:17 UTC
  • mto: (7675.1202.25 bugsummary)
  • mto: This revision was merged to the branch mainline in revision 13902.
  • Revision ID: stuart.bishop@canonical.com-20110725081917-5ir3ajk6m9a59fpm
archivepublisher scripts to dedicated user

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
if __name__ == '__main__':
17
17
    script = GenerateContentsFiles(
18
 
        "generate-contents", dbuser=config.archivepublisher.dbuser)
 
18
        "generate-contents", dbuser='generate_contents_files')
19
19
    script.lock_and_run()