summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-25 01:20:06 -0400
committerEliot Horowitz <eliot@10gen.com>2010-03-25 01:20:06 -0400
commit656cd5df27a705c714ac0052a54e5cd0e2bfeb56 (patch)
tree69392b81110e6e502bf28bda6b55b23e60ea9735
parent41a2421ab975f7afe43f2455d224ddc9e9fed0c5 (diff)
downloadmongo-656cd5df27a705c714ac0052a54e5cd0e2bfeb56.tar.gz
new version
-rw-r--r--buildscripts/bb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/bb.py b/buildscripts/bb.py
index 1e878283fed..e1e36f682e3 100644
--- a/buildscripts/bb.py
+++ b/buildscripts/bb.py
@@ -16,7 +16,7 @@ def checkOk():
print( "excpted version [" + m + "]" )
from subprocess import Popen, PIPE
- diff = Popen( [ "git", "diff", "origin/v1.2" ], stdout=PIPE ).communicate()[ 0 ]
+ diff = Popen( [ "git", "diff", "origin/v1.4" ], stdout=PIPE ).communicate()[ 0 ]
if len(diff) > 0:
print( diff )
raise Exception( "build bot broken?" )