Enable armv5tel builds on jiji

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

View file

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

View file

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

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=arm
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)
@ -13,14 +13,14 @@ EMAIL_SUBJECT_PREPEND="[arm-auto]"
SETS="
armv4tl_openrc
armv4tl_systemd
armv5tel_openrc
armv5tel_systemd
"
# armv5tel
# armv6j_hf
# armv6j_sf
# armv7a_hf
# armv7a_sf
# armv5tel_systemd
# armv6j_hf_systemd
# armv6j_sf_systemd
# armv7a_hf_systemd
@ -30,7 +30,7 @@ SETS="
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"
SET_armv5tel_openrc_SPECS="armv5tel/stage1-openrc.spec armv5tel/stage3-openrc.spec"
SET_armv5tel_systemd_SPECS="armv5tel/stage1-systemd.spec armv5tel/stage3-systemd.spec"
SET_armv6j_hf_SPECS="armv6j/stage1-hardfloat.spec armv6j/stage3-hardfloat.spec"
@ -69,8 +69,8 @@ post_build() {
armv4tl/stage3-systemd.spec)
upload stage3-armv4tl-systemd-${TIMESTAMP}*.xz*
;;
armv5tel/stage3.spec)
upload stage3-armv5tel-${TIMESTAMP}*.xz*
armv5tel/stage3-openrc.spec)
upload stage3-armv5tel-openrc-${TIMESTAMP}*.xz*
;;
armv5tel/stage3-systemd.spec)
upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*