Magellan Linux

Contents of /trunk/mage-buildserver/config/buildserver.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3101 - (show annotations) (download)
Wed Jun 13 08:27:15 2018 UTC (5 years, 10 months ago) by niro
File size: 524 byte(s)
-added python3 to NON_SRC_ARCH_PACKAGES
1 # BuildServer global configuration file
2
3 # mage profile
4 BUILDROOT_PROFILE="R11"
5
6 # mage buildroot
7 BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
8
9 # queue dir
10 QUEUEDIR="${BUILDROOT}/.queue"
11
12 # mage-buildserver includes
13 BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
14
15 # you can override these in profile.conf
16 ALL_ARCH_PACKAGES=( subversion openssh )
17 NON_SRC_ARCH_PACKAGES=( ccache python python3 scanelf )
18 SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa'
19
20 source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf