* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/
@ 2022-01-22 15:08 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-01-22 15:08 UTC (permalink / raw
To: gentoo-commits
commit: 30f989d595284610d26cc690b04698073aab9aa2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 15:07:38 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 15:07:38 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=30f989d5
ia64: add openrc suffix to specs and stage names
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/ia64/installcd-stage1.spec | 2 +-
releases/specs/ia64/{stage1.spec => stage1-openrc.spec} | 4 ++--
releases/specs/ia64/stage2.spec | 10 ----------
releases/specs/ia64/{stage3.spec => stage3-openrc.spec} | 4 ++--
tools/catalyst-auto-ia64.conf | 10 +++-------
5 files changed, 8 insertions(+), 22 deletions(-)
diff --git a/releases/specs/ia64/installcd-stage1.spec b/releases/specs/ia64/installcd-stage1.spec
index b9f08f7a..b9be8043 100644
--- a/releases/specs/ia64/installcd-stage1.spec
+++ b/releases/specs/ia64/installcd-stage1.spec
@@ -4,7 +4,7 @@ target: livecd-stage1
rel_type: default
profile: default/linux/ia64/17.0
snapshot: @TIMESTAMP@
-source_subpath: default/stage3-ia64-@TIMESTAMP@
+source_subpath: default/stage3-ia64-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/isos
diff --git a/releases/specs/ia64/stage1.spec b/releases/specs/ia64/stage1-openrc.spec
similarity index 76%
rename from releases/specs/ia64/stage1.spec
rename to releases/specs/ia64/stage1-openrc.spec
index 47ce50b0..4de2bf68 100644
--- a/releases/specs/ia64/stage1.spec
+++ b/releases/specs/ia64/stage1-openrc.spec
@@ -1,10 +1,10 @@
subarch: ia64
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/ia64/17.0
snapshot: @TIMESTAMP@
-source_subpath: default/stage3-ia64-latest
+source_subpath: default/stage3-ia64-openrc-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world
diff --git a/releases/specs/ia64/stage2.spec b/releases/specs/ia64/stage2.spec
deleted file mode 100644
index db5c91d7..00000000
--- a/releases/specs/ia64/stage2.spec
+++ /dev/null
@@ -1,10 +0,0 @@
-subarch: ia64
-version_stamp: @TIMESTAMP@
-target: stage2
-rel_type: default
-profile: default/linux/ia64/17.0
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-ia64-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng
diff --git a/releases/specs/ia64/stage3.spec b/releases/specs/ia64/stage3-openrc.spec
similarity index 69%
rename from releases/specs/ia64/stage3.spec
rename to releases/specs/ia64/stage3-openrc.spec
index 416fc84b..dcb28457 100644
--- a/releases/specs/ia64/stage3.spec
+++ b/releases/specs/ia64/stage3-openrc.spec
@@ -1,10 +1,10 @@
subarch: ia64
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/ia64/17.0
snapshot: @TIMESTAMP@
-source_subpath: default/stage1-ia64-@TIMESTAMP@
+source_subpath: default/stage1-ia64-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 054f28db..f6907a63 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -5,11 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
-SPECS="stage1.spec stage3.spec"
-#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
-#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
-#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
-
+SPECS="stage1-openrc.spec stage3-openrc.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@@ -36,8 +32,8 @@ post_build() {
installcd-stage2*)
upload *${TIMESTAMP}*.iso*
;;
- stage3.spec)
- upload stage3-*${TIMESTAMP}*.xz*
+ stage3-openrc.spec)
+ upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/
@ 2022-01-22 15:36 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-01-22 15:36 UTC (permalink / raw
To: gentoo-commits
commit: 5d95dcda296442f4a7d976de8681c504fddd33ef
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 15:36:27 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 15:36:27 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5d95dcda
Add experimental ia64 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/ia64/stage1-systemd.spec | 12 ++++++++++++
releases/specs/ia64/stage3-systemd.spec | 10 ++++++++++
tools/catalyst-auto-ia64.conf | 5 ++++-
3 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/releases/specs/ia64/stage1-systemd.spec b/releases/specs/ia64/stage1-systemd.spec
new file mode 100644
index 00000000..e98281ec
--- /dev/null
+++ b/releases/specs/ia64/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: ia64
+version_stamp: systemd-@TIMESTAMP@
+target: stage1
+rel_type: default
+profile: default/linux/ia64/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-ia64-systemd-latest
+compression_mode: pixz
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/releases/specs/ia64/stage3-systemd.spec b/releases/specs/ia64/stage3-systemd.spec
new file mode 100644
index 00000000..3460983a
--- /dev/null
+++ b/releases/specs/ia64/stage3-systemd.spec
@@ -0,0 +1,10 @@
+subarch: ia64
+version_stamp: systemd-@TIMESTAMP@
+target: stage3
+rel_type: default
+profile: default/linux/ia64/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-ia64-systemd-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index f6907a63..114d71f1 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"
+SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@@ -35,6 +35,9 @@ post_build() {
stage3-openrc.spec)
upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
+ stage3-systemd.spec)
+ upload stage3-*systemd-${TIMESTAMP}*.xz*
+ ;;
*)
echo "Finished ${spec}"
;;
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/
@ 2022-11-23 21:33 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-11-23 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 216dea7382a27f0448ce7114dd46d4b5aa010e06
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 21:31:02 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 21:33:00 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=216dea73
Move ia64 merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/ia64/stage1-systemd-mu.spec | 4 ++--
releases/specs/ia64/stage3-systemd-mu.spec | 4 ++--
tools/catalyst-auto-ia64.conf | 32 ++++++++++++++++++++----------
3 files changed, 25 insertions(+), 15 deletions(-)
diff --git a/releases/specs/ia64/stage1-systemd-mu.spec b/releases/specs/ia64/stage1-systemd-mu.spec
index b3939d02..5dddd4e2 100644
--- a/releases/specs/ia64/stage1-systemd-mu.spec
+++ b/releases/specs/ia64/stage1-systemd-mu.spec
@@ -1,10 +1,10 @@
subarch: ia64
version_stamp: systemd-mergedusr-@TIMESTAMP@
target: stage1
-rel_type: default
+rel_type: mergedusr
profile: default/linux/ia64/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
-source_subpath: default/stage3-ia64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-ia64-systemd-mergedusr-latest
compression_mode: pixz
update_seed: no
update_seed_command: --update --deep --newuse @world
diff --git a/releases/specs/ia64/stage3-systemd-mu.spec b/releases/specs/ia64/stage3-systemd-mu.spec
index 02619c36..2750d3f6 100644
--- a/releases/specs/ia64/stage3-systemd-mu.spec
+++ b/releases/specs/ia64/stage3-systemd-mu.spec
@@ -1,10 +1,10 @@
subarch: ia64
version_stamp: systemd-mergedusr-@TIMESTAMP@
target: stage3
-rel_type: default
+rel_type: mergedusr
profile: default/linux/ia64/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
-source_subpath: default/stage1-ia64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-ia64-systemd-mergedusr-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index bfefa37d..8a54b0f1 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -5,15 +5,25 @@ 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 stage1-systemd-mu.spec stage3-systemd-mu.spec"
-OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+SETS="
+ openrc
+ systemd
+ systemd_mu
+"
+
+SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
+SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+
+SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
+
+SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
update_symlinks() {
# Symlink the latest stages3 to build from
local d f
- for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+ for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
@@ -28,24 +38,24 @@ post_build() {
local set=$1 spec=$2
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
-
case ${spec} in
installcd-stage2*)
upload *${TIMESTAMP}*.iso*
;;
stage3-openrc.spec)
- upload stage3-*openrc-${TIMESTAMP}*.xz*
+ upload stage3-ia64-openrc-${TIMESTAMP}.xz*
;;
stage3-systemd.spec)
- upload stage3-*systemd-${TIMESTAMP}*.xz*
+ upload stage3-ia64-systemd-${TIMESTAMP}.xz*
;;
+ esac
+ popd >/dev/null
+
+ pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+ case ${spec} in
stage3-systemd-mu.spec)
- upload stage3-*systemd-mergedusr-${TIMESTAMP}*.xz*
- ;;
- *)
- echo "Finished ${spec}"
+ upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.xz*
;;
esac
-
popd >/dev/null
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/
@ 2024-04-04 18:52 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2024-04-04 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 8ab9c340525b0049f233ab20b7980a8b7c1ad317
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 18:51:44 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 18:51:44 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8ab9c340
Switch ia64 boot media to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/ia64/installcd-stage1.spec | 44 ++---------------
releases/specs/ia64/installcd-stage2-minimal.spec | 58 ++++++++++-------------
tools/catalyst-auto-ia64.conf | 4 +-
3 files changed, 31 insertions(+), 75 deletions(-)
diff --git a/releases/specs/ia64/installcd-stage1.spec b/releases/specs/ia64/installcd-stage1.spec
index 18c9b89e..863153d3 100644
--- a/releases/specs/ia64/installcd-stage1.spec
+++ b/releases/specs/ia64/installcd-stage1.spec
@@ -1,10 +1,10 @@
subarch: ia64
version_stamp: @TIMESTAMP@
target: livecd-stage1
-rel_type: default
-profile: default/linux/ia64/17.0
+rel_type: 23.0-default
+profile: default/linux/ia64/23.0
snapshot_treeish: @TREEISH@
-source_subpath: default/stage3-ia64-openrc-@TIMESTAMP@
+source_subpath: 23.0-default/stage3-ia64-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/isos
@@ -17,23 +17,16 @@ livecd/use:
xml
livecd/packages:
-# app-admin/hddtemp
app-admin/pwgen
app-admin/syslog-ng
app-arch/unzip
app-crypt/gnupg
-# Not keyworded
-# app-editors/mg
app-misc/livecd-tools
app-misc/screen
app-portage/mirrorselect
app-text/wgetpaste
-# media-gfx/fbgrab
net-analyzer/traceroute
net-dialup/mingetty
-# net-dialup/penggy
-# net-dialup/pptpclient
-# net-dialup/rp-pppoe
net-fs/cifs-utils
net-fs/nfs-utils
net-irc/irssi
@@ -41,50 +34,19 @@ livecd/packages:
net-misc/dhcpcd
net-misc/iputils
net-misc/rdate
-# net-misc/vconfig
net-proxy/dante
-# Not keyworded
-# net-proxy/tsocks
-# net-wireless/ipw2100-firmware
-# net-wireless/ipw2200-firmware
-# net-wireless/prism54-firmware
-# net-wireless/wireless-tools
-# net-wireless/wpa_supplicant
-# net-wireless/zd1201-firmware
sys-apps/busybox
sys-apps/ethtool
sys-apps/fxload
sys-apps/hdparm
sys-apps/iproute2
-# sys-apps/lssbus
-# sys-apps/memtester
-# sys-apps/netplug
-# sys-apps/powerpc-utils
-# sys-apps/ibm-powerpc-utils
-# sys-apps/ibm-powerpc-utils-papr
sys-apps/sdparm
sys-block/parted
-# sys-block/partimage
-# sys-block/qla-fc-firmware
-# sys-boot/yaboot
-# sys-devel/binutils-hppa64
-# sys-devel/gcc-hppa64
sys-fs/cryptsetup
-# sys-fs/dmraid
sys-fs/dosfstools
sys-fs/e2fsprogs
-# sys-fs/hfsplusutils
-# sys-fs/hfsutils
-# sys-fs/iprutils
sys-fs/jfsutils
-# sys-fs/lsscsi
-# sys-fs/lvm2
-# sys-fs/lvm-user
-# sys-fs/mac-fdisk
sys-fs/mdadm
-# sys-fs/multipath-tools
-# Not keyworded
-# sys-fs/ntfsprogs
sys-fs/reiserfsprogs
sys-fs/xfsprogs
sys-libs/gpm
diff --git a/releases/specs/ia64/installcd-stage2-minimal.spec b/releases/specs/ia64/installcd-stage2-minimal.spec
index 140e31cb..4cc4d5fe 100644
--- a/releases/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/specs/ia64/installcd-stage2-minimal.spec
@@ -1,15 +1,15 @@
subarch: ia64
version_stamp: @TIMESTAMP@
target: livecd-stage2
-rel_type: default
-profile: default/linux/ia64/17.0
+rel_type: 23.0-default
+profile: default/linux/ia64/23.0
snapshot_treeish: @TREEISH@
-source_subpath: default/livecd-stage1-ia64-@TIMESTAMP@
+source_subpath: 23.0-default/livecd-stage1-ia64-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/isos
livecd/bootargs: dokeymap
livecd/fstype: squashfs
-livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-@TIMESTAMP@.iso
+livecd/iso: /home/catalyst/builds/23.0-default/install-ia64-minimal-@TIMESTAMP@.iso
livecd/type: gentoo-release-minimal
livecd/volid: Gentoo ia64 @TIMESTAMP@
livecd/gk_mainargs: --no-lvm --no-dmraid --no-luks
@@ -29,9 +29,6 @@ boot/kernel/gentoo/use:
unicode
usb
-#boot/kernel/gentoo/packages:
-# sys-fs/ntfs3g
-
livecd/unmerge:
app-admin/eselect
app-admin/eselect-ctags
@@ -42,11 +39,9 @@ livecd/unmerge:
dev-libs/gmp
dev-libs/libxml2
dev-libs/mpfr
-# dev-libs/popt
dev-python/pycrypto
dev-util/pkgconfig
dev-util/pkgconf
-# net-misc/rsync
perl-core/PodParser
perl-core/Test-Harness
sys-apps/debianutils
@@ -87,13 +82,12 @@ livecd/empty:
/etc/cron.weekly
/etc/logrotate.d
/etc/modules.autoload.d
-# /etc/rsync
/etc/runlevels/single
/etc/skel
- /lib/dev-state
- /lib/udev-state
- /lib64/dev-state
- /lib64/udev-state
+ /usr/lib/dev-state
+ /usr/lib/udev-state
+ /usr/lib64/dev-state
+ /usr/lib64/udev-state
/root/.ccache
/tmp
/usr/diet/include
@@ -181,17 +175,17 @@ livecd/rm:
/etc/make.profile
/etc/man.conf
/etc/resolv.conf
- /lib*/*.a
- /lib*/*.la
- /lib*/cpp
+ /usr/lib*/*.a
+ /usr/lib*/*.la
+ /usr/lib*/cpp
/root/.bash_history
/root/.viminfo
- /sbin/*.static
- /sbin/fsck.cramfs
- /sbin/fsck.minix
- /sbin/mkfs.bfs
- /sbin/mkfs.cramfs
- /sbin/mkfs.minix
+ /usr/bin/*.static
+ /usr/bin/fsck.cramfs
+ /usr/bin/fsck.minix
+ /usr/bin/mkfs.bfs
+ /usr/bin/mkfs.cramfs
+ /usr/bin/mkfs.minix
/usr/bin/addr2line
/usr/bin/ar
/usr/bin/as
@@ -240,15 +234,15 @@ livecd/rm:
/usr/lib*/*.la
/usr/lib*/perl5/site_perl
/usr/lib*/gcc-lib/*/*/libgcj*
- /usr/sbin/archive-conf
- /usr/sbin/dispatch-conf
- /usr/sbin/emaint
- /usr/sbin/env-update
- /usr/sbin/etc-update
- /usr/sbin/fb*
- /usr/sbin/fixpackages
- /usr/sbin/quickpkg
- /usr/sbin/regenworld
+ /usr/bin/archive-conf
+ /usr/bin/dispatch-conf
+ /usr/bin/emaint
+ /usr/bin/env-update
+ /usr/bin/etc-update
+ /usr/bin/fb*
+ /usr/bin/fixpackages
+ /usr/bin/quickpkg
+ /usr/bin/regenworld
/usr/share/consolefonts/1*
/usr/share/consolefonts/7*
/usr/share/consolefonts/8*
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 124bad01..b4500e5a 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -12,9 +12,9 @@ SETS="
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
-SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
+SET_openrc_23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec"
@@ -41,7 +41,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}" >/dev/null
case ${spec} in
installcd-stage2*)
- upload builds/default/*${TIMESTAMP}*.iso*
+ upload builds/23.0-default/*${TIMESTAMP}*.iso*
;;
stage3-openrc.spec)
upsync_binpackages packages/default/stage3-ia64 ia64/17.0/ia64
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-04 18:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-22 15:08 [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-01-22 15:36 Andreas K. Hüttel
2022-11-23 21:33 Andreas K. Hüttel
2024-04-04 18:52 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox