gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: adding '--lint' o


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: adding '--lint' option to invalidate.sh
Date: Mon, 27 Nov 2017 11:50:40 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dd1e541  adding '--lint' option to invalidate.sh
dd1e541 is described below

commit dd1e5411f7f9b2a498989edc15e853b2308e6faf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 27 11:50:14 2017 +0100

    adding '--lint' option to invalidate.sh
---
 buildbot/master.cfg       | 2 +-
 taler-build/invalidate.sh | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index edc44d3..adac28a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -167,7 +167,7 @@ LINT_FACTORY.addStep(ShellCommand(
     name="invalidation",
     description="checking changes",
     descriptionDone="changes checked",
-    command=["./invalidate.sh"],
+    command=["./invalidate.sh", "--lint"],
     workdir="build/taler-build"))
 LINT_FACTORY.addStep(ShellCommand(
     name="linting",
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
index 3ea43f1..46a36b5 100755
--- a/taler-build/invalidate.sh
+++ b/taler-build/invalidate.sh
@@ -1,8 +1,13 @@
 #!/bin/bash
 
 set -eu
+components="deployment exchange merchant bank gnurl donations blog landing 
gnunet libmicrohttpd survey"
 
-for component in deployment exchange merchant bank gnurl donations blog 
landing gnunet libmicrohttpd survey ; do
+if test ${1:-notgiven} = "--lint"; then
+components="bank donations survey blog"
+fi
+
+for component in  $components ; do
   cd $HOME/$component
   git fetch
   if git status -sb | grep behind; then

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



reply via email to

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