commit:     a24359b95ce5c2e9316f87142bdcc7551166ce5b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 01:46:51 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 22 01:46:51 2020 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a24359b9

amd64: Add systemd specs

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 releases/specs/amd64/stage1-systemd.spec | 12 ++++++++++++
 releases/specs/amd64/stage2-systemd.spec | 10 ++++++++++
 releases/specs/amd64/stage3-systemd.spec | 10 ++++++++++
 tools/catalyst-auto-amd64.conf           |  6 ++++++
 4 files changed, 38 insertions(+)

diff --git a/releases/specs/amd64/stage1-systemd.spec 
b/releases/specs/amd64/stage1-systemd.spec
new file mode 100644
index 00000000..d6375069
--- /dev/null
+++ b/releases/specs/amd64/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: amd64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-amd64-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage2-systemd.spec 
b/releases/specs/amd64/stage2-systemd.spec
new file mode 100644
index 00000000..2c5ea742
--- /dev/null
+++ b/releases/specs/amd64/stage2-systemd.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage2
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage3-systemd.spec 
b/releases/specs/amd64/stage3-systemd.spec
new file mode 100644
index 00000000..0b44ad5b
--- /dev/null
+++ b/releases/specs/amd64/stage3-systemd.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 586b9083..bbf27ca2 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -13,6 +13,7 @@ SETS="
        multilib minimal_multilib
        nomultilib minimal_nomultilib
        x32
+       systemd
        hardened_multilib minimal_hardened_multilib
        hardened_nomultilib minimal_hardened_nomultilib
 "
@@ -25,6 +26,8 @@ SET_minimal_multilib_OPTIONAL_SPECS="stage4-minimal.spec"
 SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec 
stage3-nomultilib.spec"
 SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
 
+SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
+
 SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
 
 SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec 
hardened/stage3.spec"
@@ -106,6 +109,9 @@ post_build() {
        stage4-nomultilib-minimal.spec)
                upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
                ;;
+       stage3-systemd.spec)
+               upload stage3-systemd-${TIMESTAMP}.tar.xz*
+               ;;
        stage3-x32.spec)
                upload stage3-x32-${TIMESTAMP}.tar.xz*
                ;;

Reply via email to