aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-05-31 17:36:44 +0300
committerChristos.K <freedomrfox@gmail.com>2017-05-31 17:36:44 +0300
commit132b0f8293b35de8e14d2a82df0fda8b8121866c (patch)
tree673d732e4c30147f20cf9e5e6c82a6d12035fb21 /etc
downloadGSE-132b0f8293b35de8e14d2a82df0fda8b8121866c.tar.gz
GSE-132b0f8293b35de8e14d2a82df0fda8b8121866c.tar.bz2
GSE-132b0f8293b35de8e14d2a82df0fda8b8121866c.zip
Updated gitignore
Diffstat (limited to 'etc')
-rw-r--r--etc/gentoo.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/gentoo.conf b/etc/gentoo.conf
new file mode 100644
index 0000000..7628650
--- /dev/null
+++ b/etc/gentoo.conf
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+### Gentoo related configuration file. TBU
+#
+#
+#
+#
+#
+#
+###
+
+# Gentoo
+export GSEVER='alpha'
+export ARCH=amd64
+export DIST="http://distfiles.gentoo.org/releases/${ARCH}/autobuilds"
+export SIGNING_KEY="https://www.gentoo.org/downloads/signatures"
+
+# Catalyst
+
+export GSE_VER="GSE_${GSEVER}"