Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3104 - (hide annotations) (download)
Fri Mar 15 07:40:01 2019 UTC (5 years, 1 month ago) by niro
File size: 871 byte(s)
-updated alx-070 profile to support i686, updated build flags
1 niro 2758 # ALX-0.7 profile configuration
2    
3 niro 3104 #BUILD_ARCH=( i486 )
4     #MAGE_PROFILE="alx-070"
5     BUILD_ARCH=( i686 )
6     MAGE_PROFILE="alx-070/i686"
7 niro 2758
8     # playground for all arches enabled or not
9     # 0=disabled, 1=enabled
10     BUILD_PLAYGROUND=1
11    
12     BOOTSTRAP_BASESYSTEM="systemd-initscripts"
13     BOOTSTRAP_DEVUTILS="common-devutils"
14    
15     SMAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/smage/trunk"
16     MAGE_SVN_REPO="svn://cvs.magellan-linux.de/alx/mage/trunk"
17     PKG_SCP_REPO="tjoke@magellan-linux.de:/var/www/htdocs/magellan/alx-0.7.0/packages"
18 niro 2861
19     # override openssh
20     ALL_ARCH_PACKAGES=( subversion dropbear )
21 niro 3103 # override python3
22     NON_SRC_ARCH_PACKAGES=( ccache python scanelf )
23 niro 2861 SCP_COMMAND='scp -v -i ${HOME}/.ssh/id_rsa'
24 niro 3104
25     # override mage defaults
26     export MAGERC="/etc/mage.rc-alx"
27     export SVN_HOME="/home/tjoke/svn/alx/smage/trunk"
28    
29     # busybox wget is sometimes stupid, so always clean all tmp-packages
30     CLEAN_TMP_PACKAGES=1