summaryrefslogtreecommitdiff
path: root/taler-build/invalidate.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 10:54:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 11:00:14 +0100
commit974f1df77a5f6596b0a5eedbe1774d68647a171a (patch)
treea272ac25d09cf5f7ed630734f2ea0f4cf85a0bac /taler-build/invalidate.sh
parent14f7b045507b259a482e648f811d395819731825 (diff)
downloaddeployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.tar.gz
deployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.tar.bz2
deployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.zip
removing any mention of 'merchant-frontends'
Diffstat (limited to 'taler-build/invalidate.sh')
-rwxr-xr-xtaler-build/invalidate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
index dbff4be..3ea43f1 100755
--- a/taler-build/invalidate.sh
+++ b/taler-build/invalidate.sh
@@ -2,7 +2,7 @@
set -eu
-for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd survey ; do
+for component in deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey ; do
cd $HOME/$component
git fetch
if git status -sb | grep behind; then