Magellan Linux

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

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

revision 2588 by niro, Thu Feb 6 13:07:22 2014 UTC revision 2822 by niro, Mon Sep 8 15:10:13 2014 UTC
# Line 1  Line 1 
1  # BuildServer global configuration file  # BuildServer global configuration file
2    
 #BUILDROOT="/mnt/test-buildroot"  
 #BUILDROOT="/mnt/test-buildroot-demo1"  
 #BUILD_ARCH=( x86_64 i686 )  
 #BUILD_ARCH=( i686 )  
   
3  # mage profile  # mage profile
4  #BUILDROOT_PROFILE="R11"  BUILDROOT_PROFILE="R11"
5    
6    # mage buildroot
7    BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
8    
9  #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/smage/trunk"  # mage-buildserver includes
 #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/mage/trunk"  
 #  
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 )  source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf
 BUILDROOT="/mnt/test-buildroot-alx07"  
 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"  

Legend:
Removed from v.2588  
changed lines
  Added in v.2822