Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2731 by niro, Sun Aug 10 19:36:56 2014 UTC revision 3104 by niro, Fri Mar 15 07:40:01 2019 UTC
# Line 1  Line 1 
1  # BuildServer global configuration file  # BuildServer global configuration file
2    
 BUILDROOT="/mnt/buildroot-R11"  
 BUILD_ARCH=( x86_64 i686 )  
   
3  # mage profile  # mage profile
4  BUILDROOT_PROFILE="R11"  BUILDROOT_PROFILE="R11"
5    #BUILDROOT_PROFILE="alx-070"
6    
7    # mage buildroot
8    BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
9    
10  SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/smage/trunk"  # queue dir
11  MAGE_SVN_REPO="svn://cvs.magellan-linux.de/mage/trunk"  QUEUEDIR="${BUILDROOT}/.queue"
 PKG_SCP_REPO="tjoke@magellan-linux.de:/var/www/htdocs/magellan/${BUILDROOT_PROFILE}/packages"  
12    
13    # mage-buildserver includes
14  BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"  BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
 BOOTSTRAP_BASESYSTEM="systemd-initscripts"  
 BOOTSTRAP_DEVUTILS="common-devutils"  
15    
16  #BUILD_ARCH=( i486 )  # you can override these in profile.conf
17  #BUILDROOT="/mnt/test-buildroot-alx07"  ALL_ARCH_PACKAGES=( subversion openssh )
18  #BUILDROOT_PROFILE="alx-070"  NON_SRC_ARCH_PACKAGES=( ccache python python3 scanelf )
19  #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"  SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa'
20  #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"  
21    source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf

Legend:
Removed from v.2731  
changed lines
  Added in v.3104