Magellan Linux

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

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

revision 3103 by niro, Wed Jun 13 08:31:23 2018 UTC revision 3104 by niro, Fri Mar 15 07:40:01 2019 UTC
# Line 1  Line 1 
1  # ALX-0.7 profile configuration  # ALX-0.7 profile configuration
2    
3  BUILD_ARCH=( i486 )  #BUILD_ARCH=( i486 )
4  MAGE_PROFILE="alx-070"  #MAGE_PROFILE="alx-070"
5    BUILD_ARCH=( i686 )
6    MAGE_PROFILE="alx-070/i686"
7    
8  # playground for all arches enabled or not  # playground for all arches enabled or not
9  # 0=disabled, 1=enabled  # 0=disabled, 1=enabled
# Line 19  ALL_ARCH_PACKAGES=( subversion dropbear Line 21  ALL_ARCH_PACKAGES=( subversion dropbear
21  # override python3  # override python3
22  NON_SRC_ARCH_PACKAGES=( ccache python scanelf )  NON_SRC_ARCH_PACKAGES=( ccache python scanelf )
23  SCP_COMMAND='scp -v -i ${HOME}/.ssh/id_rsa'  SCP_COMMAND='scp -v -i ${HOME}/.ssh/id_rsa'
24    
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

Legend:
Removed from v.3103  
changed lines
  Added in v.3104