Rename clang stage files to llvm

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-10-05 21:58:33 +02:00
parent 9a062f3ac7
commit fd36b11428
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
7 changed files with 21 additions and 21 deletions

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage1
version_stamp: clang-openrc-@TIMESTAMP@
version_stamp: llvm-openrc-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage3-amd64-clang-openrc-latest
source_subpath: clang/stage3-amd64-llvm-openrc-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage1
version_stamp: clang-systemd-@TIMESTAMP@
version_stamp: llvm-systemd-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/systemd/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage3-amd64-clang-systemd-latest
source_subpath: clang/stage3-amd64-llvm-systemd-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage3
version_stamp: clang-openrc-@TIMESTAMP@
version_stamp: llvm-openrc-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage1-amd64-clang-openrc-@TIMESTAMP@
source_subpath: clang/stage1-amd64-llvm-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage3
version_stamp: clang-systemd-@TIMESTAMP@
version_stamp: llvm-systemd-@TIMESTAMP@
rel_type: clang
profile: default/linux/amd64/17.1/systemd/clang
snapshot: @TIMESTAMP@
source_subpath: clang/stage1-amd64-clang-systemd-@TIMESTAMP@
source_subpath: clang/stage1-amd64-llvm-systemd-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage1
version_stamp: musl-clang-@TIMESTAMP@
version_stamp: musl-llvm-@TIMESTAMP@
rel_type: musl-clang
profile: default/linux/amd64/17.0/musl/clang
snapshot: @TIMESTAMP@
source_subpath: musl-clang/stage3-amd64-musl-clang-latest
source_subpath: musl-clang/stage3-amd64-musl-llvm-latest
chost: x86_64-gentoo-linux-musl
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -1,10 +1,10 @@
subarch: amd64
target: stage3
version_stamp: musl-clang-@TIMESTAMP@
version_stamp: musl-llvm-@TIMESTAMP@
rel_type: musl-clang
profile: default/linux/amd64/17.0/musl/clang
snapshot: @TIMESTAMP@
source_subpath: musl-clang/stage1-amd64-musl-clang-@TIMESTAMP@
source_subpath: musl-clang/stage1-amd64-musl-llvm-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz

View file

@ -15,15 +15,15 @@ SETS="
livegui
nomultilib_openrc
nomultilib_systemd
clang_openrc
clang_systemd
llvm_openrc
llvm_systemd
hardened_openrc
hardened_nomultilib_openrc
hardened_selinux_openrc
hardened_nomultilib_selinux_openrc
musl
musl_hardened
musl_clang
musl_llvm
x32_openrc
"
@ -47,13 +47,13 @@ SET_hardened_nomultilib_openrc_SPECS="hardened-nomultilib/stage1-openrc.spec har
SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec nomultilib/stage3-openrc.spec"
SET_nomultilib_systemd_SPECS="nomultilib/stage1-systemd.spec nomultilib/stage3-systemd.spec"
SET_clang_openrc_SPECS="clang/stage1-openrc.spec clang/stage3-openrc.spec"
SET_llvm_openrc_SPECS="clang/stage1-openrc.spec clang/stage3-openrc.spec"
SET_clang_systemd_SPECS="clang/stage1-systemd.spec clang/stage3-systemd.spec"
SET_llvm_systemd_SPECS="clang/stage1-systemd.spec clang/stage3-systemd.spec"
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
SET_musl_clang_SPECS="musl-clang/stage1.spec musl-clang/stage3.spec"
SET_musl_llvm_SPECS="musl-clang/stage1.spec musl-clang/stage3.spec"
SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec"
@ -123,10 +123,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/clang >/dev/null || exit
case ${spec} in
clang/stage3-openrc.spec)
upload stage3-amd64-clang-openrc-${TIMESTAMP}.tar.xz*
upload stage3-amd64-llvm-openrc-${TIMESTAMP}.tar.xz*
;;
clang/stage3-systemd.spec)
upload stage3-amd64-clang-systemd-${TIMESTAMP}.tar.xz*
upload stage3-amd64-llvm-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit
@ -162,7 +162,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-clang >/dev/null || exit
case ${spec} in
musl-clang/stage3.spec)
upload stage3-amd64-musl-clang-${TIMESTAMP}.tar.xz*
upload stage3-amd64-musl-llvm-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit