Buildbot version 0.7.11p3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    buildbot  most recent diff


    version 0.7.11p3

      View the most recent changes for the buildbot port at: buildbot.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for buildbot.
      The raw portfile for buildbot 0.7.11p3 is located here:
      http://buildbot.darwinports.com/dports/devel/buildbot/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/buildbot


      The buildbot Portfile 56434 2009-08-27 17:36:47Z wsiegrist apple.com $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: buildbot
      Version: 0.7.11p3
      Category: devel python
      Platform: darwin
      Maintainers: free.fr:olv.bonnet
      Description: compile/test cycle automation system
      Long Description: The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes.

      Homepage: http://buildbot.net/
      Master Sites: sourceforge
      dist_subdir ${name}
      Checksums: md5 6e4ef001d11caf270e2ed7d1d7d43318 sha1 3c0fc8bbdb2db92450d7294da11fc40979e94e63 rmd160 5fc1d9e1c32127109f58ea727cae2e6266b16fb9

      depends_lib-append port:py25-twisted

      post-destroot {
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      }

      test.run yes
      test.env PYTHONPATH=.
      test.cmd trial
      test.target buildbot.test

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/buildbot
      % sudo port install buildbot
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching buildbot
      ---> Verifying checksum for buildbot
      ---> Extracting buildbot
      ---> Configuring buildbot
      ---> Building buildbot with target all
      ---> Staging buildbot into destroot
      ---> Installing buildbot
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using buildbot with these commands:
      %  man buildbot
      % apropos buildbot
      % which buildbot
      % locate buildbot

     Where to find more information:

    Darwin Ports



    Lightbox this page.