commit 7bd09e49a7f4b03c44c1701048cec0350095b763 parent a72b73ca230fb5e60be197cfc611fe93f87de3ed Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 29 Dec 2017 11:52:58 +0100 remove unused code Diffstat:
| D | taler-build/MakefileLint | | | 21 | --------------------- |
| M | taler-build/invalidate.sh | | | 4 | ---- |
2 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/taler-build/MakefileLint b/taler-build/MakefileLint @@ -1,21 +0,0 @@ -all: bank-stamp donations-stamp survey-stamp blog-stamp deployment-stamp - -deployment-stamp: - ./update_deployment.sh - touch $@ - -bank-stamp: - ./lint_bank.sh - touch $@ - -donations-stamp: - ./lint_donations.sh - touch $@ - -survey-stamp: - ./lint_survey.sh - touch $@ - -blog-stamp: - ./lint_blog.sh - touch $@ diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -3,10 +3,6 @@ set -eu components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey" -if test ${1:-notgiven} = "--lint"; then -components="bank donations survey blog" -fi - for component in $components ; do cd $HOME/$component git fetch