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,9 +27,6 @@ GIT="/usr/bin/git"
27 27
 # Path to jar binary
28 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 30
 cd ${MYDIR}
34 31
 
35 32
 if [ -d .git ]; then
@@ -83,12 +80,6 @@ fi;
83 80
 
84 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 83
 # Check if build failed
93 84
 if [ ! -e "$MYDIR/dist/DMDirc.jar" ]; then
94 85
 	# Report failure

Loading…
Cancel
Save