Magellan Linux

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

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

revision 2758 by niro, Thu Aug 28 08:04:17 2014 UTC revision 2858 by niro, Wed Feb 11 12:31:34 2015 UTC
# Line 3  Line 3 
3  # mage profile  # mage profile
4  BUILDROOT_PROFILE="R11"  BUILDROOT_PROFILE="R11"
5    
6    # mage buildroot
7  BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"  BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
 #BUILD_ARCH=( x86_64 i686 )  
   
 #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/smage/trunk"  
 #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/mage/trunk"  
 #PKG_SCP_REPO="tjoke@magellan-linux.de:/var/www/htdocs/magellan/${BUILDROOT_PROFILE}/packages"  
8    
9    # mage-buildserver includes
10  BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"  BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
 #BOOTSTRAP_BASESYSTEM="systemd-initscripts"  
 #BOOTSTRAP_DEVUTILS="common-devutils"  
11    
12  #BUILD_ARCH=( i486 )  # you can override these in profile.conf
13  #BUILDROOT="/mnt/test-buildroot-alx07"  SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa'
 #BUILDROOT_PROFILE="alx-070"  
 #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"  
 #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"  
14    
15  source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf  source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf

Legend:
Removed from v.2758  
changed lines
  Added in v.2858