Revert style changes on instructions page.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 18 Aug 2014 20:13:55 +0000 (22:13 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 18 Aug 2014 20:13:55 +0000 (22:13 +0200)
web/instructions.html

index 1b2e0041f96e19db3f99243ac472ed64067f9c5c..3506d8be75796fa5a5094ee99464272bc5a44ca1 100644 (file)
@@ -7,7 +7,7 @@ If you have a machine that you wish to add to our build farm then please follow
 
 <ul>
 
-  <li><b>Decide if your machine is suitable for the task:</b>
+  <li>Decide if your machine is suitable for the task:
   <ul>
     <li>Is it a production machine?</li>
     <li>Is it security-sensitive?</li>
@@ -28,13 +28,13 @@ If you have a machine that you wish to add to our build farm then please follow
   <li><p>Make sure your machine is able to open an outgoing TCP connection
   to build.samba.org on port 873 (the rsync port). Test this by running
   <pre>
-    <b>rsync build.samba.org::</b>
+    rsync build.samba.org::
   </pre>
   and seeing if you get back the list of rsync modules.</p>
   <p>
   Note: there has been reports that rsync will work via http proxy. A simple
   <pre>
-     <b>export RSYNC_PROXY=cache:3128</b>
+     export RSYNC_PROXY=cache:3128
   </pre>
   before running rsync should be all that is needed.</p></li>
 
@@ -72,10 +72,10 @@ If you have a machine that you wish to add to our build farm then please follow
   
   <li>Setup a cron job to run build_test regularly. You may wish to use
   "nice" to reduce its priority, for example I use the following cron
-  entry:<br>
-
-    <b>0,30 * * * * /bin/nice /home/build/build_farm/build_test 2> /home/build/cron.err</b>
-
+  entry:
+  <pre>
+    0,30 * * * * /bin/nice /home/build/build_farm/build_test 2> /home/build/cron.err
+  </pre>
   </li>
   <li>Check that <a href="https://build.samba.org/">build.samba.org</a>
   is showing your new host and that it is being updated regularly. </li>