[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Aug 18 14:14:46 MDT 2014


The branch, master has been updated
       via  6f0134c Revert style changes on instructions page.
      from  cd17a96 Update Samba build farm to new web site layout.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6f0134cecf4e3b12a1d6919fd2c6dc2bd0a57624
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Aug 18 22:13:55 2014 +0200

    Revert style changes on instructions page.

-----------------------------------------------------------------------

Summary of changes:
 web/instructions.html |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/web/instructions.html b/web/instructions.html
index 1b2e004..3506d8b 100644
--- a/web/instructions.html
+++ b/web/instructions.html
@@ -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>


-- 
build.samba.org


More information about the samba-cvs mailing list