Skip to content

Commit

Permalink
[osx] added: quick script for buildbot to determine if osx-build-deps…
Browse files Browse the repository at this point in the history
… have changed since the last fetch
  • Loading branch information
theuni committed Mar 21, 2011
1 parent 2c26034 commit c9e7aa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/buildbot/osx-depends-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
git diff-tree --quiet -r HEAD@{1}..HEAD@{0} tools/osx/osx-depends/
echo $?

0 comments on commit c9e7aa0

Please sign in to comment.