Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3104 - (hide annotations) (download)
Fri Mar 15 07:40:01 2019 UTC (5 years, 1 month ago) by niro
File size: 553 byte(s)
-updated alx-070 profile to support i686, updated build flags
1 niro 2588 # BuildServer global configuration file
2    
3     # mage profile
4 niro 2731 BUILDROOT_PROFILE="R11"
5 niro 3104 #BUILDROOT_PROFILE="alx-070"
6 niro 2588
7 niro 2822 # mage buildroot
8 niro 2732 BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
9    
10 niro 2862 # queue dir
11     QUEUEDIR="${BUILDROOT}/.queue"
12    
13 niro 2822 # mage-buildserver includes
14 niro 2588 BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
15    
16 niro 2858 # you can override these in profile.conf
17 niro 2859 ALL_ARCH_PACKAGES=( subversion openssh )
18 niro 3101 NON_SRC_ARCH_PACKAGES=( ccache python python3 scanelf )
19 niro 2858 SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa'
20    
21 niro 2758 source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf