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

. ./config

# Parabola GNU/Linux-libre configuration without any distribution derivation
DERIVATION='false'

# Archictectures
ARCHES=('i686' 'x86_64' 'mips64el')

# Multilib Support
MULTILIB=('x86_64')

# 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+linux'

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

# Build System and Repository scripts
BS_MAIN_NAME='pbs_gnu+linux'
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}"