1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-07 09:30:05 +02:00

- build: fix passing of commandline options and arguments to build.main(),

which was still using sys.argv
- build: use own api server as upstream URL in urllist. So far,
  api.opensuse.org was hardcoded in the download URL [#265211].
This commit is contained in:
Dr. Peter Poeml
2007-04-25 11:22:40 +00:00
parent b58b6e5a3f
commit 354c01be55
3 changed files with 14 additions and 9 deletions

View File

@@ -1095,7 +1095,7 @@ class Osc(cmdln.Cmdln):
print line.strip()
return 1
osc.build.main(sys.argv[1:])
osc.build.main(opts, args)