Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grss:master commit in: /
Date: Tue, 07 Jul 2015 12:38:53
Message-Id: 1436272876.b3bbbbb83528c3309a806bd6b7cdc71ad21031d7.blueness@gentoo
1 commit: b3bbbbb83528c3309a806bd6b7cdc71ad21031d7
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 12:41:16 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 12:41:16 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=b3bbbbb8
7
8 systems.conf: add [stages-amd64-hardened]
9
10 systems.conf | 16 +++++++++++-----
11 1 file changed, 11 insertions(+), 5 deletions(-)
12
13 diff --git a/systems.conf b/systems.conf
14 index fae9bdf..3e9ae15 100644
15 --- a/systems.conf
16 +++ b/systems.conf
17 @@ -1,8 +1,14 @@
18 [desktop-amd64-uclibc-hardened]
19 -nameserver : 192.168.3.1
20 +nameserver : 8.8.8.8
21 repo_uri : git://anongit.gentoo.org/proj/grs.git
22 -stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2
23 +stage_uri : http://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150705.tar.bz2
24
25 -#[desktop-amd64-musl-hardened]
26 -#repo_uri : git://anongit.gentoo.org/proj/grs.git
27 -#stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2
28 +[desktop-amd64-hardened]
29 +nameserver : 8.8.8.8
30 +repo_uri : git://anongit.gentoo.org/proj/grs.git
31 +stage_uri : http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/stage3-amd64-hardened-20150702.tar.bz2
32 +
33 +[stages-amd64-hardened]
34 +nameserver : 8.8.8.8
35 +repo_uri : git://anongit.gentoo.org/proj/grs.git
36 +stage_uri : http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/stage3-amd64-hardened-20150702.tar.bz2