summaryrefslogtreecommitdiff
path: root/config_gnu+hurd
diff options
context:
space:
mode:
Diffstat (limited to 'config_gnu+hurd')
-rw-r--r--config_gnu+hurd10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_gnu+hurd b/config_gnu+hurd
index 45ee43f..dd7f424 100644
--- a/config_gnu+hurd
+++ b/config_gnu+hurd
@@ -1,6 +1,9 @@
#!/hint/bash
+. ./config
+
# Parabola GNU/Hurd configuration without any distribution derivation
+DERIVATION='false'
# Archictectures
ARCHES=('i686')
@@ -33,3 +36,10 @@ PKG_POOL='gnu+hurd'
# Directories where sources are stored
SRC_POOL='gnu+hurd'
+
+# Build System and Repository scripts
+BS_MAIN_NAME='pbs_gnu+hurd'
+BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}"
+BS_GIT="${GIT_BASE}/${BS_MAIN_NAME}/pmr.git"
+# BS_GIT='http://projects.parabola.gnu/${BS_MAIN_NAME}/pmr.git'
+BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"