gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 02/02: remove unused code


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: remove unused code
Date: Fri, 29 Dec 2017 11:53:14 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

commit 7bd09e49a7f4b03c44c1701048cec0350095b763
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 29 11:52:58 2017 +0100

    remove unused code
---
 taler-build/MakefileLint  | 21 ---------------------
 taler-build/invalidate.sh |  4 ----
 2 files changed, 25 deletions(-)

diff --git a/taler-build/MakefileLint b/taler-build/MakefileLint
deleted file mode 100644
index 4dc1bb0..0000000
--- a/taler-build/MakefileLint
+++ /dev/null
@@ -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
index 46a36b5..0fd5fd9 100755
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]