summaryrefslogtreecommitdiff
path: root/buildscripts/bb.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/bb.py')
-rw-r--r--buildscripts/bb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/bb.py b/buildscripts/bb.py
index e1e36f6..1e87828 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.4" ], stdout=PIPE ).communicate()[ 0 ]
+ diff = Popen( [ "git", "diff", "origin/v1.2" ], stdout=PIPE ).communicate()[ 0 ]
if len(diff) > 0:
print( diff )
raise Exception( "build bot broken?" )