comparison bin/publishpackages.py @ 247:55337021fe5b

Mention rules revision in text of --revision parameter of bin/publishpackages.py
author Bernhard Herzog <bh@intevation.de>
date Fri, 06 Mar 2009 19:22:53 +0000
parents ce03e24f6d0f
children a3f106580525
comparison
equal deleted inserted replaced
246:59e2d8e26635 247:55337021fe5b
1 #! /usr/bin/python2.4 1 #! /usr/bin/python2.4
2 # Copyright (C) 2007, 2008 by Intevation GmbH 2 # Copyright (C) 2007, 2008, 2009 by Intevation GmbH
3 # Authors: 3 # Authors:
4 # Bernhard Herzog <bh@intevation.de> 4 # Bernhard Herzog <bh@intevation.de>
5 # 5 #
6 # This program is free software under the GPL (>=v2) 6 # This program is free software under the GPL (>=v2)
7 # Read the file COPYING coming with the software for details. 7 # Read the file COPYING coming with the software for details.
48 parser.add_option("--config-file", 48 parser.add_option("--config-file",
49 help=("The configuration file." 49 help=("The configuration file."
50 " Default is publishpackages.cfg")) 50 " Default is publishpackages.cfg"))
51 parser.add_option("--revision", 51 parser.add_option("--revision",
52 help=("The revision whose files are to be published." 52 help=("The revision whose files are to be published."
53 " If not given, the latest revision is used")) 53 " If not given, the latest revision is used"
54 " The value may be given as REV-RULESREV to specify"
55 " both the main source revision and the revision of"
56 " the packaging rules"))
54 parser.add_option("--dist", 57 parser.add_option("--dist",
55 help=("The debian distribution name to use on" 58 help=("The debian distribution name to use on"
56 " the publishing system")) 59 " the publishing system"))
57 parser.add_option("--section", 60 parser.add_option("--section",
58 help=("The debian distribution section name to use on" 61 help=("The debian distribution section name to use on"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)