File tree 3 files changed +26
-0
lines changed
3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ subarch: ppc
2
+ target: stage1
3
+ version_stamp: systemd-@TIMESTAMP@
4
+ rel_type: default
5
+ profile: default/linux/ppc /17.0/systemd
6
+ snapshot: @TIMESTAMP@
7
+ source_subpath: default/stage3-ppc -systemd-latest
8
+ compression_mode: pixz
9
+ update_seed: yes
10
+ update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
11
+ portage_confdir: @REPO_DIR@/releases/portage/stages
12
+ portage_prefix: releng
Original file line number Diff line number Diff line change
1
+ subarch : ppc
2
+ target : stage3
3
+ version_stamp : systemd - @TIMESTAMP @
4
+ rel_type : default
5
+ profile : default / linux / ppc / 17.0 / systemd
6
+ snapshot : @TIMESTAMP @
7
+ source_subpath : default / stage1 - ppc - systemd - @TIMESTAMP @
8
+ compression_mode : pixz
9
+ portage_confdir : @REPO_DIR @/ releases / portage / stages
10
+ portage_prefix : releng
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe
13
13
OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
14
14
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec"
15
15
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec"
16
+ OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec"
16
17
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec"
17
18
18
19
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@@ -48,6 +49,9 @@ post_build() {
48
49
ppc32/stage3-openrc.spec)
49
50
upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz*
50
51
;;
52
+ ppc32/stage3-systemd.spec)
53
+ upload default/stage3-ppc-systemd-*${TIMESTAMP}*.xz*
54
+ ;;
51
55
ppc32/stage3-musl-hardened-openrc.spec)
52
56
upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz*
53
57
;;
You can’t perform that action at this time.
0 commit comments