/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/config.py

  • Committer: Colin Watson
  • Date: 2020-06-08 09:55:03 UTC
  • mfrom: (498.2.2 jquery)
  • Revision ID: cjwatson@canonical.com-20200608095503-n387xggxud2khqsw
[r=cjwatson] Port loggerhead from YUI to jQuery.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    parser.add_option("--version", action="store_true", dest="show_version",
72
72
                      help="Print the software version and exit")
73
73
    parser.add_option("--use-cdn", action="store_true", dest="use_cdn",
74
 
                      help="Serve YUI from Yahoo!'s CDN")
 
74
                      help="Serve jQuery from Google's CDN")
75
75
    parser.add_option("--cache-dir", dest="sql_dir",
76
76
                      help="The directory to place the SQL cache in")
77
77
    parser.add_option("--allow-writes", action="store_true",