summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+linux
diff options
context:
space:
mode:
Diffstat (limited to 'config_abslibre_gnu+linux')
-rw-r--r--config_abslibre_gnu+linux16
1 files changed, 16 insertions, 0 deletions
diff --git a/config_abslibre_gnu+linux b/config_abslibre_gnu+linux
index e157b9c..bcf8ab0 100644
--- a/config_abslibre_gnu+linux
+++ b/config_abslibre_gnu+linux
@@ -1,6 +1,9 @@
#!/hint/bash
+. ./config
+
# Parabola GNU/Linux-libre configuration with Arch GNU/Linux derivation
+DERIVATION='true'
# Archictectures
ARCHES=('i686' 'x86_64')
@@ -37,3 +40,16 @@ PKG_POOL='abslibre_gnu+linux'
# Directories where sources are stored
SRC_POOL='abslibre_gnu+linux'
+
+# Build System and Repository scripts
+BS_MAIN_NAME='abslibre_gnu+linux'
+BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}"
+BS_DERIVATION_NAME='abs_gnu+linux'
+BS_DERIVATION_DIR="${SRV_DIR}/${BS_DERIVATION_NAME}"
+BS_GIT="${GIT_BASE}/abslibre/${BS_MAIN_NAME}.git"
+# BS_GIT='http://projects.parabola.gnu/abslibre/${BS_MAIN_NAME}.git'
+BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"
+BLACKLIST_NAME='blacklist_gnu+linux.txt'
+BLACKLIST_FILE="${HOME}/blacklist/${BLACKLIST_NAME}.txt"
+BLACKLIST_TMP="${TMP_DIR}/${BLACKLIST_NAME}.txt"
+SYNC_DERIVATION_SERVER='rsync.archlinux.org'