commit: b3bbbbb83528c3309a806bd6b7cdc71ad21031d7 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 12:41:16 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jul 7 12:41:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=b3bbbbb8
systems.conf: add [stages-amd64-hardened] systems.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/systems.conf b/systems.conf index fae9bdf..3e9ae15 100644 --- a/systems.conf +++ b/systems.conf @@ -1,8 +1,14 @@ [desktop-amd64-uclibc-hardened] -nameserver : 192.168.3.1 +nameserver : 8.8.8.8 repo_uri : git://anongit.gentoo.org/proj/grs.git -stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2 +stage_uri : http://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150705.tar.bz2 -#[desktop-amd64-musl-hardened] -#repo_uri : git://anongit.gentoo.org/proj/grs.git -#stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2 +[desktop-amd64-hardened] +nameserver : 8.8.8.8 +repo_uri : git://anongit.gentoo.org/proj/grs.git +stage_uri : http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/stage3-amd64-hardened-20150702.tar.bz2 + +[stages-amd64-hardened] +nameserver : 8.8.8.8 +repo_uri : git://anongit.gentoo.org/proj/grs.git +stage_uri : http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/stage3-amd64-hardened-20150702.tar.bz2
