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: tests/, /
Date: Wed, 01 Jul 2015 10:50:18
Message-Id: 1435747941.0da6f71c31a1d69cce767e84deccd08719a99dc0.blueness@gentoo
1 commit: 0da6f71c31a1d69cce767e84deccd08719a99dc0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 10:52:21 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 10:52:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=0da6f71c
7
8 Fix .gitignore and add systems.conf.
9
10 .gitignore | 1 -
11 systems.conf | 8 ++++++++
12 tests/systems.conf | 1 +
13 3 files changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/.gitignore b/.gitignore
16 index 7f0252e..c9e6470 100644
17 --- a/.gitignore
18 +++ b/.gitignore
19 @@ -1,5 +1,4 @@
20 __pycache__
21 build/
22 -*.conf
23 *.pyc
24 *.swp
25
26 diff --git a/systems.conf b/systems.conf
27 new file mode 100644
28 index 0000000..fae9bdf
29 --- /dev/null
30 +++ b/systems.conf
31 @@ -0,0 +1,8 @@
32 +[desktop-amd64-uclibc-hardened]
33 +nameserver : 192.168.3.1
34 +repo_uri : git://anongit.gentoo.org/proj/grs.git
35 +stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/stage3-amd64-uclibc-hardened-20150610.tar.bz2
36 +
37 +#[desktop-amd64-musl-hardened]
38 +#repo_uri : git://anongit.gentoo.org/proj/grs.git
39 +#stage_uri : ftp://distfiles.gentoo.org/pub/gentoo/experimental/amd64/musl/stage3-amd64-musl-hardened-20150405.tar.bz2
40
41 diff --git a/tests/systems.conf b/tests/systems.conf
42 new file mode 120000
43 index 0000000..b92ef4f
44 --- /dev/null
45 +++ b/tests/systems.conf
46 @@ -0,0 +1 @@
47 +../systems.conf
48 \ No newline at end of file