summaryrefslogtreecommitdiff
path: root/src/etc/xbs.d/gnu+linux_nd.cfg
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 20:39:19 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 20:39:19 -0300
commit112c79b6132530a28741efb942be2e2286769362 (patch)
tree3c4bc16b046ddcc92b9ae1e1df872310251a3ac8 /src/etc/xbs.d/gnu+linux_nd.cfg
parent7623cce199104b5a79ff30b2e9451e6660e82544 (diff)
fix pools, paths and variables
Diffstat (limited to 'src/etc/xbs.d/gnu+linux_nd.cfg')
-rw-r--r--src/etc/xbs.d/gnu+linux_nd.cfg28
1 files changed, 16 insertions, 12 deletions
diff --git a/src/etc/xbs.d/gnu+linux_nd.cfg b/src/etc/xbs.d/gnu+linux_nd.cfg
index 80be453..7fb1d81 100644
--- a/src/etc/xbs.d/gnu+linux_nd.cfg
+++ b/src/etc/xbs.d/gnu+linux_nd.cfg
@@ -33,33 +33,37 @@ PLATFORM_REPOS=()
PKG_REPOS=("${EXTRA_REPOS[@]}" "${PLATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${DD_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
PKG_MULTILIB_REPOS=("${MAIN_MULTILIB_REPOS[@]}" "${DD_MULTILIB_REPOS[@]}")
+# Base Repository
+REPO_DIR="${ROOT_DIR}/${PLATFORM}_nd"
+
# Directories where packages are shared between repos
-# *relative to REPO_DIR*
-PKG_MAIN_POOLS=("${PKG_POOL_DIR}/${PLATFORM}")
+PKG_MAIN_POOLS=("${REPO_DIR}/pools/parabola")
PKG_DD_POOLS=()
PKG_POOLS=("${PKG_MAIN_POOLS[@]}" "${PKG_DD_POOLS[@]}")
# Directories where sources are stored
-SRC_MAIN_POOLS=("${SRC_POOL_DIR}/${PLATFORM}")
+SRC_MAIN_POOLS=("${REPO_DIR}/sources/parabola")
SRC_DD_POOLS=()
SRC_POOLS=("${SRC_MAIN_POOLS[@]}" "${SRC_DD_POOLS[@]}")
# Build System and Repository scripts
-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_MAIN_NAME="pbs"
+BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}_${PLATFORM}"
+BS_DD_NAME=
+BS_DD_DIR=
+BS_GIT="${GIT_DIR}/${BS_MAIN_NAME}/pmr.git" # [ ${GIT_BASE} || http://projects.parabola.gnu ]
BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"
+BLACKLIST_NAME=
+BLACKLIST_FILE=
+BLACKLIST_TMP=
+SYNC_DD_SERVER=
-# Base Repository
-REPO_DIR="${SRV_DIR}/repo/main"
-
-CLEANUP_DESTDIR="${REPO_DIR}/old/packages_${PLATFORM}"
+CLEANUP_DESTDIR="${REPO_DIR}/old/packages"
CLEANUP_DRYRUN='false'
# Time in days to keep moved packages
CLEANUP_KEEP='30'
-SOURCE_CLEANUP_DESTDIR="${REPO_DIR}/old/sources_${PLATFORM}"
+SOURCE_CLEANUP_DESTDIR="${REPO_DIR}/old/sources"
SOURCE_CLEANUP_DRYRUN='true'
# Time in days to keep moved sourcepackages
SOURCE_CLEANUP_KEEP='30'