Add loong systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
c5e8ae2dda
commit
6a55a8d80a
3 changed files with 38 additions and 4 deletions
13
releases/specs-qemu/loong/stage1-systemd-mu.spec
Normal file
13
releases/specs-qemu/loong/stage1-systemd-mu.spec
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
subarch: loong
|
||||||
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
|
target: stage1
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-loong-systemd-mergedusr-latest
|
||||||
|
compression_mode: pixz
|
||||||
|
update_seed: no
|
||||||
|
update_seed_command: -uDN @world
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
||||||
|
interpreter: /usr/bin/qemu-loongarch64
|
11
releases/specs-qemu/loong/stage3-systemd-mu.spec
Normal file
11
releases/specs-qemu/loong/stage3-systemd-mu.spec
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
subarch: loong
|
||||||
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
|
target: stage3
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-loong-systemd-mergedusr-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
||||||
|
interpreter: /usr/bin/qemu-loongarch64
|
|
@ -13,11 +13,15 @@ EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]"
|
||||||
SETS="
|
SETS="
|
||||||
openrc
|
openrc
|
||||||
systemd
|
systemd
|
||||||
|
systemd_mu
|
||||||
"
|
"
|
||||||
|
|
||||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||||
|
|
||||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
||||||
|
|
||||||
|
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||||
|
|
||||||
update_symlinks() {
|
update_symlinks() {
|
||||||
# Symlink the latest stages3 to build from
|
# Symlink the latest stages3 to build from
|
||||||
local d f
|
local d f
|
||||||
|
@ -34,14 +38,20 @@ update_symlinks() {
|
||||||
post_build() {
|
post_build() {
|
||||||
local set=$1 spec=$2
|
local set=$1 spec=$2
|
||||||
|
|
||||||
case ${spec} in
|
|
||||||
stage3*.spec)
|
|
||||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||||
upload stage3-loong-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
case ${spec} in
|
||||||
popd >/dev/null
|
stage3-openrc.spec)
|
||||||
|
upload stage3-loong-openrc-${TIMESTAMP}*.xz*
|
||||||
|
;;
|
||||||
|
stage3-systemd.spec)
|
||||||
|
upload stage3-loong-systemd-${TIMESTAMP}*.xz*
|
||||||
|
;;
|
||||||
|
stage3-systemd-mu.spec)
|
||||||
|
upload stage3-loong-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Finished ${spec}"
|
echo "Finished ${spec}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
popd >/dev/null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue