From 12b709bd141bf25a97c42034ec77798b3a548105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 25 Aug 2015 18:05:37 -0300 Subject: update any-to-ours and fixes --- config_gnu+linux | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'config_gnu+linux') diff --git a/config_gnu+linux b/config_gnu+linux index c34b9a6..eee8b11 100644 --- a/config_gnu+linux +++ b/config_gnu+linux @@ -1,6 +1,6 @@ #!/hint/bash -. ./config +source "$(dirname "$(readlink -e "$0")")/config" # Parabola GNU/Linux-libre configuration without any distribution derivation DERIVATION='false' @@ -31,7 +31,7 @@ PKG_ANY_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${C PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}") # Directories where packages are shared between repos -# *relative to FTP_BASE* +# *relative to REPO_DIR* PKG_POOL='gnu+linux' # Directories where sources are stored @@ -43,3 +43,16 @@ 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+linux" + +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" +SOURCE_CLEANUP_DRYRUN='true' +# Time in days to keep moved sourcepackages +SOURCE_CLEANUP_KEEP='30' -- cgit v1.2.3-2-g168b