~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/supermirror_rewritemap.py

  • Committer: Curtis Hovey
  • Date: 2007-10-10 14:53:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5182.
  • Revision ID: curtis.hovey@canonical.com-20071010145359-v5se9jakfld0yhyf
Added bad name suppression to cronscripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python2.4
2
2
# Copyright 2005 Canonical Ltd.  All rights reserved.
3
 
# pylint: disable-msg=W0403
 
3
# pylint: disable-msg=C0103,W0403
4
4
 
5
5
"""Generate a file mapping ~user/product/branch to on-disk paths, suitable for
6
6
use with Apache's RewriteMap directive.