commit: 509ce3b8235a75a3f388c0696c0b0c3965082e70
Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 10:00:07 2014 +0000
Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 2 10:00:07 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=509ce3b8
Add netboot to s390x
---
tools/catalyst-auto-s390x.conf | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf
index 33eee23..30ee386 100644
--- a/tools/catalyst-auto-s390x.conf
+++ b/tools/catalyst-auto-s390x.conf
@@ -4,11 +4,13 @@
SPECS_DIR=${GITDIR}/releases/weekly/specs/s390/s390x
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
-SETS="default"
+SETS="default netboot"
SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
-#KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/s390
+SET_netboot_SPECS="netboot/netboot.spec"
+
+KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/s390
[email protected],[email protected]
EMAIL_FROM=catalyst@$(hostname)
@@ -48,5 +50,7 @@ pre_build() {
post_build() {
- rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-${SUBARCH}-*${DATESTAMP}*.tar.bz2*
[email protected]:
+ mv
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/kernels/netboot64
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/netboot-s390x-kernel-${DATESTAMP}
+ mv
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/kernels/misc/netboot64.igz
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/netboot64
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/netboot-s390x-initramfs-${DATESTAMP}
+ rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-${SUBARCH}-*${DATESTAMP}*.tar.bz2*
${BUILD_SRCDIR_BASE}/builds/default/netboot2-s390x-${DATESTAMP}/netboot*
[email protected]:
}