public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686/, tools/
@ 2020-05-23 18:16 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-05-23 18:16 UTC (permalink / raw
  To: gentoo-commits

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

x86: Add systemd specs

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

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

diff --git a/releases/specs/x86/i686/stage1-systemd.spec b/releases/specs/x86/i686/stage1-systemd.spec
new file mode 100644
index 00000000..c1d4a09e
--- /dev/null
+++ b/releases/specs/x86/i686/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: i686
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-i686-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/x86/i686/stage2-systemd.spec b/releases/specs/x86/i686/stage2-systemd.spec
new file mode 100644
index 00000000..d7a99295
--- /dev/null
+++ b/releases/specs/x86/i686/stage2-systemd.spec
@@ -0,0 +1,10 @@
+subarch: i686
+target: stage2
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-i686-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

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

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index e6307421..9dbab7be 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
 SETS="
 	i486
 	i686
+	i686-systemd
 	hardened
 "
 
@@ -20,6 +21,8 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
 
 SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
 
+SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
+
 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
 
@@ -86,6 +89,9 @@ post_build() {
 	i686/stage3.spec)
 		upload stage3-i686-${TIMESTAMP}.tar.xz*
 		;;
+	i686/stage3-systemd.spec)
+		upload stage3-i686-${TIMESTAMP}.tar.xz*
+		;;
 	esac
 	popd >/dev/null || exit
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686/, tools/
@ 2021-07-03 18:55 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-07-03 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     949bc0a212fe50d01a924e5810afe81c43f8d532
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 18:46:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 18:46:02 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=949bc0a2

x86: move i686 builds from demeter to pardalote

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/x86/i686/{stage1.spec => stage1-openrc.spec} |  4 ++--
 releases/specs/x86/i686/{stage2.spec => stage2-openrc.spec} |  4 ++--
 releases/specs/x86/i686/{stage3.spec => stage3-openrc.spec} |  4 ++--
 tools/catalyst-auto-x86-demeter.conf                        | 10 ++++++++++
 tools/catalyst-auto-x86.conf                                |  6 ------
 5 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/releases/specs/x86/i686/stage1.spec b/releases/specs/x86/i686/stage1-openrc.spec
similarity index 76%
rename from releases/specs/x86/i686/stage1.spec
rename to releases/specs/x86/i686/stage1-openrc.spec
index e78be2e3..dd70d646 100644
--- a/releases/specs/x86/i686/stage1.spec
+++ b/releases/specs/x86/i686/stage1-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i686
 target: stage1
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-i686-latest
+source_subpath: default/stage3-i686-openrc-latest
 compression_mode: pixz_x
 update_seed: yes
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/x86/i686/stage2.spec b/releases/specs/x86/i686/stage2-openrc.spec
similarity index 69%
rename from releases/specs/x86/i686/stage2.spec
rename to releases/specs/x86/i686/stage2-openrc.spec
index 77aaa210..273a873a 100644
--- a/releases/specs/x86/i686/stage2.spec
+++ b/releases/specs/x86/i686/stage2-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i686
 target: stage2
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-i686-@TIMESTAMP@
+source_subpath: default/stage1-i686-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/x86/i686/stage3.spec b/releases/specs/x86/i686/stage3-openrc.spec
similarity index 69%
rename from releases/specs/x86/i686/stage3.spec
rename to releases/specs/x86/i686/stage3-openrc.spec
index 6fbbb354..d5792523 100644
--- a/releases/specs/x86/i686/stage3.spec
+++ b/releases/specs/x86/i686/stage3-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i686
 target: stage3
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage2-i686-@TIMESTAMP@
+source_subpath: default/stage2-i686-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf
index ab0fc7b6..6f16156f 100644
--- a/tools/catalyst-auto-x86-demeter.conf
+++ b/tools/catalyst-auto-x86-demeter.conf
@@ -12,11 +12,15 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86
 
 SETS="
 	i486_openrc
+	i686_openrc
+	i686_systemd
 "
 
 SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage2-openrc.spec i486/stage3-openrc.spec"
 SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec"
 
+SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage2-openrc.spec i686/stage3-openrc.spec"
+SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/x86
 
@@ -56,6 +60,12 @@ post_build() {
 	i486/installcd-stage2-minimal-openrc.spec)
 		upload install-x86-minimal-openrc-${TIMESTAMP}.iso*
 		;;
+	i686/stage3-openrc.spec)
+		upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*
+		;;
+	i686/stage3-systemd.spec)
+		upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	esac
 	popd >/dev/null || exit
 }

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index d63c14c8..b19aa911 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,15 +12,9 @@ source /etc/catalyst/release/build.env
 SPECS_DIR=${REPO_DIR}/releases/specs/x86
 
 SETS="
-	i686
-	i686_systemd
 	hardened
 "
 
-SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
-
-SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
-
 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686/, tools/
@ 2022-11-19 14:24 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2022-11-19 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a1175db1091cdebc82da57d792a5b48e7db5c0ea
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 14:23:34 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 14:23:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a1175db1

Add x86 systemd merged-usr specs

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/x86/i686/stage1-systemd-mu.spec | 12 ++++++++++++
 releases/specs/x86/i686/stage3-systemd-mu.spec | 10 ++++++++++
 tools/catalyst-auto-x86.conf                   |  5 +++++
 3 files changed, 27 insertions(+)

diff --git a/releases/specs/x86/i686/stage1-systemd-mu.spec b/releases/specs/x86/i686/stage1-systemd-mu.spec
new file mode 100644
index 00000000..d7bb1aab
--- /dev/null
+++ b/releases/specs/x86/i686/stage1-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: i686
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-i686-systemd-mergedusr-latest
+compression_mode: pixz
+update_seed: no
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/x86/i686/stage3-systemd-mu.spec b/releases/specs/x86/i686/stage3-systemd-mu.spec
new file mode 100644
index 00000000..22a40f2c
--- /dev/null
+++ b/releases/specs/x86/i686/stage3-systemd-mu.spec
@@ -0,0 +1,10 @@
+subarch: i686
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-i686-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index b0a70c76..4a740f57 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -13,6 +13,7 @@ SETS="
 	i486_openrc
 	i686_openrc
 	i686_systemd
+	i686_systemd_mu
 	hardened_openrc
 	musl
 "
@@ -22,6 +23,7 @@ SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd
 
 SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
 SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
+SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
 
 SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
 SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec"
@@ -71,6 +73,9 @@ post_build() {
 	i686/stage3-systemd.spec)
 		upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	i686/stage3-systemd-mu.spec)
+		upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	esac
 	popd >/dev/null || exit
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-19 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23 18:16 [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686/, tools/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2021-07-03 18:55 Andreas K. Hüttel
2022-11-19 14:24 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox