mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
set release number to zero if not specified via commandline or server otherwise
This commit is contained in:
parent
a4a52b62ae
commit
336530b660
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user