Gentoo Archives: gentoo-releng

From: Matt Turner <mattst88@g.o>
To: gentoo-releng@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-releng] [PATCH 1/2] amd64: Add systemd specs
Date: Fri, 22 May 2020 01:53:58
Message-Id: 20200522015306.2988972-1-mattst88@gentoo.org
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 releases/specs/amd64/stage1-systemd.spec | 12 ++++++++++++
4 releases/specs/amd64/stage2-systemd.spec | 10 ++++++++++
5 releases/specs/amd64/stage3-systemd.spec | 10 ++++++++++
6 tools/catalyst-auto-amd64.conf | 6 ++++++
7 4 files changed, 38 insertions(+)
8 create mode 100644 releases/specs/amd64/stage1-systemd.spec
9 create mode 100644 releases/specs/amd64/stage2-systemd.spec
10 create mode 100644 releases/specs/amd64/stage3-systemd.spec
11
12 diff --git a/releases/specs/amd64/stage1-systemd.spec b/releases/specs/amd64/stage1-systemd.spec
13 new file mode 100644
14 index 00000000..d6375069
15 --- /dev/null
16 +++ b/releases/specs/amd64/stage1-systemd.spec
17 @@ -0,0 +1,12 @@
18 +subarch: amd64
19 +target: stage1
20 +version_stamp: systemd-@TIMESTAMP@
21 +rel_type: default
22 +profile: default/linux/amd64/17.1/systemd
23 +snapshot: @TIMESTAMP@
24 +source_subpath: default/stage3-amd64-systemd-latest
25 +compression_mode: pixz_x
26 +update_seed: yes
27 +update_seed_command: --update --deep --newuse @world
28 +portage_confdir: @REPO_DIR@/releases/portage/stages
29 +portage_prefix: releng
30 diff --git a/releases/specs/amd64/stage2-systemd.spec b/releases/specs/amd64/stage2-systemd.spec
31 new file mode 100644
32 index 00000000..2c5ea742
33 --- /dev/null
34 +++ b/releases/specs/amd64/stage2-systemd.spec
35 @@ -0,0 +1,10 @@
36 +subarch: amd64
37 +target: stage2
38 +version_stamp: systemd-@TIMESTAMP@
39 +rel_type: default
40 +profile: default/linux/amd64/17.1/systemd
41 +snapshot: @TIMESTAMP@
42 +source_subpath: default/stage1-amd64-systemd-@TIMESTAMP@
43 +compression_mode: pixz_x
44 +portage_confdir: @REPO_DIR@/releases/portage/stages
45 +portage_prefix: releng
46 diff --git a/releases/specs/amd64/stage3-systemd.spec b/releases/specs/amd64/stage3-systemd.spec
47 new file mode 100644
48 index 00000000..0b44ad5b
49 --- /dev/null
50 +++ b/releases/specs/amd64/stage3-systemd.spec
51 @@ -0,0 +1,10 @@
52 +subarch: amd64
53 +target: stage3
54 +version_stamp: systemd-@TIMESTAMP@
55 +rel_type: default
56 +profile: default/linux/amd64/17.1/systemd
57 +snapshot: @TIMESTAMP@
58 +source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@
59 +compression_mode: pixz_x
60 +portage_confdir: @REPO_DIR@/releases/portage/stages
61 +portage_prefix: releng
62 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
63 index 586b9083..bbf27ca2 100644
64 --- a/tools/catalyst-auto-amd64.conf
65 +++ b/tools/catalyst-auto-amd64.conf
66 @@ -13,6 +13,7 @@ SETS="
67 multilib minimal_multilib
68 nomultilib minimal_nomultilib
69 x32
70 + systemd
71 hardened_multilib minimal_hardened_multilib
72 hardened_nomultilib minimal_hardened_nomultilib
73 "
74 @@ -25,6 +26,8 @@ SET_minimal_multilib_OPTIONAL_SPECS="stage4-minimal.spec"
75 SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec"
76 SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
77
78 +SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
79 +
80 SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
81
82 SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
83 @@ -106,6 +109,9 @@ post_build() {
84 stage4-nomultilib-minimal.spec)
85 upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
86 ;;
87 + stage3-systemd.spec)
88 + upload stage3-systemd-${TIMESTAMP}.tar.xz*
89 + ;;
90 stage3-x32.spec)
91 upload stage3-x32-${TIMESTAMP}.tar.xz*
92 ;;
93 --
94 2.26.2

Replies

Subject Author
[gentoo-releng] [PATCH 2/2] x86: Add systemd specs Matt Turner <mattst88@g.o>