commit:     0da6f71c31a1d69cce767e84deccd08719a99dc0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 10:52:21 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 10:52:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=0da6f71c

Fix .gitignore and add systems.conf.

 .gitignore         | 1 -
 systems.conf       | 8 ++++++++
 tests/systems.conf | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 7f0252e..c9e6470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 __pycache__
 build/
-*.conf
 *.pyc
 *.swp

diff --git a/systems.conf b/systems.conf
new file mode 100644
index 0000000..fae9bdf
--- /dev/null
+++ b/systems.conf
@@ -0,0 +1,8 @@
+[desktop-amd64-uclibc-hardened]
+nameserver : 192.168.3.1
+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
+
+#[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

diff --git a/tests/systems.conf b/tests/systems.conf
new file mode 120000
index 0000000..b92ef4f
--- /dev/null
+++ b/tests/systems.conf
@@ -0,0 +1 @@
+../systems.conf
\ No newline at end of file

Reply via email to