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: never update depl


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: never update deployment automatically: in fact, it erases all the <component>-stamp(s) resulting in redownloading always every component's code.
Date: Mon, 27 Nov 2017 12:05:21 +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 41f48c2  never update deployment automatically: in fact, it erases all 
the <component>-stamp(s) resulting in redownloading always every component's 
code.
41f48c2 is described below

commit 41f48c26512c088a08f04d73c416336ab3b41406
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 27 12:03:23 2017 +0100

    never update deployment automatically: in fact, it erases
    all the <component>-stamp(s) resulting in redownloading always
    every component's code.
---
 taler-build/Makefile             | 2 +-
 taler-build/MakefileLint         | 2 +-
 taler-build/update_deployment.sh | 1 -
 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"
-

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



reply via email to

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