* [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390/, releases/weekly/specs/s390/s390x/
@ 2019-05-30 21:11 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2019-05-30 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 0b933ef931aa2e7a1f3a931f7b3b96626a43ab53
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 21:07:35 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 30 21:10:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0b933ef9
specs/s390: Compress with pixz
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
releases/weekly/specs/s390/s390/stage1.spec | 2 ++
releases/weekly/specs/s390/s390/stage2.spec | 2 ++
releases/weekly/specs/s390/s390/stage3.spec | 2 ++
releases/weekly/specs/s390/s390x/stage1.spec | 2 ++
releases/weekly/specs/s390/s390x/stage2.spec | 2 ++
releases/weekly/specs/s390/s390x/stage3.spec | 2 ++
6 files changed, 12 insertions(+)
diff --git a/releases/weekly/specs/s390/s390/stage1.spec b/releases/weekly/specs/s390/s390/stage1.spec
index 688688ee..4d0f4e87 100644
--- a/releases/weekly/specs/s390/s390/stage1.spec
+++ b/releases/weekly/specs/s390/s390/stage1.spec
@@ -6,4 +6,6 @@ profile: default/linux/s390/17.0
snapshot: 2008.0
source_subpath: default/stage3-s390-latest
update_seed: yes
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390/stage2.spec b/releases/weekly/specs/s390/s390/stage2.spec
index 8e5979a0..91c49246 100644
--- a/releases/weekly/specs/s390/s390/stage2.spec
+++ b/releases/weekly/specs/s390/s390/stage2.spec
@@ -5,4 +5,6 @@ rel_type: default
profile: default/linux/s390/17.0
snapshot: 2008.0
source_subpath: default/stage1-s390-2008.0
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390/stage3.spec b/releases/weekly/specs/s390/s390/stage3.spec
index b2cb492f..a1e4e43b 100644
--- a/releases/weekly/specs/s390/s390/stage3.spec
+++ b/releases/weekly/specs/s390/s390/stage3.spec
@@ -5,4 +5,6 @@ rel_type: default
profile: default/linux/s390/17.0
snapshot: 2008.0
source_subpath: default/stage1-s390-2008.0
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390x/stage1.spec b/releases/weekly/specs/s390/s390x/stage1.spec
index cd203149..cfeec382 100644
--- a/releases/weekly/specs/s390/s390x/stage1.spec
+++ b/releases/weekly/specs/s390/s390x/stage1.spec
@@ -6,4 +6,6 @@ profile: default/linux/s390/17.0/s390x
snapshot: 2008.0
source_subpath: default/stage3-s390x-latest
update_seed: yes
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390x/stage2.spec b/releases/weekly/specs/s390/s390x/stage2.spec
index 99e92d2f..33f5e748 100644
--- a/releases/weekly/specs/s390/s390x/stage2.spec
+++ b/releases/weekly/specs/s390/s390x/stage2.spec
@@ -5,4 +5,6 @@ rel_type: default
profile: default/linux/s390/17.0/s390x
snapshot: 2008.0
source_subpath: default/stage1-s390x-2008.0
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390x/stage3.spec b/releases/weekly/specs/s390/s390x/stage3.spec
index 5fc21b45..0fbacf04 100644
--- a/releases/weekly/specs/s390/s390x/stage3.spec
+++ b/releases/weekly/specs/s390/s390x/stage3.spec
@@ -5,4 +5,6 @@ rel_type: default
profile: default/linux/s390/17.0/s390x
snapshot: 2008.0
source_subpath: default/stage1-s390x-2008.0
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390/, releases/weekly/specs/s390/s390x/
@ 2019-05-30 21:11 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2019-05-30 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 317189184028a5f6d7ea13ef5df5cd1cd7363df8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 21:08:40 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 30 21:10:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=31718918
specs/s390: Use update_seed in stage1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
releases/weekly/specs/s390/s390/stage1.spec | 1 +
releases/weekly/specs/s390/s390x/stage1.spec | 1 +
2 files changed, 2 insertions(+)
diff --git a/releases/weekly/specs/s390/s390/stage1.spec b/releases/weekly/specs/s390/s390/stage1.spec
index 4d0f4e87..e1486d82 100644
--- a/releases/weekly/specs/s390/s390/stage1.spec
+++ b/releases/weekly/specs/s390/s390/stage1.spec
@@ -6,6 +6,7 @@ profile: default/linux/s390/17.0
snapshot: 2008.0
source_subpath: default/stage3-s390-latest
update_seed: yes
+update_seed_command: --update --deep @world --jobs 2 --load-average 2
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/s390/s390x/stage1.spec b/releases/weekly/specs/s390/s390x/stage1.spec
index cfeec382..07ffc7f2 100644
--- a/releases/weekly/specs/s390/s390x/stage1.spec
+++ b/releases/weekly/specs/s390/s390x/stage1.spec
@@ -6,6 +6,7 @@ profile: default/linux/s390/17.0/s390x
snapshot: 2008.0
source_subpath: default/stage3-s390x-latest
update_seed: yes
+update_seed_command: --update --deep @world --jobs 2 --load-average 2
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-30 21:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30 21:11 [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390/, releases/weekly/specs/s390/s390x/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2019-05-30 21:11 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox