aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-16 22:42:34 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-16 22:42:34 +0100
commitc5e8ae2dda8cb5c95c841955166ee631aa2302df (patch)
treed2d636e4e7f568c8607fc1e88fedbbadee26ec99 /tools/catalyst-auto-ia64.conf
parentAdd hppa systemd merged-usr build (diff)
downloadreleng-c5e8ae2dda8cb5c95c841955166ee631aa2302df.tar.gz
releng-c5e8ae2dda8cb5c95c841955166ee631aa2302df.tar.bz2
releng-c5e8ae2dda8cb5c95c841955166ee631aa2302df.zip
Add ia64 systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-ia64.conf')
-rw-r--r--tools/catalyst-auto-ia64.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 114d71f1..ba74d35c 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -5,7 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
-SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
+SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec stage1-systemd-mu.spec stage3-systemd-mu.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@@ -38,6 +38,9 @@ post_build() {
stage3-systemd.spec)
upload stage3-*systemd-${TIMESTAMP}*.xz*
;;
+ stage3-systemd-mu.spec)
+ upload stage3-*systemd-mergedusr-${TIMESTAMP}*.xz*
+ ;;
*)
echo "Finished ${spec}"
;;