summaryrefslogtreecommitdiff
path: root/taler-sitesbuild/update_stage.sh
blob: c86649c4d0b7402d5543b27ca5507453c9cc6acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/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"
}

# Local checkout must exist.
cd $HOME/www

git checkout master -f
fetch
git submodule update --init --force
./bootstrap
./configure --variant=stage.taler.net --prefix=$HOME
make uninstall
make install
chmod -R g+rx $HOME/stage.taler.net/