Browse Source

BYE BYE BAMBOO!!!11

Change-Id: Ic593f9afb2712999fedcd52632a9daa07e30b6ca
Reviewed-on: http://gerrit.dmdirc.com/224
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
Tested-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 years ago
parent
commit
40700e2a6c
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      BuildAll.sh

+ 0
- 9
BuildAll.sh View File

27
 # Path to jar binary
27
 # Path to jar binary
28
 JAR="/usr/bin/jar"
28
 JAR="/usr/bin/jar"
29
 
29
 
30
-# Where are the bamboo log files?
31
-BAMBOO=/home/dmdirc/Bamboo/xml-data/builds/DMDIRC-NIGHTLY/download-data/build_logs/
32
-
33
 cd ${MYDIR}
30
 cd ${MYDIR}
34
 
31
 
35
 if [ -d .git ]; then
32
 if [ -d .git ]; then
83
 
80
 
84
 PHP=`which php`
81
 PHP=`which php`
85
 
82
 
86
-if [ "${BAMBOO_INSTALL}" != "" -a -e "${BAMBOO}" ]; then
87
-	export BAMBOO_DIR=${BAMBOO};
88
-	export BAMBOO_BUILD=`ls -cr1 ${BAMBOO} | tail -n 1 | awk -F. '{print $1}'`
89
-	echo "This is Bamboo build "${BAMBOO_BUILD};
90
-fi
91
-
92
 # Check if build failed
83
 # Check if build failed
93
 if [ ! -e "$MYDIR/dist/DMDirc.jar" ]; then
84
 if [ ! -e "$MYDIR/dist/DMDirc.jar" ]; then
94
 	# Report failure
85
 	# Report failure

Loading…
Cancel
Save