Changes between Version 35 and Version 36 of BuildBot


Ignore:
Timestamp:
Sep 8, 2011 5:13:59 PM (13 years ago)
Author:
rniwa@webkit.org
Comment:

Add an explicit step to run "buildbot create-master"

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v35 v36  
    9292    * LANG=en_US.UTF-8
    9393    * LC_CTYPE=en_US.UTF-8
    94 4. Create a master (buildbot create-master)
    95     1. Copy stuff from [http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config Tools/BuildSlaveSupport/build.webkit.org-config] (except buildbot.tac)
    96     2. Add passwords.json (all slaves in config.json should have a corresponding entry in password.json
    97     3. Revert [http://trac.webkit.org/changeset/87176/trunk/Tools/BuildSlaveSupport/build.webkit.org-config master.cfg change in r87176] locally
     944. Creating a master
     95    1. Run {{{buildbot create-master}}} in a new directory
     96    2. Copy stuff from [http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config Tools/BuildSlaveSupport/build.webkit.org-config] and override existing files except buildbot.tac
     97    3. Add passwords.json (all slaves in config.json should have a corresponding entry in password.json
     98    4. Revert [http://trac.webkit.org/changeset/87176/trunk/Tools/BuildSlaveSupport/build.webkit.org-config master.cfg change in r87176] locally
    98995. Start / Stop buildbots
    99100    {{{buildbot start}}} or {{{buildbot stop}}} inside the directory you recreated in step 4.