1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-12 02:04:04 +02:00

set release number to zero if not specified via commandline or server otherwise

This commit is contained in:
2010-08-04 17:01:56 +02:00
parent a4a52b62ae
commit 336530b660

View File

@@ -593,6 +593,8 @@ def main(apiurl, opts, argv):
if bi.release: if bi.release:
buildargs.append('--release %s' % bi.release) buildargs.append('--release %s' % bi.release)
else:
buildargs.append('--release 0')
# real arch of this machine # real arch of this machine
# vs. # vs.