# Example of ape configuration file # # Remove comment signs to activate settings # # Ape looks for in the following 5 locations (in order of priority): # - file named by --rc=... option # - ~/.aperc # - $APERC # - ape-installation/config/*.rc, ape.rc.`platform` # # Python substitions of values inside the same section or from DEFAULT # # Author: Lukas Nellen # Date: 10/May/2009 ############################################################################### # Variables needed in all sections: base, build [DEFAULT] ### Base directory for the installation base = /cvmfs/auger.egi.eu/el6/offline-v3r3/installed ### directory for unpacking and building ### you might want to put this onto a fast disk if you install to nfs or afs #build = %(base)s/build build = /tmp/ape-build-%(user)s # default section for installation - can override [ape] mirrors = mx us ### jobs to run in parallel jobs = 4 ### directory to hold package archives - unlikely to be changed distfiles = %(home)s/auger/software/distfiles