[Treepkg-commits] r173 - trunk/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 6 20:22:54 CET 2009
Author: bh
Date: 2009-03-06 20:22:53 +0100 (Fri, 06 Mar 2009)
New Revision: 173
Modified:
trunk/bin/publishpackages.py
Log:
Mention rules revision in text of --revision parameter of bin/publishpackages.py
Modified: trunk/bin/publishpackages.py
===================================================================
--- trunk/bin/publishpackages.py 2009-03-06 19:21:56 UTC (rev 172)
+++ trunk/bin/publishpackages.py 2009-03-06 19:22:53 UTC (rev 173)
@@ -1,5 +1,5 @@
#! /usr/bin/python2.4
-# Copyright (C) 2007, 2008 by Intevation GmbH
+# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
@@ -50,7 +50,10 @@
" Default is publishpackages.cfg"))
parser.add_option("--revision",
help=("The revision whose files are to be published."
- " If not given, the latest revision is used"))
+ " If not given, the latest revision is used"
+ " The value may be given as REV-RULESREV to specify"
+ " both the main source revision and the revision of"
+ " the packaging rules"))
parser.add_option("--dist",
help=("The debian distribution name to use on"
" the publishing system"))
More information about the Treepkg-commits
mailing list