Edited wiki page HowToSetupBuildbotForMelange through web user interface.
diff --git a/HowToSetupBuildbotForMelange.wiki b/HowToSetupBuildbotForMelange.wiki
index f443376..5c15efd 100644
--- a/HowToSetupBuildbotForMelange.wiki
+++ b/HowToSetupBuildbotForMelange.wiki
@@ -30,9 +30,15 @@
}}}
The next step involves copying the files from /configuration directory in melange project root, to the buildbot machine's master folder - ~/venv/master/
+The file private.py has some fields, whose description is documented in the file itself. The fields are pretty straightforward, and the description about them in the same file should be sufficient.
+{{{
+ $ buildbot restart
+}}}
-Add your content here. Format your content with:
- * Text in *bold* or _italic_
- * Headings, paragraphs, and lists
- * Automatic links to other wiki pages
\ No newline at end of file
+At this point, it might make sense to run these commands, just to check everything is in order -
+
+{{{
+ $ buildbot master start; tail -f master/twistd.log
+ $ buildslave start slave; tail -f slave/twistd.log
+}}}