aboutsummaryrefslogtreecommitdiff
blob: 532fe1c0ba0c321cd51ab117e2157791cfda9e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash

### Gentoo related configuration file.
#

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

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"