summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rw-r--r--taler-build/Makefile2
-rw-r--r--taler-build/MakefileLint2
-rwxr-xr-xtaler-build/update_deployment.sh1
3 files changed, 2 insertions, 3 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 3d1a0fb..621af05 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,4 +1,4 @@
-all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp donations-stamp blog-stamp landing-stamp deployment-stamp auditor-stamp survey-stamp
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp donations-stamp blog-stamp landing-stamp auditor-stamp survey-stamp
deployment-stamp:
./update_deployment.sh
diff --git a/taler-build/MakefileLint b/taler-build/MakefileLint
index 4dc1bb0..96b71a9 100644
--- a/taler-build/MakefileLint
+++ b/taler-build/MakefileLint
@@ -1,4 +1,4 @@
-all: bank-stamp donations-stamp survey-stamp blog-stamp deployment-stamp
+all: bank-stamp donations-stamp survey-stamp blog-stamp
deployment-stamp:
./update_deployment.sh
diff --git a/taler-build/update_deployment.sh b/taler-build/update_deployment.sh
index c3ebe4a..8ec21d7 100755
--- a/taler-build/update_deployment.sh
+++ b/taler-build/update_deployment.sh
@@ -14,4 +14,3 @@ git fetch
# reset to updated upstream branch, but only if we're tracking a branch
branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo HEAD)
git reset --hard "$branch"
-