From 974f1df77a5f6596b0a5eedbe1774d68647a171a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 25 Nov 2017 10:54:29 +0100 Subject: removing any mention of 'merchant-frontends' --- bootstrap-bluegreen | 4 ++-- bootstrap-standalone | 4 ++-- doc/onboarding.texi | 5 +++-- taler-build/Makefile | 2 +- taler-build/invalidate.sh | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen index 77d61ae..fab905c 100755 --- 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 index 1bfbc8d..b816852 100755 --- 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 index de520ad..c0ba2d9 100644 --- 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 index 709a671..9b45e5c 100644 --- 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 index dbff4be..3ea43f1 100755 --- 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 -- cgit v1.2.3