<div dir="ltr">Markus, I don&#39;t know about specific buildbot documention, but my latest commit may have fixed the problem.  I&#39;m trying to get buildbot up and going now at LBL.  I need to move aside the dials repositories in the same way that Nigel did for cctbx to get around the missing commits in dials. </div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 26, 2015 at 2:50 PM,  <span dir="ltr">&lt;<a href="mailto:markus.gerstel@diamond.ac.uk" target="_blank">markus.gerstel@diamond.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Aaron,<br>
<br>
Is there some documentation about the buildbot objects I could use to figure out a sensible way to determine whether git is available?<br>
I could of course just do try-run-catch...<br>
-Markus<br>
<span class=""><br>
On 26 Jul 2015 16:35, Aaron Brewster &lt;<a href="mailto:asbrewster@lbl.gov">asbrewster@lbl.gov</a>&gt; wrote:<br>
Moving the cctbx_project directory to cctbx_project.old forced svn to get the latest version from scratch so buildbot at LBL has no versioning issues like Jenkins at Diamond does.  Further, svn update on my local sources got the latest version, so I&#39;m inclined to agree with Markus that that&#39;s a Jenkins issue.<br>
<br>
I installed git on the build nodes at LBL to accommodate the changes to bootstrap.py, however reconfig.sh still fails.  This new line from r22623 and r22626 is the culprit:<br>
<br>
git_available = self.shell(command=[&#39;git&#39;, &#39;--version&#39;], haltOnFailure=False, quiet=True, silent=True).run() == 0<br>
<br>
While this clearly works on Jenkins, when ran by buildbot, self.shell() is returning a buildbot shell object instead of a Builder shell object, so the .run call fails (not implemented).<br>
<br>
I&#39;m out of time until this afternoon to look deeper.  I&#39;ve left the build bot server running using r22622 of bootstrap.py for now.<br>
<br>
-Aaron<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</span><span class="">On Sun, Jul 26, 2015 at 7:00 AM, Nigel Moriarty &lt;<a href="mailto:nwmoriarty@lbl.gov">nwmoriarty@lbl.gov</a>&lt;mailto:<a href="mailto:nwmoriarty@lbl.gov">nwmoriarty@lbl.gov</a>&gt;&gt; wrote:<br>
Aaron<br>
<br>
Recent changes to include git in bootstrap.py have broken the buildbot master (won&#39;t start) because git is not available on the VM. I don&#39;t have time before I fly to ACA, so please install git when you can.<br>
<br>
One reason I was hoping to see the buildbot website was because it has an interface to see all the commits to cctbx. This is likely on the buildbot master in some other format. It may be useful that I just moved the old cctbx_project to cctbx_project.old on all the builds.<br>
<br>
Cheers<br>
<br>
Nigel<br>
<br>
---<br>
Nigel W. Moriarty<br>
Building 33R0349, Physical Biosciences Division<br>
Lawrence Berkeley National Laboratory<br>
Berkeley, CA 94720-8235<br>
</span>Phone : <a href="tel:510-486-5709" value="+15104865709">510-486-5709</a>     Email : NWMoriarty@LBL.gov<br>
Fax   : <a href="tel:510-486-5909" value="+15104865909">510-486-5909</a>       Web  : <a href="http://CCI.LBL.gov" rel="noreferrer" target="_blank">CCI.LBL.gov</a>&lt;<a href="http://CCI.LBL.gov" rel="noreferrer" target="_blank">http://CCI.LBL.gov</a>&gt;<br>
<br>
_______________________________________________<br>
cctbxbb mailing list<br>
<a href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a>&lt;mailto:<a href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a>&gt;<br>
<a href="http://phenix-online.org/mailman/listinfo/cctbxbb" rel="noreferrer" target="_blank">http://phenix-online.org/mailman/listinfo/cctbxbb</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.<br>
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.<br>
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.<br>
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom<br>
<br>
_______________________________________________<br>
cctbxbb mailing list<br>
<a href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a><br>
<a href="http://phenix-online.org/mailman/listinfo/cctbxbb" rel="noreferrer" target="_blank">http://phenix-online.org/mailman/listinfo/cctbxbb</a><br>
</font></span></blockquote></div><br></div>