summaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-10 17:50:05 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-10 17:50:05 +0200
commit7030c5c418d287217987bac5915c08d20298cdcb (patch)
treebd1d142bec7ef074fc460a3ec88c0bec3424b841 /gbp
parent303e5247c267f293074f23247351c0492bb85d52 (diff)
eval() the snapshot number calculation so everybody can pass in what he wants
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index fd0232a5..96eeddb8 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -33,6 +33,7 @@ class GbpOptionParser(OptionParser):
'debian-tag' : 'debian/%(version)s',
'upstream-tag' : 'upstream/%(version)s',
'filter' : '',
+ 'snapshot-number' : 'snapshot + 1'
}
config_files=['/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),