Fix expected architectures
With extention osc_freeze command to the new architecture, we've forgot to add tests. Lets fix it Signed-off-by: Dinar Valeev <dvaleev@suse.com>
This commit is contained in:
parent
d0df8ef5e6
commit
c3bc54cf1f
@ -16,9 +16,11 @@
|
||||
<path project="openSUSE:Factory:Build" repository="standard"/>
|
||||
<arch>i586</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</repository>
|
||||
<repository name="images" rebuild="direct" linkedbuild="all">
|
||||
<path project="openSUSE:Factory" repository="standard"/>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
|
@ -16,14 +16,17 @@
|
||||
<path project="openSUSE:Factory:Staging" repository="standard"/>
|
||||
<arch>i586</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</repository>
|
||||
<repository linkedbuild="all" name="standard" rebuild="direct">
|
||||
<path project="openSUSE:Factory:Staging:A" repository="bootstrap_copy"/>
|
||||
<arch>i586</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</repository>
|
||||
<repository linkedbuild="all" name="images" rebuild="direct">
|
||||
<path project="openSUSE:Factory:Staging:A" repository="standard"/>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</repository>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user