gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 02/03: stage and www built by one update


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/03: stage and www built by one updater
Date: Tue, 28 Nov 2017 17:44:53 +0100

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

marcello pushed a commit to branch master
in repository deployment.

commit 1539e1bf73728240f78e09628cb0dd18745998ef
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 28 17:33:32 2017 +0100

    stage and www built by one updater
---
 taler-build/update_stage.sh                            | 16 ----------------
 taler-build/{update_www.sh => update_www_and_stage.sh} |  0
 2 files changed, 16 deletions(-)

diff --git a/taler-build/update_stage.sh b/taler-build/update_stage.sh
deleted file mode 100755
index 3f7f585..0000000
--- a/taler-build/update_stage.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-set -eu
-
-fetch () {
-  git clean -fdx
-  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"
-}
-
-cd $HOME/stage.taler.net
-fetch
-git submodule update --init --force
-make
diff --git a/taler-build/update_www.sh b/taler-build/update_www_and_stage.sh
similarity index 100%
rename from taler-build/update_www.sh
rename to taler-build/update_www_and_stage.sh

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



reply via email to

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