Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2758 - (hide annotations) (download)
Thu Aug 28 08:04:17 2014 UTC (9 years, 8 months ago) by niro
File size: 787 byte(s)
-moved profile specific settings to profile.conf
1 niro 2588 # BuildServer global configuration file
2    
3     # mage profile
4 niro 2731 BUILDROOT_PROFILE="R11"
5 niro 2588
6 niro 2732 BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}"
7 niro 2758 #BUILD_ARCH=( x86_64 i686 )
8 niro 2732
9 niro 2758 #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/smage/trunk"
10     #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/mage/trunk"
11     #PKG_SCP_REPO="tjoke@magellan-linux.de:/var/www/htdocs/magellan/${BUILDROOT_PROFILE}/packages"
12 niro 2731
13 niro 2588 BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver"
14 niro 2758 #BOOTSTRAP_BASESYSTEM="systemd-initscripts"
15     #BOOTSTRAP_DEVUTILS="common-devutils"
16 niro 2588
17 niro 2731 #BUILD_ARCH=( i486 )
18     #BUILDROOT="/mnt/test-buildroot-alx07"
19     #BUILDROOT_PROFILE="alx-070"
20     #SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"
21     #MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"
22 niro 2758
23     source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf