1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-30 03:43:06 +02:00

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

doing it in build script

This reverts commit 336530b66015bf26e3beab7d4c8ac868e48726e6.
This commit is contained in:
Adrian Schröter 2010-08-04 17:24:06 +02:00
parent 5bd78d44f8
commit e3828801db

View File

@ -593,8 +593,6 @@ 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.