commit 1539e1bf73728240f78e09628cb0dd18745998ef parent 4b12c33c6f598749b1516a129eb06b67f50f52d9 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 28 Nov 2017 17:33:32 +0100 stage and www built by one updater Diffstat:
| D | taler-build/update_stage.sh | | | 16 | ---------------- |
| R | taler-build/update_www.sh -> taler-build/update_www_and_stage.sh | | | 0 |
2 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/taler-build/update_stage.sh b/taler-build/update_stage.sh @@ -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