Add experimental ia64 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
30f989d595
commit
5d95dcda29
3 changed files with 26 additions and 1 deletions
|
@ -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}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue