ia64: add openrc suffix to specs and stage names
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
9d868b1b0f
commit
30f989d595
5 changed files with 8 additions and 22 deletions
|
@ -5,11 +5,7 @@ UPLOAD_USER=ia64
|
|||
UPLOAD_KEY=/root/.ssh/id_rsa
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
|
||||
|
||||
SPECS="stage1.spec stage3.spec"
|
||||
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
||||
|
||||
SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
|
||||
|
@ -36,8 +32,8 @@ post_build() {
|
|||
installcd-stage2*)
|
||||
upload *${TIMESTAMP}*.iso*
|
||||
;;
|
||||
stage3.spec)
|
||||
upload stage3-*${TIMESTAMP}*.xz*
|
||||
stage3-openrc.spec)
|
||||
upload stage3-*openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue