Merge pull request #315 from k0da/2-TestDVD_ppc
Enable Ring 2 for PowerPC
This commit is contained in:
commit
50c49cb453
@ -96,13 +96,11 @@ function start_creating() {
|
|||||||
|
|
||||||
regenerate_pl openSUSE:$target:Rings:1-MinimalX $target 1 $target-bootstrap $target-minimalx $arch
|
regenerate_pl openSUSE:$target:Rings:1-MinimalX $target 1 $target-bootstrap $target-minimalx $arch
|
||||||
|
|
||||||
#we don't have all architectures yet.
|
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=$(osc api /search/project/id?match="starts-with(@name,\"openSUSE:$target:Staging\")" | grep name | cut -d\' -f2)
|
||||||
if [ "$arch" = "x86_64" ];then
|
$projects+=" openSUSE:$target:Rings:2-TestDVD"
|
||||||
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+=" openSUSE:$target:Rings:2-TestDVD"
|
|
||||||
fi
|
|
||||||
|
|
||||||
for prj in $projects; do
|
for prj in $projects; do
|
||||||
l=$(echo $prj | cut -d: -f4)
|
l=$(echo $prj | cut -d: -f4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user