aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-24 23:15:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-24 23:15:37 +0100
commitad059f3264c7c339892c68fb6551da7e4e7d0026 (patch)
tree5676687cf646207752064259c8fcf31b14dcd2f0 /tools/catalyst-auto-x86.conf
parentUpload sparc 17.0 packages with openrc build (diff)
downloadreleng-ad059f3264c7c339892c68fb6551da7e4e7d0026.tar.gz
releng-ad059f3264c7c339892c68fb6551da7e4e7d0026.tar.bz2
releng-ad059f3264c7c339892c68fb6551da7e4e7d0026.zip
Upload x86 17.0 packages with openrc build
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.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 38b49922..fa9f9b73 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -21,14 +21,10 @@ 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_i486_systemd_mu_SPECS="i486/stage1-systemd-mu.spec i486/stage3-systemd-mu.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"
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
@@ -70,9 +66,6 @@ post_build() {
case ${spec} in
i486/stage3-openrc.spec)
upload stage3-i486-openrc-${TIMESTAMP}.tar.xz*
- ;;
- i486/stage3-systemd.spec)
- upload stage3-i486-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486
;;
i486/installcd-stage2-minimal-openrc.spec)
@@ -80,9 +73,6 @@ post_build() {
;;
i686/stage3-openrc.spec)
upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*
- ;;
- i686/stage3-systemd.spec)
- upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686
;;
esac