s390: update stage file and spec file names (openrc)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
09f346a4d3
commit
3e184dc0f7
4 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# S390 Netboot spec file, based in HPPA Netboot spec file by Guy Martin
|
# S390 Netboot spec file, based in HPPA Netboot spec file by Guy Martin
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: @TIMESTAMP@
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/stage3-s390-@TIMESTAMP@
|
source_subpath: default/stage3-s390-openrc-@TIMESTAMP@
|
||||||
pkgcache_path: /var/tmp/catalyst/packages/default/netboot2-s390
|
pkgcache_path: /var/tmp/catalyst/packages/default/netboot2-s390
|
||||||
|
|
||||||
# these shouldn't change
|
# these shouldn't change
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
subarch: s390
|
subarch: s390
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
target: stage1
|
target: stage1
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default/linux/s390/17.0
|
profile: default/linux/s390/17.0
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/stage3-s390-latest
|
source_subpath: default/stage3-s390-openrc-latest
|
||||||
update_seed: yes
|
update_seed: yes
|
||||||
update_seed_command: --update --deep --newuse @world
|
update_seed_command: --update --deep --newuse @world
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
|
@ -1,10 +1,10 @@
|
||||||
subarch: s390
|
subarch: s390
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
target: stage3
|
target: stage3
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default/linux/s390/17.0
|
profile: default/linux/s390/17.0
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/stage1-s390-@TIMESTAMP@
|
source_subpath: default/stage1-s390-openrc-@TIMESTAMP@
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||||
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-s390
|
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-s390
|
|
@ -6,11 +6,10 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
||||||
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390
|
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390
|
||||||
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
||||||
|
|
||||||
SETS="default netboot"
|
SETS="openrc"
|
||||||
|
|
||||||
SET_default_SPECS="stage1.spec stage3.spec"
|
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||||
|
SET_openrc_OPTIONAL_SPECS="netboot/netboot.spec"
|
||||||
SET_netboot_SPECS="netboot/netboot.spec"
|
|
||||||
|
|
||||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/s390
|
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/s390
|
||||||
|
|
||||||
|
@ -38,8 +37,8 @@ post_build() {
|
||||||
mv netboot2-s390-${TIMESTAMP}/kernels/misc/netboot.igz netboot2-s390-${TIMESTAMP}/netboot-s390-initramfs-${TIMESTAMP}
|
mv netboot2-s390-${TIMESTAMP}/kernels/misc/netboot.igz netboot2-s390-${TIMESTAMP}/netboot-s390-initramfs-${TIMESTAMP}
|
||||||
upload netboot2-s390-${TIMESTAMP}/netboot*
|
upload netboot2-s390-${TIMESTAMP}/netboot*
|
||||||
;;
|
;;
|
||||||
stage3.spec)
|
stage3-openrc.spec)
|
||||||
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
|
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Finished ${spec}"
|
echo "Finished ${spec}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue