diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-08-04 15:22:29 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-08-04 15:22:29 -0400 |
commit | 31cbb5f345039e61d47f8e7d31adb4d523dd3acd (patch) | |
tree | c2751c678d89f3a0fbd8d66cf0dbec66ae0b05f6 /conf | |
parent | grs/Kernel.py: rsync was clobbering lib -> lib64, not tar. (diff) | |
download | grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.tar.gz grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.tar.bz2 grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.zip |
Better organize directory structure.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/systems.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/systems.conf b/conf/systems.conf new file mode 100644 index 0000000..c2f0b51 --- /dev/null +++ b/conf/systems.conf @@ -0,0 +1,19 @@ +[desktop-amd64-uclibc-hardened] +nameserver : 8.8.8.8 +repo_uri : git://anongit.gentoo.org/proj/grs.git +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] +nameserver : 8.8.8.8 +repo_uri : git://anongit.gentoo.org/proj/grs.git +stage_uri : http://distfiles.gentoo.org/experimental/amd64/musl/stage3-amd64-musl-hardened-20150609.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+nomultilib/stage3-amd64-hardened+nomultilib-20150723.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 |