catalyst-auto: Skip s390 stage2 builds
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
3171891840
commit
c02b25b765
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
|||
|
||||
SETS="default netboot"
|
||||
|
||||
SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
|
||||
SET_default_SPECS="stage1.spec stage3.spec"
|
||||
|
||||
SET_netboot_SPECS="netboot/netboot.spec"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
|||
|
||||
SETS="default netboot"
|
||||
|
||||
SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
|
||||
SET_default_SPECS="stage1.spec stage3.spec"
|
||||
|
||||
SET_netboot_SPECS="netboot/netboot.spec"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue