Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-prepare.sh

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

revision 2791 by niro, Thu Aug 28 09:37:15 2014 UTC revision 2792 by niro, Thu Aug 28 09:38:38 2014 UTC
# Line 7  source ${BUILDSERVER_CONFIG_DIR}/buildse Line 7  source ${BUILDSERVER_CONFIG_DIR}/buildse
7    
8  source ${BUILDSERVER_LIB_DIR}/buildserver-functions.sh  source ${BUILDSERVER_LIB_DIR}/buildserver-functions.sh
9    
10    # fallback
11    if [[ -z ${MAGE_PROFILE} ]]
12    then
13     echo "Warning: using '${BUILDROOT_PROFILE}' as MAGE_PROFILE. You should define MAGE_PROFILE in the profile.conf."
14     MAGE_PROFILE="${BUILDROOT_PROFILE}"
15    fi
16    
17  if [ ! -f ${BUILDROOT}/.stamps/mage_svn-checkout-ok ]  if [ ! -f ${BUILDROOT}/.stamps/mage_svn-checkout-ok ]
18  then  then
19   die "svn checkout of mage required. run buildserver-svn first."   die "svn checkout of mage required. run buildserver-svn first."

Legend:
Removed from v.2791  
changed lines
  Added in v.2792