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:
Dinar Valeev 2015-03-19 10:47:14 +01:00
parent d0df8ef5e6
commit c3bc54cf1f
2 changed files with 5 additions and 0 deletions

View File

@ -16,9 +16,11 @@
<path project="openSUSE:Factory:Build" repository="standard"/> <path project="openSUSE:Factory:Build" repository="standard"/>
<arch>i586</arch> <arch>i586</arch>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>ppc64le</arch>
</repository> </repository>
<repository name="images" rebuild="direct" linkedbuild="all"> <repository name="images" rebuild="direct" linkedbuild="all">
<path project="openSUSE:Factory" repository="standard"/> <path project="openSUSE:Factory" repository="standard"/>
<arch>ppc64le</arch>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>i586</arch> <arch>i586</arch>
</repository> </repository>

View File

@ -16,14 +16,17 @@
<path project="openSUSE:Factory:Staging" repository="standard"/> <path project="openSUSE:Factory:Staging" repository="standard"/>
<arch>i586</arch> <arch>i586</arch>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>ppc64le</arch>
</repository> </repository>
<repository linkedbuild="all" name="standard" rebuild="direct"> <repository linkedbuild="all" name="standard" rebuild="direct">
<path project="openSUSE:Factory:Staging:A" repository="bootstrap_copy"/> <path project="openSUSE:Factory:Staging:A" repository="bootstrap_copy"/>
<arch>i586</arch> <arch>i586</arch>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>ppc64le</arch>
</repository> </repository>
<repository linkedbuild="all" name="images" rebuild="direct"> <repository linkedbuild="all" name="images" rebuild="direct">
<path project="openSUSE:Factory:Staging:A" repository="standard"/> <path project="openSUSE:Factory:Staging:A" repository="standard"/>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>ppc64le</arch>
</repository> </repository>
</project> </project>