Add ia64 systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
c13e2dbe23
commit
c5e8ae2dda
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 stage1-systemd.spec stage3-systemd.spec"
|
||||
SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
|
||||
|
@ -38,6 +38,9 @@ post_build() {
|
|||
stage3-systemd.spec)
|
||||
upload stage3-*systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
upload stage3-*systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue