* [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/hardened/, releases/weekly/specs/x86/i686/, ...
@ 2015-02-22 17:09 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto @ 2015-02-22 17:09 UTC (permalink / raw
To: gentoo-commits
commit: ea8b4f0f403a9ae0051ee2e95186ddcd915fce9f
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 17:08:53 2015 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 17:08:53 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=ea8b4f0f
Add update_seed_command to update the seed stages and fix some blockers and add portage_confdir to disable caps/filecaps and mask old packages to help with the blockers as well.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
---
releases/weekly/specs/amd64/hardened/stage1-nomultilib.spec | 2 ++
releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec | 2 ++
releases/weekly/specs/amd64/hardened/stage1-selinux.spec | 2 ++
releases/weekly/specs/amd64/hardened/stage1.spec | 2 ++
releases/weekly/specs/amd64/hardened/stage2-nomultilib.spec | 1 +
releases/weekly/specs/amd64/hardened/stage2-selinux-nomultilib.spec | 1 +
releases/weekly/specs/amd64/hardened/stage2-selinux.spec | 1 +
releases/weekly/specs/amd64/hardened/stage2.spec | 1 +
releases/weekly/specs/amd64/hardened/stage3-nomultilib.spec | 1 +
releases/weekly/specs/amd64/hardened/stage3-selinux-nomultilib.spec | 1 +
releases/weekly/specs/amd64/hardened/stage3-selinux.spec | 1 +
releases/weekly/specs/amd64/hardened/stage3.spec | 1 +
releases/weekly/specs/amd64/stage1-nomultilib.spec | 2 ++
releases/weekly/specs/amd64/stage1-x32.spec | 2 ++
releases/weekly/specs/amd64/stage1.spec | 2 ++
releases/weekly/specs/amd64/stage2-nomultilib.spec | 1 +
releases/weekly/specs/amd64/stage2-x32.spec | 1 +
releases/weekly/specs/amd64/stage2.spec | 1 +
releases/weekly/specs/amd64/stage3-nomultilib.spec | 1 +
releases/weekly/specs/amd64/stage3-x32.spec | 1 +
releases/weekly/specs/amd64/stage3.spec | 1 +
releases/weekly/specs/x86/hardened/stage1.spec | 2 ++
releases/weekly/specs/x86/hardened/stage2.spec | 1 +
releases/weekly/specs/x86/hardened/stage3.spec | 1 +
releases/weekly/specs/x86/i686/stage1.spec | 2 ++
releases/weekly/specs/x86/i686/stage2.spec | 1 +
releases/weekly/specs/x86/i686/stage3.spec | 1 +
releases/weekly/specs/x86/stage1.spec | 2 ++
releases/weekly/specs/x86/stage2.spec | 1 +
releases/weekly/specs/x86/stage3.spec | 1 +
30 files changed, 40 insertions(+)
diff --git a/releases/weekly/specs/amd64/hardened/stage1-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage1-nomultilib.spec
index d67a846..50169e8 100644
--- a/releases/weekly/specs/amd64/hardened/stage1-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage1-nomultilib.spec
@@ -6,3 +6,5 @@ profile: hardened/linux/amd64/no-multilib
snapshot: 2008.0
source_subpath: hardened/stage3-amd64-hardened+nomultilib-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec
index c8e280a..332ce06 100644
--- a/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec
@@ -6,3 +6,5 @@ profile: hardened/linux/amd64/no-multilib/selinux
snapshot: 2008.0
source_subpath: hardened/stage3-amd64-hardened-selinux+nomultilib-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage1-selinux.spec b/releases/weekly/specs/amd64/hardened/stage1-selinux.spec
index 01bcd19..964ebcd 100644
--- a/releases/weekly/specs/amd64/hardened/stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/stage1-selinux.spec
@@ -6,3 +6,5 @@ profile: hardened/linux/amd64/selinux
snapshot: 2008.0
source_subpath: hardened/stage3-amd64-hardened-selinux-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage1.spec b/releases/weekly/specs/amd64/hardened/stage1.spec
index 3834b05..75f1628 100644
--- a/releases/weekly/specs/amd64/hardened/stage1.spec
+++ b/releases/weekly/specs/amd64/hardened/stage1.spec
@@ -6,3 +6,5 @@ profile: hardened/linux/amd64
snapshot: 2008.0
source_subpath: hardened/stage3-amd64-hardened-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage2-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage2-nomultilib.spec
index 07927a6..358b798 100644
--- a/releases/weekly/specs/amd64/hardened/stage2-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage2-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/no-multilib
snapshot: 2008.0
source_subpath: hardened/stage1-amd64-hardened+nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage2-selinux-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage2-selinux-nomultilib.spec
index 0bfa5e9..d2f1bf0 100644
--- a/releases/weekly/specs/amd64/hardened/stage2-selinux-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage2-selinux-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/no-multilib/selinux
snapshot: 2008.0
source_subpath: hardened/stage1-amd64-hardened-selinux+nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage2-selinux.spec b/releases/weekly/specs/amd64/hardened/stage2-selinux.spec
index ccd8549..abd3845 100644
--- a/releases/weekly/specs/amd64/hardened/stage2-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/stage2-selinux.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/selinux
snapshot: 2008.0
source_subpath: hardened/stage1-amd64-hardened-selinux-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage2.spec b/releases/weekly/specs/amd64/hardened/stage2.spec
index 583c589..498eddc 100644
--- a/releases/weekly/specs/amd64/hardened/stage2.spec
+++ b/releases/weekly/specs/amd64/hardened/stage2.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64
snapshot: 2008.0
source_subpath: hardened/stage1-amd64-hardened-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage3-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage3-nomultilib.spec
index 1410fb1..82f4916 100644
--- a/releases/weekly/specs/amd64/hardened/stage3-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage3-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/no-multilib
snapshot: 2008.0
source_subpath: hardened/stage2-amd64-hardened+nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage3-selinux-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage3-selinux-nomultilib.spec
index 551b7d6..60332b4 100644
--- a/releases/weekly/specs/amd64/hardened/stage3-selinux-nomultilib.spec
+++ b/releases/weekly/specs/amd64/hardened/stage3-selinux-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/no-multilib/selinux
snapshot: 2008.0
source_subpath: hardened/stage2-amd64-hardened-selinux+nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage3-selinux.spec b/releases/weekly/specs/amd64/hardened/stage3-selinux.spec
index 39f953f..4219504 100644
--- a/releases/weekly/specs/amd64/hardened/stage3-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/stage3-selinux.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64/selinux
snapshot: 2008.0
source_subpath: hardened/stage2-amd64-hardened-selinux-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/hardened/stage3.spec b/releases/weekly/specs/amd64/hardened/stage3.spec
index 68ac9dc..b8f0473 100644
--- a/releases/weekly/specs/amd64/hardened/stage3.spec
+++ b/releases/weekly/specs/amd64/hardened/stage3.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/amd64
snapshot: 2008.0
source_subpath: hardened/stage2-amd64-hardened-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage1-nomultilib.spec b/releases/weekly/specs/amd64/stage1-nomultilib.spec
index e972f4f..6a7ce7d 100644
--- a/releases/weekly/specs/amd64/stage1-nomultilib.spec
+++ b/releases/weekly/specs/amd64/stage1-nomultilib.spec
@@ -6,3 +6,5 @@ profile: default/linux/amd64/13.0/no-multilib
snapshot: 2008.0
source_subpath: default/stage3-amd64-nomultilib-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage1-x32.spec b/releases/weekly/specs/amd64/stage1-x32.spec
index 4c3c8f6..5ec1ed7 100644
--- a/releases/weekly/specs/amd64/stage1-x32.spec
+++ b/releases/weekly/specs/amd64/stage1-x32.spec
@@ -6,3 +6,5 @@ profile: default/linux/amd64/13.0/x32
snapshot: 2008.0
source_subpath: default/stage3-x32-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage1.spec b/releases/weekly/specs/amd64/stage1.spec
index f9f7e65..073fbef 100644
--- a/releases/weekly/specs/amd64/stage1.spec
+++ b/releases/weekly/specs/amd64/stage1.spec
@@ -6,3 +6,5 @@ profile: default/linux/amd64/13.0
snapshot: 2008.0
source_subpath: default/stage3-amd64-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage2-nomultilib.spec b/releases/weekly/specs/amd64/stage2-nomultilib.spec
index 076ff8c..2ee4560 100644
--- a/releases/weekly/specs/amd64/stage2-nomultilib.spec
+++ b/releases/weekly/specs/amd64/stage2-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0/no-multilib
snapshot: 2008.0
source_subpath: default/stage1-amd64-nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage2-x32.spec b/releases/weekly/specs/amd64/stage2-x32.spec
index db02f44..1bde42b 100644
--- a/releases/weekly/specs/amd64/stage2-x32.spec
+++ b/releases/weekly/specs/amd64/stage2-x32.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0/x32
snapshot: 2008.0
source_subpath: default/stage1-x32-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage2.spec b/releases/weekly/specs/amd64/stage2.spec
index b78455b..5fdfe68 100644
--- a/releases/weekly/specs/amd64/stage2.spec
+++ b/releases/weekly/specs/amd64/stage2.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0
snapshot: 2008.0
source_subpath: default/stage1-amd64-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage3-nomultilib.spec b/releases/weekly/specs/amd64/stage3-nomultilib.spec
index edde7b9..85120bb 100644
--- a/releases/weekly/specs/amd64/stage3-nomultilib.spec
+++ b/releases/weekly/specs/amd64/stage3-nomultilib.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0/no-multilib
snapshot: 2008.0
source_subpath: default/stage2-amd64-nomultilib-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage3-x32.spec b/releases/weekly/specs/amd64/stage3-x32.spec
index 258e9d9..2eda1a1 100644
--- a/releases/weekly/specs/amd64/stage3-x32.spec
+++ b/releases/weekly/specs/amd64/stage3-x32.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0/x32
snapshot: 2008.0
source_subpath: default/stage2-x32-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/amd64/stage3.spec b/releases/weekly/specs/amd64/stage3.spec
index cc3d868..cf2497e 100644
--- a/releases/weekly/specs/amd64/stage3.spec
+++ b/releases/weekly/specs/amd64/stage3.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/amd64/13.0
snapshot: 2008.0
source_subpath: default/stage2-amd64-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/hardened/stage1.spec b/releases/weekly/specs/x86/hardened/stage1.spec
index a9ebb06..780c1ca 100644
--- a/releases/weekly/specs/x86/hardened/stage1.spec
+++ b/releases/weekly/specs/x86/hardened/stage1.spec
@@ -6,3 +6,5 @@ profile: hardened/linux/x86
snapshot: 2008.0
source_subpath: hardened/stage3-i686-hardened-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/hardened/stage2.spec b/releases/weekly/specs/x86/hardened/stage2.spec
index 345e57c..da78b39 100644
--- a/releases/weekly/specs/x86/hardened/stage2.spec
+++ b/releases/weekly/specs/x86/hardened/stage2.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/x86
snapshot: 2008.0
source_subpath: hardened/stage1-i686-hardened-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/hardened/stage3.spec b/releases/weekly/specs/x86/hardened/stage3.spec
index 28b9db9..ef7229f 100644
--- a/releases/weekly/specs/x86/hardened/stage3.spec
+++ b/releases/weekly/specs/x86/hardened/stage3.spec
@@ -5,3 +5,4 @@ rel_type: hardened
profile: hardened/linux/x86
snapshot: 2008.0
source_subpath: hardened/stage2-i686-hardened-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/i686/stage1.spec b/releases/weekly/specs/x86/i686/stage1.spec
index e9eb859..b0d9912 100644
--- a/releases/weekly/specs/x86/i686/stage1.spec
+++ b/releases/weekly/specs/x86/i686/stage1.spec
@@ -6,3 +6,5 @@ profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage3-i686-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/i686/stage2.spec b/releases/weekly/specs/x86/i686/stage2.spec
index 2fad1bb..0880175 100644
--- a/releases/weekly/specs/x86/i686/stage2.spec
+++ b/releases/weekly/specs/x86/i686/stage2.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage1-i686-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/i686/stage3.spec b/releases/weekly/specs/x86/i686/stage3.spec
index 35356ff..f7f6a47 100644
--- a/releases/weekly/specs/x86/i686/stage3.spec
+++ b/releases/weekly/specs/x86/i686/stage3.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage2-i686-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/stage1.spec b/releases/weekly/specs/x86/stage1.spec
index 24d9897..1a27cc6 100644
--- a/releases/weekly/specs/x86/stage1.spec
+++ b/releases/weekly/specs/x86/stage1.spec
@@ -6,3 +6,5 @@ profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage3-i486-latest
update_seed: yes
+update_seed_command: --update --deep @world
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/stage2.spec b/releases/weekly/specs/x86/stage2.spec
index d79abfa..aab2098 100644
--- a/releases/weekly/specs/x86/stage2.spec
+++ b/releases/weekly/specs/x86/stage2.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage1-i486-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
diff --git a/releases/weekly/specs/x86/stage3.spec b/releases/weekly/specs/x86/stage3.spec
index 8bb04c8..1d5bfcc 100644
--- a/releases/weekly/specs/x86/stage3.spec
+++ b/releases/weekly/specs/x86/stage3.spec
@@ -5,3 +5,4 @@ rel_type: default
profile: default/linux/x86/13.0
snapshot: 2008.0
source_subpath: default/stage2-i486-2008.0
+portage_confdir: /release/releng/releases/weekly/portage/stages
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-22 17:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 17:09 [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/hardened/, releases/weekly/specs/x86/i686/, Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox