summaryrefslogtreecommitdiff
path: root/taler-build/invalidate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/invalidate.sh')
-rw-r--r--taler-build/invalidate.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
new file mode 100644
index 0000000..8055b21
--- /dev/null
+++ b/taler-build/invalidate.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Invalidate build stamps
+
+
+cd ~/merchant
+git fetch
+if git status -sb | grep behind; then
+ rm merchant-stamp
+fi
+
+# TODO: also do it for the other repos
+# TODO: also do it for SVN
+
+