# BuildServer global configuration file # mage profile BUILDROOT_PROFILE="R11" #BUILDROOT_PROFILE="alx-070" # mage buildroot BUILDROOT="/mnt/buildroot-${BUILDROOT_PROFILE}" # queue dir QUEUEDIR="${BUILDROOT}/.queue" # mage-buildserver includes BUILDSERVER_LIB_DIR="/usr/lib/mage-buildserver" # you can override these in profile.conf ALL_ARCH_PACKAGES=( subversion openssh ) NON_SRC_ARCH_PACKAGES=( ccache python python3 scanelf ) SCP_COMMAND='scp -i ${HOME}/.ssh/id_rsa' source ${BUILDSERVER_CONFIG_DIR}/profiles/${BUILDROOT_PROFILE}/profile.conf