aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-17 17:48:50 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-17 17:48:50 +0300
commit2166292432a925868652a46a1026c7e2b92c02e9 (patch)
tree8503cf6951ad46107836a29c05008b07f02004f0
parentRemoved old configs (diff)
downloadGSE-2166292432a925868652a46a1026c7e2b92c02e9.tar.gz
GSE-2166292432a925868652a46a1026c7e2b92c02e9.tar.bz2
GSE-2166292432a925868652a46a1026c7e2b92c02e9.zip
Included git entry
-rw-r--r--etc/gentoo.conf33
1 files changed, 19 insertions, 14 deletions
diff --git a/etc/gentoo.conf b/etc/gentoo.conf
index 48c697c..532fe1c 100644
--- a/etc/gentoo.conf
+++ b/etc/gentoo.conf
@@ -1,23 +1,28 @@
#!/bin/bash
-### Gentoo related configuration file. TBU
+### Gentoo related configuration file.
#
-#
-#
-#
-#
-#
-###
-# 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"
+GSEVER='alpha'
+ARCH=amd64
+DIST="http://distfiles.gentoo.org/releases/${ARCH}/autobuilds"
+SIGNING_KEY="https://www.gentoo.org/downloads/signatures"
+
+export GSEVER
+export ARCH
+export DIST
+export SIGNING_KEY
-# Catalyst
-export GSE_VER="GSE_${GSEVER}"
+git_par="https://github.com/ulfox/GSE.git"
+export git_par
+
+# Catalyst stage3 target name
+GSE_VER="GSE_${GSEVER}"
+export GSE_VER
GSE_BACKUP="/usr/share/gse/backup/gse_${GSEVER}.tar.bz2"
KEEP_VAR="/var/tmp/gse/"
+export GSE_BACKUP
+export KEEP_VAR
+
# Example: /var/tmp/gse/workdir-${_base_flag}_${_date}.tar.bz2" \ No newline at end of file