Start with native armv4tl build, introduce openrc suffix

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-08-29 15:48:18 +02:00
parent 8aca038fbe
commit 229d1ce7a2
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 20 additions and 18 deletions

View file

@ -1,10 +1,10 @@
subarch: armv4tl
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/arm/17.0/armv4t
snapshot: @TIMESTAMP@
source_subpath: default/stage3-armv4tl-latest
source_subpath: default/stage3-armv4tl-latest-openrc
compression_mode: pixz_x
update_seed: yes
update_seed_command: -uDN @world

View file

@ -1,10 +1,10 @@
subarch: armv4tl
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/arm/17.0/armv4t
snapshot: @TIMESTAMP@
source_subpath: default/stage1-armv4tl-@TIMESTAMP@
source_subpath: default/stage1-armv4tl-@TIMESTAMP@-openrc
compression_mode: pixz_x
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -11,21 +11,23 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm
EMAIL_SUBJECT_PREPEND="[arm-auto]"
SETS="
armv4tl
armv5tel
armv6j_hf
armv6j_sf
armv7a_hf
armv7a_sf
armv4tl_openrc
armv4tl_systemd
armv5tel_systemd
armv6j_hf_systemd
armv6j_sf_systemd
armv7a_hf_systemd
armv7a_sf_systemd
"
SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec"
# armv5tel
# armv6j_hf
# armv6j_sf
# armv7a_hf
# armv7a_sf
# armv5tel_systemd
# armv6j_hf_systemd
# armv6j_sf_systemd
# armv7a_hf_systemd
# armv7a_sf_systemd
SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec"
SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"
SET_armv5tel_SPECS="armv5tel/stage1.spec armv5tel/stage3.spec"
@ -61,8 +63,8 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
armv4tl/stage3.spec)
upload stage3-armv4tl-${TIMESTAMP}*.xz*
armv4tl/stage3-openrc.spec)
upload stage3-armv4tl-openrc-${TIMESTAMP}*.xz*
;;
armv4tl/stage3-systemd.spec)
upload stage3-armv4tl-systemd-${TIMESTAMP}*.xz*