diff options
author | 2022-11-25 15:34:40 +0100 | |
---|---|---|
committer | 2022-11-25 15:34:40 +0100 | |
commit | 29221be8925867cd8b437613ec8bb69a96eef463 (patch) | |
tree | f5027996614b7a55586f2221f3d6ed92639cbda9 /tools/catalyst-auto-x86.conf | |
parent | Move sparc merged-usr builds to separate build types (diff) | |
download | releng-29221be8925867cd8b437613ec8bb69a96eef463.tar.gz releng-29221be8925867cd8b437613ec8bb69a96eef463.tar.bz2 releng-29221be8925867cd8b437613ec8bb69a96eef463.zip |
Add more x86 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-x86.conf')
-rw-r--r-- | tools/catalyst-auto-x86.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index de8f1161..dddf0496 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86 SETS=" i486_openrc + i486_systemd i686_openrc i686_systemd i686_systemd_mu @@ -21,6 +22,8 @@ SETS=" SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec" SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec" +SET_i486_systemd_SPECS="i486/stage1-systemd.spec i486/stage3-systemd.spec" + SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec" SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec" SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec" @@ -65,6 +68,9 @@ post_build() { i486/stage3-openrc.spec) upload stage3-i486-openrc-${TIMESTAMP}.tar.xz* ;; + i486/stage3-systemd.spec) + upload stage3-i486-systemd-${TIMESTAMP}.tar.xz* + ;; i486/installcd-stage2-minimal-openrc.spec) upload install-x86-minimal-${TIMESTAMP}.iso* ;; |