summaryrefslogtreecommitdiff
path: root/taler-build/invalidate.sh
blob: 8055b21b261e24f707f5359e4e2514ffe9fac63d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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