[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2020-04-09 Thread Matt Turner
commit: e4f2936385e3d8b06ea9bfe2d87f11f9b5dc6c8e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 10 05:10:00 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 10 05:10:00 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4f29363

specs/ia64: Remove reference to dead cdtar

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index a5793f0c..0ec44e11 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -10,7 +10,6 @@ decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
-livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2
 livecd/fstype: squashfs
 livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-latest.iso
 livecd/type: gentoo-release-minimal



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2020-04-09 Thread Matt Turner
commit: 872dd1d4938757221099af35db0b9dcd3c1c055d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 10 05:07:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 10 05:08:50 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=872dd1d4

specs/ia64: Specify special console= options

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 6f631d6e..a5793f0c 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -20,6 +20,7 @@ boot/kernel: gentoo
 
 boot/kernel/gentoo/sources: gentoo-sources
 boot/kernel/gentoo/config: ../../kconfig/ia64/installcd-3.8.13.config
+boot/kernel/gentoo/console: ttyS0,9600 ttyS3,9600 ttySG0,115200
 boot/kernel/gentoo/use:
-*
atm



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-10-06 Thread Matt Turner
commit: 150e261e6384d99e4794588fdb897bdb55c93b06
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  6 16:25:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  6 16:25:22 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=150e261e

specs/ia64: Compress with pixz

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/installcd-stage1.spec | 2 ++
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 2 ++
 releases/weekly/specs/ia64/stage1.spec   | 2 ++
 releases/weekly/specs/ia64/stage2.spec   | 2 ++
 releases/weekly/specs/ia64/stage3.spec   | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index de651690..bf5c3786 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -5,6 +5,8 @@ rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage3-ia64-latest
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/use:

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 7679ef1c..6f631d6e 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -5,6 +5,8 @@ rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/livecd-stage1-ia64-latest
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index d2bccc9e..c44e8fb9 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -5,6 +5,8 @@ rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage3-ia64-latest
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 update_seed: yes
 update_seed_command: --update --deep @world
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index f4bada36..3e9ed6df 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -5,5 +5,7 @@ rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
 portage_prefix: releng

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 60b2f96a..b8c457fc 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -5,5 +5,7 @@ rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
+compression_mode: pixz_x
+decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
 portage_prefix: releng



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: 7813f53d2927373e4805e18bd558c2f9d3641515
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:45:03 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:45:03 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7813f53d

specs/ia64: s/2008.0/latest

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/installcd-stage1.spec | 6 +++---
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 8 
 releases/weekly/specs/ia64/stage1.spec   | 4 ++--
 releases/weekly/specs/ia64/stage2.spec   | 6 +++---
 releases/weekly/specs/ia64/stage3.spec   | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index 7dda7458..de651690 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -1,10 +1,10 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: livecd-stage1
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage3-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage3-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/use:

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 39d226f2..7679ef1c 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -1,16 +1,16 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: livecd-stage2
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/livecd-stage1-ia64-2008.0
+snapshot: latest
+source_subpath: default/livecd-stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
 livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2
 livecd/fstype: squashfs
-livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-2008.0.iso
+livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-latest.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo ia64 latest
 

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index 76354699..c02cc2d2 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -1,9 +1,9 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage1
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
+snapshot: latest
 source_subpath: default/stage3-ia64-latest
 update_seed: yes
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index 4d318e66..63af244c 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -1,8 +1,8 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage2
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage1-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 983d39e6..6329593d 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -1,8 +1,8 @@
 subarch: ia64
-version_stamp: 2008.0
+version_stamp: latest
 target: stage3
 rel_type: default
 profile: default/linux/ia64/17.0
-snapshot: 2008.0
-source_subpath: default/stage2-ia64-2008.0
+snapshot: latest
+source_subpath: default/stage2-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: e138bd87ead381ca9265b852315e823f4b2cee37
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:46:50 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:46:50 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e138bd87

specs/ia64: Set portage_prefix and update_seed_command

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/stage1.spec | 2 ++
 releases/weekly/specs/ia64/stage2.spec | 1 +
 releases/weekly/specs/ia64/stage3.spec | 1 +
 3 files changed, 4 insertions(+)

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index c02cc2d2..d2bccc9e 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -6,4 +6,6 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage3-ia64-latest
 update_seed: yes
+update_seed_command: --update --deep @world
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index 63af244c..f4bada36 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index fc7aeb91..60b2f96a 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0
 snapshot: latest
 source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_prefix: releng



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2019-09-05 Thread Matt Turner
commit: e931cc19f0c9163df736237a98a18566803eca9e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  5 15:45:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  5 15:45:33 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e931cc19

specs/ia64: Build stage3 from stage1

Signed-off-by: Matt Turner  gentoo.org>

 releases/weekly/specs/ia64/stage3.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 6329593d..fc7aeb91 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -4,5 +4,5 @@ target: stage3
 rel_type: default
 profile: default/linux/ia64/17.0
 snapshot: latest
-source_subpath: default/stage2-ia64-latest
+source_subpath: default/stage1-ia64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2018-10-12 Thread Matt Turner
commit: 418c1d5741d3582d843894b3ce3d5a2daeb5cf47
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 13 04:28:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 13 04:28:40 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=418c1d57

specs/ia64: Switch stages to 17.0 profile

 releases/weekly/specs/ia64/installcd-stage1.spec | 2 +-
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 2 +-
 releases/weekly/specs/ia64/stage1.spec   | 2 +-
 releases/weekly/specs/ia64/stage2.spec   | 2 +-
 releases/weekly/specs/ia64/stage3.spec   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index a3663aec..7dda7458 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -2,7 +2,7 @@ subarch: ia64
 version_stamp: 2008.0
 target: livecd-stage1
 rel_type: default
-profile: default/linux/ia64/13.0
+profile: default/linux/ia64/17.0
 snapshot: 2008.0
 source_subpath: default/stage3-ia64-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 30f4d1df..39d226f2 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -2,7 +2,7 @@ subarch: ia64
 version_stamp: 2008.0
 target: livecd-stage2
 rel_type: default
-profile: default/linux/ia64/13.0
+profile: default/linux/ia64/17.0
 snapshot: 2008.0
 source_subpath: default/livecd-stage1-ia64-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index 1074fd53..76354699 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -2,7 +2,7 @@ subarch: ia64
 version_stamp: 2008.0
 target: stage1
 rel_type: default
-profile: default/linux/ia64/13.0
+profile: default/linux/ia64/17.0
 snapshot: 2008.0
 source_subpath: default/stage3-ia64-latest
 update_seed: yes

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index 5671c355..4d318e66 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -2,7 +2,7 @@ subarch: ia64
 version_stamp: 2008.0
 target: stage2
 rel_type: default
-profile: default/linux/ia64/13.0
+profile: default/linux/ia64/17.0
 snapshot: 2008.0
 source_subpath: default/stage1-ia64-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index 7507890d..983d39e6 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -2,7 +2,7 @@ subarch: ia64
 version_stamp: 2008.0
 target: stage3
 rel_type: default
-profile: default/linux/ia64/13.0
+profile: default/linux/ia64/17.0
 snapshot: 2008.0
 source_subpath: default/stage2-ia64-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/, releases/weekly/specs/hppa/, ...

2018-07-13 Thread Ben Kohler
commit: 86dc6ae6998b7323c06e86b7ed95b5b1f0061090
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Jul 13 19:37:51 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Jul 13 19:37:51 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=86dc6ae6

specs: add sys-apps/sandbox to *cd*stage2* livecd/unmerge

 releases/weekly/specs/alpha/installcd-stage2-minimal.spec | 3 +--
 releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec  | 1 +
 releases/weekly/specs/amd64/hardened/admincd-stage2.spec  | 1 +
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 1 +
 releases/weekly/specs/hppa/installcd-stage2-minimal.spec  | 1 -
 releases/weekly/specs/hppa/installcd-stage2-universal.spec| 3 +--
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec  | 3 +--
 releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec | 3 +--
 releases/weekly/specs/sparc/sparc64/installcd-stage2-minimal.spec | 1 +
 releases/weekly/specs/x86/hardened/admincd-stage2.spec| 1 +
 releases/weekly/specs/x86/hardened/installcd-stage2-minimal.spec  | 6 ++
 releases/weekly/specs/x86/installcd-stage2-minimal.spec   | 1 +
 12 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/releases/weekly/specs/alpha/installcd-stage2-minimal.spec 
b/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
index fbaf9c34..46dfc8b0 100644
--- a/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
@@ -85,8 +85,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
-#  sys-apps/portage
-#  sys-apps/sandbox
+   sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
index f19ced45..31f54e65 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
@@ -101,6 +101,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
+   sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
index 31ff712a..7148645a 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
@@ -101,6 +101,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
+   sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index d0ec7f76..01eae8f8 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -97,6 +97,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
+   sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper

diff --git a/releases/weekly/specs/hppa/installcd-stage2-minimal.spec 
b/releases/weekly/specs/hppa/installcd-stage2-minimal.spec
index b5f5ee8a..990ba6d7 100644
--- a/releases/weekly/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/hppa/installcd-stage2-minimal.spec
@@ -107,7 +107,6 @@ livecd/unmerge:
sys-apps/groff
sys-apps/help2man
sys-apps/man-db
-   sys-apps/portage
sys-apps/sandbox
sys-apps/tcp-wrappers
sys-apps/texinfo

diff --git a/releases/weekly/specs/hppa/installcd-stage2-universal.spec 
b/releases/weekly/specs/hppa/installcd-stage2-universal.spec
index 0378d857..be7849db 100644
--- a/releases/weekly/specs/hppa/installcd-stage2-universal.spec
+++ b/releases/weekly/specs/hppa/installcd-stage2-universal.spec
@@ -91,8 +91,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
-#  sys-apps/portage
-#  sys-apps/sandbox
+   sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index ddc362c3..30f4d1df 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -63,8 +63,7 @@ livecd/unmerge:
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
-#  sys-apps/portage
-#  sys-apps/sandbox
+   sys-apps/sandbox

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/, releases/weekly/specs/sparc/sparc64/, ...

2018-07-12 Thread Ben Kohler
commit: 2c03ec60fbac79ec3221b75bb35886b8a809f45e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 12 12:58:16 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 12 12:58:16 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2c03ec60

specs: remove unused USE flags from livecds

 releases/weekly/specs/alpha/installcd-stage1.spec |  2 --
 releases/weekly/specs/alpha/installcd-stage2-minimal.spec | 10 --
 .../specs/amd64/hardened/admincd-stage1-selinux.spec  |  3 ---
 releases/weekly/specs/amd64/hardened/admincd-stage1.spec  |  3 ---
 .../specs/amd64/hardened/admincd-stage2-selinux.spec  |  5 -
 releases/weekly/specs/amd64/hardened/admincd-stage2.spec  |  5 -
 releases/weekly/specs/amd64/hardened/stage4-minimal.spec  |  3 ---
 .../specs/amd64/hardened/stage4-nomultilib-minimal.spec   |  3 ---
 releases/weekly/specs/amd64/installcd-stage1.spec |  3 ---
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec |  5 -
 releases/weekly/specs/amd64/livecd-stage1.spec|  1 -
 releases/weekly/specs/amd64/livecd-stage2.spec|  2 +-
 releases/weekly/specs/amd64/livedvd-stage1.spec   |  1 -
 releases/weekly/specs/amd64/livedvd-stage2.spec   |  2 +-
 releases/weekly/specs/amd64/stage4-minimal.spec   |  3 ---
 .../weekly/specs/amd64/stage4-nomultilib-minimal.spec |  3 ---
 releases/weekly/specs/hppa/installcd-stage2-minimal.spec  | 10 --
 .../weekly/specs/hppa/installcd-stage2-universal.spec | 10 --
 releases/weekly/specs/ia64/installcd-stage1.spec  |  2 --
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec  |  5 -
 releases/weekly/specs/ppc/ppc64/installcd-stage1.spec |  3 ---
 .../weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec  | 15 ---
 releases/weekly/specs/sparc/sparc64/installcd-stage1.spec |  3 ---
 .../specs/sparc/sparc64/installcd-stage2-minimal.spec |  5 -
 releases/weekly/specs/x86/hardened/admincd-stage1.spec|  3 ---
 releases/weekly/specs/x86/hardened/admincd-stage2.spec|  5 -
 releases/weekly/specs/x86/hardened/installcd-stage1.spec  |  2 --
 .../specs/x86/hardened/installcd-stage2-minimal.spec  |  5 -
 releases/weekly/specs/x86/i686/livecd-stage1.spec |  1 -
 releases/weekly/specs/x86/i686/livecd-stage2.spec |  2 +-
 releases/weekly/specs/x86/i686/livedvd-stage1.spec|  1 -
 releases/weekly/specs/x86/i686/livedvd-stage2.spec|  2 +-
 releases/weekly/specs/x86/installcd-stage1.spec   |  2 --
 releases/weekly/specs/x86/installcd-stage2-minimal.spec   |  5 -
 34 files changed, 4 insertions(+), 131 deletions(-)

diff --git a/releases/weekly/specs/alpha/installcd-stage1.spec 
b/releases/weekly/specs/alpha/installcd-stage1.spec
index b2a2f250..14c7bfd8 100644
--- a/releases/weekly/specs/alpha/installcd-stage1.spec
+++ b/releases/weekly/specs/alpha/installcd-stage1.spec
@@ -6,11 +6,9 @@ profile: default/linux/alpha/13.0
 snapshot: 2008.0
 source_subpath: default/stage3-alpha-2008.0
 livecd/use:
-   deprecated
fbcon
ipv6
livecd
-   loop-aes
lvm1
ncurses
nls

diff --git a/releases/weekly/specs/alpha/installcd-stage2-minimal.spec 
b/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
index 5bbbce01..2a48ad27 100644
--- a/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/alpha/installcd-stage2-minimal.spec
@@ -21,18 +21,13 @@ boot/kernel/gentoo/config: 
../../kconfig/alpha/installcd-3.8.13.config
 boot/kernel/gentoo/use:
-*
atm
-   deprecated
fbcon
-   fbcondecor
ipv6
livecd
-   loop-aes
lvm1
-   mng
ncurses
nls
nptl
-   nptlonly
pam
png
readline
@@ -47,18 +42,13 @@ boot/kernel/gentoo_nolsa/config: 
../../kconfig/alpha/installcd-3.8.13.nolsa.conf
 boot/kernel/gentoo_nolsa/use:
-*
atm
-   deprecated
fbcon
-   fbcondecor
ipv6
livecd
-   loop-aes
lvm1
-   mng
ncurses
nls
nptl
-   nptlonly
pam
png
readline

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
index af42ad72..c62c6c99 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -10,18 +10,15 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/use:
caps
-   deprecated
fbcon
filecaps
ipv6
livecd
-   loop-aes
lvm1
modules
ncurses
nls
nptl
-   nptlonly
pam
readline
socks5

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec 

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2018-01-29 Thread Mike Frysinger
commit: 7ea60e906f362af52472806e94c374c481343bcd
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 29 21:29:42 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 29 21:29:42 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7ea60e90

ia64: set portage_confdir for stage[123] to match other arches

 releases/weekly/specs/ia64/stage1.spec | 1 +
 releases/weekly/specs/ia64/stage2.spec | 1 +
 releases/weekly/specs/ia64/stage3.spec | 1 +
 3 files changed, 3 insertions(+)

diff --git a/releases/weekly/specs/ia64/stage1.spec 
b/releases/weekly/specs/ia64/stage1.spec
index 230f7064..1074fd53 100644
--- a/releases/weekly/specs/ia64/stage1.spec
+++ b/releases/weekly/specs/ia64/stage1.spec
@@ -6,3 +6,4 @@ profile: default/linux/ia64/13.0
 snapshot: 2008.0
 source_subpath: default/stage3-ia64-latest
 update_seed: yes
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage2.spec 
b/releases/weekly/specs/ia64/stage2.spec
index d3f5f47a..5671c355 100644
--- a/releases/weekly/specs/ia64/stage2.spec
+++ b/releases/weekly/specs/ia64/stage2.spec
@@ -5,3 +5,4 @@ rel_type: default
 profile: default/linux/ia64/13.0
 snapshot: 2008.0
 source_subpath: default/stage1-ia64-2008.0
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/ia64/stage3.spec 
b/releases/weekly/specs/ia64/stage3.spec
index abc463ff..7507890d 100644
--- a/releases/weekly/specs/ia64/stage3.spec
+++ b/releases/weekly/specs/ia64/stage3.spec
@@ -5,3 +5,4 @@ rel_type: default
 profile: default/linux/ia64/13.0
 snapshot: 2008.0
 source_subpath: default/stage2-ia64-2008.0
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2016-04-04 Thread Mike Frysinger
commit: dfb0a2b0ae2f01c433b32b32845b6abd14d1517b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Apr  4 15:52:44 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Apr  4 15:52:44 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=dfb0a2b0

ia64 weekly: set portage_confdir for installcds

 releases/weekly/specs/ia64/installcd-stage1.spec | 2 ++
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 1 +
 2 files changed, 3 insertions(+)

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index 5e416c1..16a2277 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -5,6 +5,8 @@ rel_type: default
 profile: default/linux/ia64/13.0
 snapshot: 2008.0
 source_subpath: default/stage3-ia64-2008.0
+portage_confdir: @GITDIR@/releases/weekly/portage/installcd
+
 livecd/use:
deprecated
fbcon

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index 052c349..bcce5d3 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -5,6 +5,7 @@ rel_type: default
 profile: default/linux/ia64/13.0
 snapshot: 2008.0
 source_subpath: default/livecd-stage1-ia64-2008.0
+portage_confdir: @GITDIR@/releases/weekly/portage/installcd
 
 livecd/bootargs: dokeymap
 livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/, releases/weekly/specs/x86/i686/, ...

2016-01-11 Thread Robin H. Johnson
commit: 6a1a502eae6d6c8b42e2848f44882df3dcef5e4d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jan 12 06:04:18 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jan 12 06:04:18 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6a1a502e

net-proxy/ntlmaps in global package.mask due to being unmaintained per bug 
#533170.

Signed-off-by: Robin H. Johnson  gentoo.org>

 releases/weekly/specs/alpha/installcd-stage1.spec| 2 +-
 releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec | 2 +-
 releases/weekly/specs/amd64/hardened/admincd-stage1.spec | 2 +-
 releases/weekly/specs/amd64/installcd-stage1.spec| 2 +-
 releases/weekly/specs/amd64/livecd-stage1.spec   | 2 +-
 releases/weekly/specs/amd64/livedvd-stage1.spec  | 2 +-
 releases/weekly/specs/hppa/installcd-stage1.spec | 2 +-
 releases/weekly/specs/hppa/installcd-stage2-minimal.spec | 2 +-
 releases/weekly/specs/ia64/installcd-stage1.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/installcd-stage1.spec| 2 +-
 releases/weekly/specs/sparc/sparc64/installcd-stage1.spec| 2 +-
 releases/weekly/specs/x86/hardened/admincd-stage1.spec   | 2 +-
 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 2 +-
 releases/weekly/specs/x86/i686/livecd-stage1.spec| 2 +-
 releases/weekly/specs/x86/i686/livedvd-stage1.spec   | 2 +-
 releases/weekly/specs/x86/installcd-stage1.spec  | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/releases/weekly/specs/alpha/installcd-stage1.spec 
b/releases/weekly/specs/alpha/installcd-stage1.spec
index 1eec539..f5401e2 100644
--- a/releases/weekly/specs/alpha/installcd-stage1.spec
+++ b/releases/weekly/specs/alpha/installcd-stage1.spec
@@ -51,7 +51,7 @@ livecd/packages:
net-misc/rdate
 #  net-misc/vconfig
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
 #  net-wireless/ipw2100-firmware
 #  net-wireless/ipw2200-firmware

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
index 54cb408..64f1067 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -115,7 +115,7 @@ livecd/packages:
net-misc/wget
net-misc/whois
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
net-wireless/b43-fwcutter
 ### Masked (~amd64)

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
index e31c9cc..7956216 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
@@ -118,7 +118,7 @@ livecd/packages:
net-misc/wget
net-misc/whois
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
net-wireless/b43-fwcutter
 ### Masked (~amd64)

diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec 
b/releases/weekly/specs/amd64/installcd-stage1.spec
index 41dfc3e..994bb51 100644
--- a/releases/weekly/specs/amd64/installcd-stage1.spec
+++ b/releases/weekly/specs/amd64/installcd-stage1.spec
@@ -56,7 +56,7 @@ livecd/packages:
net-misc/rsync
net-misc/vconfig
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
net-wireless/b43-fwcutter
 ### Masked (~keywords)

diff --git a/releases/weekly/specs/amd64/livecd-stage1.spec 
b/releases/weekly/specs/amd64/livecd-stage1.spec
index b60a143..6c4dc89 100644
--- a/releases/weekly/specs/amd64/livecd-stage1.spec
+++ b/releases/weekly/specs/amd64/livecd-stage1.spec
@@ -73,7 +73,7 @@ livecd/packages:
net-misc/whois
net-p2p/bittorrent
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
net-wireless/b43-fwcutter
 ### Masked (~amd64)

diff --git a/releases/weekly/specs/amd64/livedvd-stage1.spec 
b/releases/weekly/specs/amd64/livedvd-stage1.spec
index 8868db1..989299f 100644
--- a/releases/weekly/specs/amd64/livedvd-stage1.spec
+++ b/releases/weekly/specs/amd64/livedvd-stage1.spec
@@ -167,7 +167,7 @@ livecd/packages:
net-p2p/limewire
net-print/cups
net-proxy/dante
-   net-proxy/ntlmaps
+#  net-proxy/ntlmaps
net-proxy/tsocks
 ### Masked (~amd64)
 #  net-wireless/aircrack-ng

diff --git a/releases/weekly/specs/hppa/installcd-stage1.spec 
b/releases/weekly/specs/hppa/installcd-stage1.spec
index 0734fae..addb00d 100644
--- a/releases/weekly/specs/hppa/installcd-stage1.spec
+++ b/releases/weekly/specs/hppa/installcd-stage1.spec
@@ -48,7 

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/

2014-06-28 Thread Raúl Porcel
commit: d27801d9d833673302b9da08af0560260a202f27
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Sat Jun 28 15:41:16 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Sat Jun 28 15:41:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=d27801d9

Fix ISO path

---
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
index cba96d6..052c349 100644
--- a/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/ia64/installcd-stage2-minimal.spec
@@ -10,7 +10,7 @@ livecd/bootargs: dokeymap
 livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2
 livecd/fstype: squashfs
 livecd/gk_mainargs: --lvm --dmraid --mdadm
-livecd/iso: /var/tmp/catalyst/builds/default/install-ia64-minimal-2008.0.iso
+livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-2008.0.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo Linux IA64 2008.0