gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: dot-files prevent


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: dot-files prevention
Date: Wed, 18 Oct 2017 15:19:37 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 55bb7db  dot-files prevention
55bb7db is described below

commit 55bb7db5470dbec14d65207384553116c9fc1ce6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 18 15:18:04 2017 +0200

    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 @address@hidden \;
+# 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]