* [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/hppa2.0/, tools/
@ 2022-04-22 19:17 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-04-22 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 85671b9938ba321123305e1a858f0de881662510
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 18:58:58 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 18:58:58 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=85671b99
hppa2.0: drop unused stage2, rename spec files
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../specs/hppa/hppa2.0/{stage1.spec => stage1-openrc.spec} | 0
releases/specs/hppa/hppa2.0/stage2.spec | 10 ----------
.../specs/hppa/hppa2.0/{stage3.spec => stage3-openrc.spec} | 0
tools/catalyst-auto-hppa.conf | 4 ++--
4 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/releases/specs/hppa/hppa2.0/stage1.spec b/releases/specs/hppa/hppa2.0/stage1-openrc.spec
similarity index 100%
rename from releases/specs/hppa/hppa2.0/stage1.spec
rename to releases/specs/hppa/hppa2.0/stage1-openrc.spec
diff --git a/releases/specs/hppa/hppa2.0/stage2.spec b/releases/specs/hppa/hppa2.0/stage2.spec
deleted file mode 100644
index aaae12da..00000000
--- a/releases/specs/hppa/hppa2.0/stage2.spec
+++ /dev/null
@@ -1,10 +0,0 @@
-subarch: hppa2.0
-target: stage2
-version_stamp: @TIMESTAMP@
-rel_type: default
-profile: default/linux/hppa/17.0
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-hppa2.0-@TIMESTAMP@
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng
-pkgcache_path: /var/tmp/catalyst/packages/default/stage2-hppa2.0
diff --git a/releases/specs/hppa/hppa2.0/stage3.spec b/releases/specs/hppa/hppa2.0/stage3-openrc.spec
similarity index 100%
rename from releases/specs/hppa/hppa2.0/stage3.spec
rename to releases/specs/hppa/hppa2.0/stage3-openrc.spec
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 07da406d..f485325d 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -9,7 +9,7 @@ SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot"
SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec"
-SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage3.spec"
+SET_hppa2_0_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
@@ -54,7 +54,7 @@ post_build() {
hppa1.1/stage3.spec)
upload stage3-hppa1.1-*${TIMESTAMP}*.bz2*
;;
- hppa2.0/stage3.spec)
+ hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-*${TIMESTAMP}*.bz2*
;;
*)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/hppa2.0/, tools/
@ 2022-04-23 16:15 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-04-23 16:15 UTC (permalink / raw
To: gentoo-commits
commit: b9be3b7bbb0be9b69ddaf1dd2d68dc53a7dd8ca1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 16:15:34 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 16:15:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b9be3b7b
hppa: cleanups, modernization, build order
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/hppa/hppa2.0/stage1-openrc.spec | 4 +++-
releases/specs/hppa/hppa2.0/stage1-systemd.spec | 4 +++-
releases/specs/hppa/hppa2.0/stage3-openrc.spec | 3 ++-
releases/specs/hppa/hppa2.0/stage3-systemd.spec | 3 ++-
tools/catalyst-auto-hppa.conf | 2 +-
5 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/releases/specs/hppa/hppa2.0/stage1-openrc.spec b/releases/specs/hppa/hppa2.0/stage1-openrc.spec
index da47be10..c6719ec0 100644
--- a/releases/specs/hppa/hppa2.0/stage1-openrc.spec
+++ b/releases/specs/hppa/hppa2.0/stage1-openrc.spec
@@ -8,4 +8,6 @@ source_subpath: default/stage3-hppa2.0-openrc-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
-pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa2.0
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed_command: --update --deep --newuse @world
diff --git a/releases/specs/hppa/hppa2.0/stage1-systemd.spec b/releases/specs/hppa/hppa2.0/stage1-systemd.spec
index c4bf7f45..8c398ffa 100644
--- a/releases/specs/hppa/hppa2.0/stage1-systemd.spec
+++ b/releases/specs/hppa/hppa2.0/stage1-systemd.spec
@@ -8,4 +8,6 @@ source_subpath: default/stage3-hppa2.0-systemd-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
-pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa2.0
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed_command: --update --deep --newuse @world
diff --git a/releases/specs/hppa/hppa2.0/stage3-openrc.spec b/releases/specs/hppa/hppa2.0/stage3-openrc.spec
index caffba0c..7fe51a39 100644
--- a/releases/specs/hppa/hppa2.0/stage3-openrc.spec
+++ b/releases/specs/hppa/hppa2.0/stage3-openrc.spec
@@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
-pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0
+compression_mode: pixz
+decompressor_search_order: xz bzip2
diff --git a/releases/specs/hppa/hppa2.0/stage3-systemd.spec b/releases/specs/hppa/hppa2.0/stage3-systemd.spec
index 6d716ca2..7967b703 100644
--- a/releases/specs/hppa/hppa2.0/stage3-systemd.spec
+++ b/releases/specs/hppa/hppa2.0/stage3-systemd.spec
@@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-systemd-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
-pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0
+compression_mode: pixz
+decompressor_search_order: xz bzip2
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 09d1cfdd..935b8a48 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -5,7 +5,7 @@ UPLOAD_USER=hppa
UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs/hppa
-SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot"
+SETS="hppa20_systemd hppa11_systemd hppa11_openrc hppa20_openrc hppa_livecd hppa_netboot"
SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-23 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-23 16:15 [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/hppa2.0/, tools/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-04-22 19:17 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