1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

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

This commit is contained in:
Adrian Schröter 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:
buildargs.append('--release %s' % bi.release)
else:
buildargs.append('--release 0')
# real arch of this machine
# vs.