summaryrefslogtreecommitdiff
path: root/config_gnu+hurd
blob: 45ee43f30b6478fa27d3779e88e4f181714666ca (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
#!/hint/bash

# Parabola GNU/Hurd configuration without any distribution derivation

# Archictectures
ARCHES=('i686')

# Multilib Support
MULTILIB=()

# Main Repositories
MAIN_REPOS=('core' 'extra' 'testing')

# Multilib Repositories
MULTILIB_REPOS=('multilib' '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[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}")

# Directories where packages are shared between repos
# *relative to FTP_BASE*
PKG_POOL='gnu+hurd'

# Directories where sources are stored
SRC_POOL='gnu+hurd'