taler-deployment

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

commit 55bb7db5470dbec14d65207384553116c9fc1ce6
parent 290337abb8d6624896681be073a957f1a962b6b7
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 18 Oct 2017 15:18:04 +0200

dot-files prevention

Diffstat:
Mbuildbot/master.cfg | 2+-
Mdoc/onboarding.texi | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -34,7 +34,7 @@ c["protocols"] = {"pb": {"port": "tcp:9989:interface=127.0.0.1"}} ####### CHANGESOURCES # the 'change_source' setting tells the buildmaster how it should find out -# about source code changes. Here we point to the buildbot clone of pyflakes. +# about source code changes. cs_wallet = changes.GitPoller( "git://taler.net/wallet-webex", diff --git a/doc/onboarding.texi b/doc/onboarding.texi @@ -466,8 +466,8 @@ In this case, @cite{demo-green} is the active deployment, and @cite{demo-blue} s After the update is over, the @cite{/home/demo/sockets} symlink will be pointed to @cite{demo-blue}. @example -# Remove all existing files -$ find $HOME -exec rm -fr @{@} \; +# Remove all existing files; this won't delete dot-files. +$ rm -fr * $ git clone /var/git/deployment.git # Pick color depending on which one is inactive and being rebuilt.