summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rw-r--r--taler-build/Makefile2
-rwxr-xr-xtaler-build/invalidate.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 709a671..9b45e5c 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,4 +1,4 @@
-all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp auditor-stamp survey-stamp
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp donations-stamp blog-stamp landing-stamp deployment-stamp auditor-stamp survey-stamp
deployment-stamp:
./update_deployment.sh
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