summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg2
-rw-r--r--doc/onboarding.texi4
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.