mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
update template file. Introduce the the new flags, which are support by
build service in svn, but not yet deployed on api.opensuse.org
This commit is contained in:
parent
85e66362af
commit
0629060b41
28
osc/core.py
28
osc/core.py
@ -39,6 +39,17 @@ It also does some weird stuff.
|
||||
|
||||
<person role="maintainer" userid="%s" />
|
||||
|
||||
<!-- remove this block to publish your packages on the mirrors -->
|
||||
<publish>
|
||||
<disable />
|
||||
</publish>
|
||||
<build>
|
||||
<enable />
|
||||
</build>
|
||||
<debuginfo>
|
||||
<disable />
|
||||
</debuginfo>
|
||||
|
||||
<!-- remove this comment to enable one or more build targets
|
||||
|
||||
<repository name="SUSE_Linux_Factory">
|
||||
@ -46,6 +57,11 @@ It also does some weird stuff.
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
<repository name="SUSE_Linux_10.2">
|
||||
<path project="SUSE:SL-10.2" repository="standard" />
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
<repository name="SUSE_Linux_10.1">
|
||||
<path project="SUSE:SL-10.1" repository="standard" />
|
||||
<arch>x86_64</arch>
|
||||
@ -56,17 +72,13 @@ It also does some weird stuff.
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
<repository name="SUSE_Linux_9.3">
|
||||
<path project="SUSE:SL-9.3" repository="standard" />
|
||||
<repository name="Fedora_7">
|
||||
<path project="Fedora:7" repository="standard" />
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
<repository name="Fedora_Core_5">
|
||||
<path project="Fedora:Core5" repository="standard" />
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
<repository name="SUSE_SLES-9">
|
||||
<path project="SUSE:SLES-9" repository="standard" />
|
||||
<repository name="SLE_10">
|
||||
<path project="SUSE:SLE-10:SDK" repository="standard" />
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
|
Loading…
x
Reference in New Issue
Block a user