summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+hurd
blob: 93dc4fa6a75c59bee72a8e01cc0e4d30488bf7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#!/hint/bash

source "$(dirname "$(readlink -e "$0")")/config"

# Parabola GNU/Hurd configuration with Arch GNU/Hurd derivation
DERIVATION='true'

# Archictectures
ARCHES=('i686')

# Multilib Support
MULTILIB=()

# Main Repositories from Arch GNU/Hurd
MAIN_REPOS=('core' 'extra' 'testing' 'staging-core' 'staging-extra')
# Libre Repositories from Parabola GNU/Hurd
LIBRE_MAIN_REPOS=('libre' 'libre-testing')

# Multilib Repositories from Arch GNU/Hurd
MULTILIB_REPOS=('multilib' 'multilib-testing')
# Libre Multilib Repositories from Parabola GNU/Hurd
LIBRE_MULTILIB_REPOS=('libre-multilib' 'libre-multilib-testing')

# Extra Repositories
EXTRA_REPOS=('nonprism' 'nonprism-testing' 'kernels' 'kernels-testing' 'cross' 'java')

# Community Repositories
COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~drtan' '~emulatorman' '~jorginho' '~lukeshu' '~smv' '~xihh')

# Platform Repositories
PATFORM_REPOS=()

# Remote Repositories
PKG_ANY_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${LIBRE_MAIN_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${LIBRE_MAIN_REPOS[@]}" "${MAIN_REPOS[@]}" "${LIBRE_MULTILIB_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}")

# Directories where packages are shared between repos
# *relative to REPO_DIR*
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'

# Base Repository
REPO_DIR="${SRV_DIR}/repo/abslibre_gnu+hurd"

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'