Add m68k systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
054f29e53f
commit
3a3df35519
3 changed files with 38 additions and 2 deletions
|
@ -13,10 +13,12 @@ EMAIL_SUBJECT_PREPEND="[m68k-qemu-auto]"
|
|||
SETS="
|
||||
openrc
|
||||
systemd
|
||||
systemd_mu
|
||||
"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
||||
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
|
@ -35,9 +37,19 @@ post_build() {
|
|||
local set=$1 spec=$2
|
||||
|
||||
case ${spec} in
|
||||
stage3*.spec)
|
||||
stage3-openrc.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
upload stage3-m68k-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
||||
upload stage3-m68k-openrc-${TIMESTAMP}*.xz*
|
||||
popd >/dev/null
|
||||
;;
|
||||
stage3-systemd.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
upload stage3-m68k-systemd-${TIMESTAMP}*.xz*
|
||||
popd >/dev/null
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
upload stage3-m68k-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
popd >/dev/null
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue