mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-01 21:23:39 +02:00
Revert "set release number to zero if not specified via commandline or server otherwise"
doing it in build script
This reverts commit 336530b660
.
This commit is contained in:
@@ -593,8 +593,6 @@ 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.
|
||||||
|
Reference in New Issue
Block a user