From 55bb7db5470dbec14d65207384553116c9fc1ce6 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 18 Oct 2017 15:18:04 +0200 Subject: dot-files prevention --- buildbot/master.cfg | 2 +- doc/onboarding.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index aedf553..fac1007 100644 --- 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 index 3f88eac..ce9c502 100644 --- 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. -- cgit v1.2.3