Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2588 - (hide annotations) (download)
Thu Feb 6 13:07:22 2014 UTC (10 years, 3 months ago) by niro
File size: 655 byte(s)
-initial version
1 niro 2588 # BuildServer global configuration file
2    
3     #BUILDROOT="/mnt/test-buildroot"
4     #BUILDROOT="/mnt/test-buildroot-demo1"
5     #BUILD_ARCH=( x86_64 i686 )
6     #BUILD_ARCH=( i686 )
7    
8     # mage profile
9     #BUILDROOT_PROFILE="R11"
10    
11     #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/smage/trunk"
12     #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/mage/trunk"
13     #
14     BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
15     BOOTSTRAP_BASESYSTEM="systemd-initscripts"
16     BOOTSTRAP_DEVUTILS="common-devutils"
17    
18     BUILD_ARCH=( i486 )
19     BUILDROOT="/mnt/test-buildroot-alx07"
20     BUILDROOT_PROFILE="alx-070"
21     SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"
22     MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"