catalyst-auto: Skip s390 stage2 builds

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2019-05-30 14:01:25 -07:00
parent 3171891840
commit c02b25b765
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"