Upload sparc 17.0 packages with openrc build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-12-24 23:11:44 +01:00
parent a9c2966b9b
commit 78944c6384
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -15,7 +15,7 @@ EMAIL_SUBJECT_PREPEND="[sparc-auto]"
update_symlinks() { update_symlinks() {
# Symlink the latest stages3 to build from # Symlink the latest stages3 to build from
local d f local d f
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do
mkdir -p "${d}" mkdir -p "${d}"
pushd "${d}" >/dev/null pushd "${d}" >/dev/null
for f in $(ls stage3-sparc-*xz | grep -v latest | give_latest_from_dates) ; do for f in $(ls stage3-sparc-*xz | grep -v latest | give_latest_from_dates) ; do
@ -40,16 +40,10 @@ post_build() {
;; ;;
sparc/stage3.spec) sparc/stage3.spec)
upload stage3-sparc-${TIMESTAMP}*.xz* upload stage3-sparc-${TIMESTAMP}*.xz*
;;
sparc/systemd-stage3.spec)
upload stage3-sparc-systemd-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc" sparc/17.0/32 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc" sparc/17.0/32
;; ;;
sparc64/stage3.spec) sparc64/stage3.spec)
upload stage3-sparc64-${TIMESTAMP}*.xz* upload stage3-sparc64-${TIMESTAMP}*.xz*
;;
sparc64/systemd-stage3.spec)
upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc64" sparc/17.0/64 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc64" sparc/17.0/64
;; ;;
esac esac