Magellan Linux

Annotation of /trunk/mage-buildserver/config/profiles/alx-070/profile.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2861 - (hide annotations) (download)
Wed Feb 11 12:37:35 2015 UTC (9 years, 2 months ago) by niro
File size: 554 byte(s)
-updated alx profile
1 niro 2758 # ALX-0.7 profile configuration
2    
3     BUILD_ARCH=( i486 )
4     MAGE_PROFILE="alx-070"
5    
6     # playground for all arches enabled or not
7     # 0=disabled, 1=enabled
8     BUILD_PLAYGROUND=1
9    
10     BOOTSTRAP_BASESYSTEM="systemd-initscripts"
11     BOOTSTRAP_DEVUTILS="common-devutils"
12    
13     SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"
14     MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"
15     PKG_SCP_REPO="tjoke@magellan-linux.de:/var/www/htdocs/magellan/alx-0.7.0/packages"
16 niro 2861
17     # override openssh
18     ALL_ARCH_PACKAGES=( subversion dropbear )
19     SCP_COMMAND='scp -v -i ${HOME}/.ssh/id_rsa'