summaryrefslogtreecommitdiff
path: root/config_gnu+hurd
diff options
context:
space:
mode:
Diffstat (limited to 'config_gnu+hurd')
-rw-r--r--config_gnu+hurd12
1 files changed, 7 insertions, 5 deletions
diff --git a/config_gnu+hurd b/config_gnu+hurd
index 9408dee..d39b4ef 100644
--- a/config_gnu+hurd
+++ b/config_gnu+hurd
@@ -2,7 +2,9 @@
source "$(dirname "$(readlink -e "$0")")/config"
-# Parabola GNU/Hurd configuration without any distribution derivation
+# Parabola Platform
+PLATFORM_NAME='GNU/Hurd'
+PLATFORM='gnu+hurd'
DERIVATION='false'
# Archictectures
@@ -32,20 +34,20 @@ PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}"
# Directories where packages are shared between repos
# *relative to REPO_DIR*
-PKG_POOL='gnu+hurd'
+PKG_POOL="${PLATFORM}"
# Directories where sources are stored
-SRC_POOL='gnu+hurd'
+SRC_POOL="${PLATFORM}"
# Build System and Repository scripts
-BS_MAIN_NAME='pbs_gnu+hurd'
+BS_MAIN_NAME="pbs_${PLATFORM}"
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}"
# Base Repository
-REPO_DIR="${SRV_DIR}/repo/gnu+hurd"
+REPO_DIR="${SRV_DIR}/repo/${PLATFORM}"
CLEANUP_DESTDIR="${REPO_DIR}/old/packages"
CLEANUP_DRYRUN='false'