* [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/
@ 2022-05-25 11:38 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-05-25 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 872afc0e5ccfd9d918e63ed8830e30908f5fa5f5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 11:37:57 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 11:37:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=872afc0e
s390x: fix version_stamp
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/s390/s390x/stage1-openrc.spec | 2 +-
releases/specs/s390/s390x/stage1-systemd.spec | 2 +-
releases/specs/s390/s390x/stage3-openrc.spec | 2 +-
releases/specs/s390/s390x/stage3-systemd.spec | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/releases/specs/s390/s390x/stage1-openrc.spec b/releases/specs/s390/s390x/stage1-openrc.spec
index ffe05e35..8609597b 100644
--- a/releases/specs/s390/s390x/stage1-openrc.spec
+++ b/releases/specs/s390/s390x/stage1-openrc.spec
@@ -1,5 +1,5 @@
subarch: s390x
-version_stamp: @TIMESTAMP@-openrc
+version_stamp: openrc-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/s390/17.0/s390x
diff --git a/releases/specs/s390/s390x/stage1-systemd.spec b/releases/specs/s390/s390x/stage1-systemd.spec
index cbdf2e44..ba5af03c 100644
--- a/releases/specs/s390/s390x/stage1-systemd.spec
+++ b/releases/specs/s390/s390x/stage1-systemd.spec
@@ -1,5 +1,5 @@
subarch: s390x
-version_stamp: @TIMESTAMP@-systemd
+version_stamp: systemd-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/s390/17.0/s390x/systemd
diff --git a/releases/specs/s390/s390x/stage3-openrc.spec b/releases/specs/s390/s390x/stage3-openrc.spec
index 4f742f46..a1a29c04 100644
--- a/releases/specs/s390/s390x/stage3-openrc.spec
+++ b/releases/specs/s390/s390x/stage3-openrc.spec
@@ -1,5 +1,5 @@
subarch: s390x
-version_stamp: @TIMESTAMP@-openrc
+version_stamp: openrc-@TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/s390/17.0/s390x
diff --git a/releases/specs/s390/s390x/stage3-systemd.spec b/releases/specs/s390/s390x/stage3-systemd.spec
index c7fb7e81..cdcca16b 100644
--- a/releases/specs/s390/s390x/stage3-systemd.spec
+++ b/releases/specs/s390/s390x/stage3-systemd.spec
@@ -1,5 +1,5 @@
subarch: s390x
-version_stamp: @TIMESTAMP@-systemd
+version_stamp: systemd-@TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/s390/17.0/s390x/systemd
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/
@ 2022-11-24 23:36 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-11-24 23:36 UTC (permalink / raw
To: gentoo-commits
commit: 33ec0f3264fbb03b0aa7183fbea8bcd7284d6ebe
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 23:36:14 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 23:36:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=33ec0f32
s390x: Drop explicit pkgcache path
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/s390/s390x/stage1-systemd-mu.spec | 1 -
releases/specs/s390/s390x/stage3-systemd-mu.spec | 1 -
2 files changed, 2 deletions(-)
diff --git a/releases/specs/s390/s390x/stage1-systemd-mu.spec b/releases/specs/s390/s390x/stage1-systemd-mu.spec
index 388471ea..35979860 100644
--- a/releases/specs/s390/s390x/stage1-systemd-mu.spec
+++ b/releases/specs/s390/s390x/stage1-systemd-mu.spec
@@ -9,4 +9,3 @@ update_seed: no
update_seed_command: --update --deep --newuse @world
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
-pkgcache_path: /var/tmp/catalyst/packages/default/stage1-s390x
diff --git a/releases/specs/s390/s390x/stage3-systemd-mu.spec b/releases/specs/s390/s390x/stage3-systemd-mu.spec
index ae4fcb7f..d8fbe3de 100644
--- a/releases/specs/s390/s390x/stage3-systemd-mu.spec
+++ b/releases/specs/s390/s390x/stage3-systemd-mu.spec
@@ -7,4 +7,3 @@ snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage1-s390x-systemd-mergedusr-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
-pkgcache_path: /var/tmp/catalyst/packages/default/stage3-s390x
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/
@ 2022-11-26 19:26 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-11-26 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 24375f9216728416010cec51529a1181def87768
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 19:25:54 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 19:25:54 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=24375f92
Enable update_seed where the merged-usr bootstrap has finished (3)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/s390/s390x/stage1-systemd-mu.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/specs/s390/s390x/stage1-systemd-mu.spec b/releases/specs/s390/s390x/stage1-systemd-mu.spec
index 35979860..1b7c651e 100644
--- a/releases/specs/s390/s390x/stage1-systemd-mu.spec
+++ b/releases/specs/s390/s390x/stage1-systemd-mu.spec
@@ -5,7 +5,7 @@ rel_type: mergedusr
profile: default/linux/s390/17.0/s390x/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage3-s390x-systemd-mergedusr-latest
-update_seed: no
+update_seed: yes
update_seed_command: --update --deep --newuse @world
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/
@ 2023-08-11 19:11 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2023-08-11 19:11 UTC (permalink / raw
To: gentoo-commits
commit: a52bbfa16b8eda82b9e788b697cd1dc78253d349
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 19:11:26 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 19:11:26 2023 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a52bbfa1
s390x/openrc: Add experimental binrepo_path option for testing
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/s390/s390x/stage3-openrc.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/releases/specs/s390/s390x/stage3-openrc.spec b/releases/specs/s390/s390x/stage3-openrc.spec
index a1a29c04..27357cc5 100644
--- a/releases/specs/s390/s390x/stage3-openrc.spec
+++ b/releases/specs/s390/s390x/stage3-openrc.spec
@@ -8,3 +8,4 @@ source_subpath: default/stage1-s390x-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-s390x
+binrepo_path: s390/binpackages/17.0/s390x
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-11 19:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25 11:38 [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-11-24 23:36 Andreas K. Hüttel
2022-11-26 19:26 Andreas K. Hüttel
2023-08-11 19:11 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