taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 974f1df77a5f6596b0a5eedbe1774d68647a171a
parent 14f7b045507b259a482e648f811d395819731825
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat, 25 Nov 2017 10:54:29 +0100

removing any mention of 'merchant-frontends'

Diffstat:
Mbootstrap-bluegreen | 4++--
Mbootstrap-standalone | 4++--
Mdoc/onboarding.texi | 5+++--
Mtaler-build/Makefile | 2+-
Mtaler-build/invalidate.sh | 2+-
5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -54,13 +54,13 @@ if ! test -d $HOME/libmicrohttpd; then git clone git://gnunet.org/libmicrohttpd.git fi -for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor survey ; do +for component in bank merchant gnurl landing exchange donations blog deployment auditor survey ; do if ! test -d $HOME/$component; then git clone /var/git/$component.git fi done -for component in bank merchant landing exchange merchant-frontends survey ; do +for component in bank merchant landing exchange donations blog survey ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH done diff --git a/bootstrap-standalone b/bootstrap-standalone @@ -22,13 +22,13 @@ if ! test -d $HOME/libmicrohttpd; then git clone git://gnunet.org/libmicrohttpd.git fi -for component in bank merchant gnurl landing exchange merchant-frontends deployment survey ; do +for component in bank merchant gnurl landing exchange donations blog deployment survey ; do if ! test -d $HOME/$component; then git clone /var/git/$component.git fi done -for component in bank merchant landing exchange merchant-frontends survey ; do +for component in bank merchant landing exchange donations blog survey ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH done diff --git a/doc/onboarding.texi b/doc/onboarding.texi @@ -449,7 +449,7 @@ point for others. First, make sure that the deployment @emph{AND} the deployment scripts work on the @cite{test.taler.net} deployment. For all repositories that have a separate stable branch (currently exchange.git, -merchant.git, merchant-frontends.git, bank.git, landing.git) do: +merchant.git, donations.git, blog.git, bank.git, landing.git) do: @example $ cd $REPO @@ -532,7 +532,8 @@ The following components are published on the GNU mirrors @itemize @item taler-exchange (exchange.git) @item taler-merchant (merchant.git) -@item talerfrontends (merchant-frontends.git) +@item talerdonations (donations.git) +@item talerblog (blog.git) @item taler-bank (bank.git) @item taler-wallet-webex (wallet-webex.git) @end itemize diff --git a/taler-build/Makefile b/taler-build/Makefile @@ -1,4 +1,4 @@ -all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp auditor-stamp survey-stamp +all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp donations-stamp blog-stamp landing-stamp deployment-stamp auditor-stamp survey-stamp deployment-stamp: ./update_deployment.sh diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -2,7 +2,7 @@ set -eu -for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd survey ; do +for component in deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey ; do cd $HOME/$component git fetch if git status -sb | grep behind; then