~gary/charms/oneiric/buildbot-master/typo

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Benji York
  • Date: 2012-02-10 22:05:39 UTC
  • Revision ID: benji@benjiyork.com-20120210220539-f56nycrpaadm25xl
[r=benji] add back pyflakes startup instructions

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
repository.
7
7
 
8
8
juju bootstrap
 
9
juju deploy --repository=./charms local:buildbot-master --config=./charms/oneiric/buildbot-master/examples/pyflakes.yaml
 
10
juju deploy --repository=./charms local:buildbot-slave
 
11
juju set buildbot-slave builders=runtests
 
12
juju add-relation buildbot-slave buildbot-master
 
13
 
 
14
Tou can also run a master and slave that run Launchpad's tests, like so:
 
15
 
 
16
juju bootstrap
9
17
juju deploy --config=./charms/oneiric/buildbot-master/examples/lpbuildbot.yaml --repository=./charms local:buildbot-master
10
18
juju deploy --config=./charms/oneiric/buildbot-slave/config.setuplxc.yaml --repository=./charms local:buildbot-slave
11
19
juju add-relation buildbot-slave buildbot-master