arm64: Unify stage and spec naming
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
e27681c30c
commit
24e4e8950f
8 changed files with 9 additions and 29 deletions
|
@ -8,7 +8,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
|||
|
||||
SETS="musl muslhardened default"
|
||||
|
||||
SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
|
||||
SET_default_SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
|
||||
SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
|
||||
|
@ -40,10 +40,10 @@ post_build() {
|
|||
installcd-stage2-minimal.spec)
|
||||
upload install-arm64-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
stage3.spec)
|
||||
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
|
||||
stage3-openrc.spec)
|
||||
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
systemd-stage3.spec)
|
||||
stage3-systemd.spec)
|
||||
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue