From a6e67e220e638ee69b63dd9a96af7e608c27531c 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 16:01:19 -0300 Subject: add more configuration and update abslibre script --- config_abslibre_gnu+hurd | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'config_abslibre_gnu+hurd') diff --git a/config_abslibre_gnu+hurd b/config_abslibre_gnu+hurd index 90b412e..d1b1b7d 100644 --- a/config_abslibre_gnu+hurd +++ b/config_abslibre_gnu+hurd @@ -1,6 +1,9 @@ #!/hint/bash +. ./config + # Parabola GNU/Hurd configuration with Arch GNU/Hurd derivation +DERIVATION='true' # Archictectures ARCHES=('i686') @@ -8,14 +11,14 @@ ARCHES=('i686') # Multilib Support MULTILIB=() -# Main Repositories from Arch GNU/Linux +# Main Repositories from Arch GNU/Hurd MAIN_REPOS=('core' 'extra' 'testing' 'staging-core' 'staging-extra') -# Libre Repositories from Parabola GNU/Linux-libre +# Libre Repositories from Parabola GNU/Hurd LIBRE_MAIN_REPOS=('libre' 'libre-testing') -# Multilib Repositories from Arch GNU/Linux +# Multilib Repositories from Arch GNU/Hurd MULTILIB_REPOS=('multilib' 'multilib-testing') -# Libre Multilib Repositories from Parabola GNU/Linux-libre +# Libre Multilib Repositories from Parabola GNU/Hurd LIBRE_MULTILIB_REPOS=('libre-multilib' 'libre-multilib-testing') # Extra Repositories @@ -37,3 +40,16 @@ PKG_POOL='abslibre_gnu+hurd' # Directories where sources are stored SRC_POOL='abslibre_gnu+hurd' + +# Build System and Repository scripts +BS_MAIN_NAME='abslibre_gnu+hurd' +BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}" +BS_DERIVATION_NAME='abs_gnu+hurd' +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+hurd.txt' +BLACKLIST_FILE="${HOME}/blacklist/${BLACKLIST_NAME}.txt" +BLACKLIST_TMP="${TMP_DIR}/${BLACKLIST_NAME}.txt" +SYNC_DERIVATION_SERVER='rsync.archhurd.org' -- cgit v1.2.3-2-g168b