aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2011-03-20 20:33:22 -0400
committertheuni <theuni-nospam-@xbmc.org>2011-03-20 21:05:51 -0400
commitc9e7aa0cebe56430cc2d4a8f686caa255129d834 (patch)
tree2bc03471f1f161eb704e9f42c1a1d5795384e2f8
parent2c260341456c3714e366d23b5a6bd2f022d7a491 (diff)
[osx] added: quick script for buildbot to determine if osx-build-deps have changed since the last fetch
-rwxr-xr-xtools/buildbot/osx-depends-check3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildbot/osx-depends-check b/tools/buildbot/osx-depends-check
new file mode 100755
index 0000000000..526d6b3cc9
--- /dev/null
+++ b/tools/buildbot/osx-depends-check
@@ -0,0 +1,3 @@
+#!/bin/bash
+git diff-tree --quiet -r HEAD@{1}..HEAD@{0} tools/osx/osx-depends/
+echo $?