Move m68k merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
7d99421e08
commit
cd55ba6a33
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
|||
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
|
||||
|
@ -49,7 +49,7 @@ post_build() {
|
|||
popd >/dev/null
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
||||
upload stage3-m68k-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
popd >/dev/null
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue