* [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc64/, releases/weekly/specs/ppc/ppc32/
@ 2018-09-14 5:57 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2018-09-14 5:57 UTC (permalink / raw
To: gentoo-commits
commit: ae10e988856e8c6b79bcac620c19fe042e8abcc3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 02:45:50 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 05:56:25 2018 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ae10e988
specs/ppc: Use update_seed in stage1
releases/weekly/specs/ppc/ppc32/stage1.spec | 1 +
releases/weekly/specs/ppc/ppc64/stage1-32ul.spec | 2 ++
releases/weekly/specs/ppc/ppc64/stage1-64ul.spec | 2 ++
3 files changed, 5 insertions(+)
diff --git a/releases/weekly/specs/ppc/ppc32/stage1.spec b/releases/weekly/specs/ppc/ppc32/stage1.spec
index 7deb06d7..227d2ecb 100644
--- a/releases/weekly/specs/ppc/ppc32/stage1.spec
+++ b/releases/weekly/specs/ppc/ppc32/stage1.spec
@@ -8,4 +8,5 @@ source_subpath: default/stage3-ppc-latest
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
update_seed: yes
+update_seed_command: --update --deep @world --jobs 5 --load-average 5
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/ppc/ppc64/stage1-32ul.spec b/releases/weekly/specs/ppc/ppc64/stage1-32ul.spec
index 41b4f988..49cc2cc2 100644
--- a/releases/weekly/specs/ppc/ppc64/stage1-32ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage1-32ul.spec
@@ -7,5 +7,7 @@ snapshot: 2008.0
source_subpath: default/stage3-ppc64-32ul-latest
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
+update_seed: yes
+update_seed_command: --update --deep @world --jobs 5 --load-average 5
chost: powerpc-unknown-linux-gnu
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec b/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec
index 66632a8a..b0b60cf8 100644
--- a/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage1-64ul.spec
@@ -7,4 +7,6 @@ snapshot: 2008.0
source_subpath: default/stage3-ppc64-64ul-latest
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
+update_seed: yes
+update_seed_command: --update --deep @world --jobs 5 --load-average 5
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/ppc/ppc64/, releases/weekly/specs/ppc/ppc32/
@ 2018-09-16 5:48 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2018-09-16 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 0f38d932d892bd59ded9f8c75493e1bc0098e9a4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 05:46:41 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 05:47:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0f38d932
specs/ppc: Build stage3 from stage1
releases/weekly/specs/ppc/ppc32/stage3.spec | 2 +-
releases/weekly/specs/ppc/ppc64/stage3-32ul.spec | 2 +-
releases/weekly/specs/ppc/ppc64/stage3.spec | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/releases/weekly/specs/ppc/ppc32/stage3.spec b/releases/weekly/specs/ppc/ppc32/stage3.spec
index 94a6d073..567a675c 100644
--- a/releases/weekly/specs/ppc/ppc32/stage3.spec
+++ b/releases/weekly/specs/ppc/ppc32/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: 2008.0
rel_type: default
profile: default/linux/powerpc/ppc32/17.0
snapshot: 2008.0
-source_subpath: default/stage2-ppc-2008.0
+source_subpath: default/stage1-ppc-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/ppc/ppc64/stage3-32ul.spec b/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
index 768308a8..cbd241ec 100644
--- a/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage3-32ul.spec
@@ -4,7 +4,7 @@ version_stamp: 32ul-2008.0
rel_type: default
profile: default/linux/powerpc/ppc64/17.0/32bit-userland
snapshot: 2008.0
-source_subpath: default/stage2-ppc64-32ul-2008.0
+source_subpath: default/stage1-ppc64-32ul-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/ppc/ppc64/stage3.spec b/releases/weekly/specs/ppc/ppc64/stage3.spec
index 9919f4ba..6dad59ac 100644
--- a/releases/weekly/specs/ppc/ppc64/stage3.spec
+++ b/releases/weekly/specs/ppc/ppc64/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: 2008.0
rel_type: default
profile: default/linux/powerpc/ppc64/17.0/64bit-userland
snapshot: 2008.0
-source_subpath: default/stage2-ppc64-2008.0
+source_subpath: default/stage1-ppc64-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
end of thread, other threads:[~2018-09-16 5:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14 5:57 [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc64/, releases/weekly/specs/ppc/ppc32/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2018-09-16 5:48 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox