Move sparc merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
33ec0f3264
commit
18335440e9
5 changed files with 17 additions and 17 deletions
|
@ -15,7 +15,7 @@ EMAIL_SUBJECT_PREPEND="[sparc-auto]"
|
|||
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-sparc-*xz | grep -v latest | give_latest_from_dates) ; do
|
||||
|
@ -34,7 +34,6 @@ post_build() {
|
|||
local set=$1 spec=$2
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
|
||||
case ${spec} in
|
||||
sparc64/installcd-stage2-minimal.spec)
|
||||
upload *${TIMESTAMP}*.iso*
|
||||
|
@ -45,22 +44,23 @@ post_build() {
|
|||
sparc/systemd-stage3.spec)
|
||||
upload stage3-sparc-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
sparc/systemd-stage3-mu.spec)
|
||||
upload stage3-sparc-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
sparc64/stage3.spec)
|
||||
upload stage3-sparc64-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
sparc64/systemd-stage3.spec)
|
||||
upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
||||
case ${spec} in
|
||||
sparc/systemd-stage3-mu.spec)
|
||||
upload stage3-sparc-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
sparc64/systemd-stage3-mu.spec)
|
||||
upload stage3-sparc64-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
esac
|
||||
|
||||
popd >/dev/null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue