Merge pull request #315 from k0da/2-TestDVD_ppc

Enable Ring 2 for PowerPC
This commit is contained in:
Max Lin 2015-03-20 17:31:48 +08:00
commit 50c49cb453

View File

@ -96,13 +96,11 @@ function start_creating() {
regenerate_pl openSUSE:$target:Rings:1-MinimalX $target 1 $target-bootstrap $target-minimalx $arch
#we don't have all architectures yet.
projects=$(osc api /search/project/id?match="starts-with(@name,\"openSUSE:$target:Staging\")" | grep name | cut -d\' -f2)
if [ "$arch" = "x86_64" ];then
sync_prj openSUSE:$target:Rings:2-TestDVD/standard $target-testdvd $arch
regenerate_pl openSUSE:$target:Rings:2-TestDVD $target 2 $target-bootstrap $target-minimalx $target-testdvd $arch
projects=$(osc api /search/project/id?match="starts-with(@name,\"openSUSE:$target:Staging\")" | grep name | cut -d\' -f2)
$projects+=" openSUSE:$target:Rings:2-TestDVD"
fi
for prj in $projects; do
l=$(echo $prj | cut -d: -f4)