Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2859 - (hide annotations) (download)
Wed Feb 11 12:35:17 2015 UTC (9 years, 3 months ago) by niro
File size: 472 byte(s)
-moved ALL_ARCH_PACKAGES and NON_SRC_ARCH_PACKAGES vars to buildserver.conf
1 niro 2588 # BuildServer global configuration file
2    
3     # mage profile
4 niro 2731 BUILDROOT_PROFILE="R11"
5 niro 2588
6 niro 2822 # mage buildroot
7 niro 2732 BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
8    
9 niro 2822 # mage-buildserver includes
10 niro 2588 BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
11    
12 niro 2858 # you can override these in profile.conf
13 niro 2859 ALL_ARCH_PACKAGES=( subversion openssh )
14     NON_SRC_ARCH_PACKAGES=( ccache python scanelf )
15 niro 2858 SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa'
16    
17 niro 2758 source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf