1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 11:12:14 +01:00

run build with --norootforbuild, thereby defaulting to build as abuild user

This commit is contained in:
Dr. Peter Poeml 2007-03-21 00:29:10 +00:00
parent 5f4640848e
commit 7f4ed364f0
2 changed files with 1 additions and 3 deletions

2
TODO
View File

@ -9,8 +9,6 @@
- use urllib.urlencode for parameter encoding
- _real_ SSL support, with certificate verification
- zsh completion, or even bash
- support #norootforbuild (or is it supported? do we just need to enforce it, like the bs does?)
-> --norootforbuild als 'build' OPtion
- add option to disable gpg key checking?
- add support for adding tags to packages?
- prefer-rpms support for osc build

View File

@ -231,7 +231,7 @@ def main(argv):
buildargs = ' '.join(buildargs)
cmd = '%s --root=%s --rpmlist=%s --dist=%s %s %s' \
cmd = '%s --root=%s --norootforbuild --rpmlist=%s --dist=%s %s %s' \
% (config['build-cmd'],
config['build-root'],
rpmlist.name,