Convert alpha iso to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
3a1a13decd
commit
217d000b53
3 changed files with 33 additions and 33 deletions
|
@ -13,9 +13,9 @@ SETS="
|
|||
"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_openrc23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
|
||||
SET_openrc23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
SET_systemd23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/alpha
|
||||
|
@ -39,9 +39,6 @@ post_build() {
|
|||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
case ${spec} in
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-alpha-minimal-${TIMESTAMP}.iso*
|
||||
;;
|
||||
stage3-openrc.spec)
|
||||
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-alpha" alpha/17.0/alpha
|
||||
;;
|
||||
|
@ -57,6 +54,9 @@ post_build() {
|
|||
upload stage3-alpha-systemd-${TIMESTAMP}.tar.xz*
|
||||
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-alpha" alpha/23.0/alpha
|
||||
;;
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-alpha-minimal-${TIMESTAMP}.iso*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue