Add alpha systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
ce352f1fcf
commit
a0ac381be0
3 changed files with 28 additions and 1 deletions
|
@ -6,13 +6,15 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha
|
||||
EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"
|
||||
|
||||
SETS="openrc systemd"
|
||||
SETS="openrc systemd systemdmu"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
||||
|
||||
SET_systemdmu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/alpha
|
||||
|
||||
update_symlinks() {
|
||||
|
@ -43,6 +45,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