Skip to content

Commit

Permalink
Merge branch 'figures' of git://github.com/gvalkov/buildbot
Browse files Browse the repository at this point in the history
* 'figures' of git://github.com/gvalkov/buildbot:
  - Replaced documentation figures
  • Loading branch information
Dustin J. Mitchell committed Jan 28, 2010
2 parents 8bdf0d1 + f8607b3 commit 4339e66
Show file tree
Hide file tree
Showing 15 changed files with 30,788 additions and 2,101 deletions.
2 changes: 0 additions & 2 deletions docs/buildbot.texinfo
Expand Up @@ -490,8 +490,6 @@ through protocols like HTTP, mail, and IRC.

@end itemize

@image{images/slavebuilder,,,SlaveBuilders,}

Each Builder is configured with a list of BuildSlaves that it will use
for its builds. These buildslaves are expected to behave identically:
the only reason to use multiple BuildSlaves for a single Builder is to
Expand Down
5 changes: 3 additions & 2 deletions docs/images/Makefile
@@ -1,5 +1,5 @@

SOURCES = overview.svg slaves.svg slavebuilder.svg master.svg status.svg
SOURCES = overview.svg slaves.svg master.svg status.svg
PNGS = $(patsubst %.svg,%.png,$(SOURCES))
EPSS = $(patsubst %.svg,%.eps,$(SOURCES))

Expand All @@ -10,8 +10,9 @@ images-eps: $(EPSS)

%.png: %.svg
inkscape -b white --export-png $@ $<
mogrify -trim +repage $@
%.eps: %.svg
inkscape --export-eps $@ $<

mogrify -trim +repage $@
clean:
rm -f *.png *.eps
2,911 changes: 2,911 additions & 0 deletions docs/images/master.ai

Large diffs are not rendered by default.

Binary file modified docs/images/master.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,607 changes: 4,099 additions & 508 deletions docs/images/master.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions docs/images/master.txt
Expand Up @@ -28,7 +28,15 @@
+---------+ +---------+ :queue :
| Builder | | Builder | +======+
+---------+ +---------+ |
v
+---------+
| Builder |
+---------+
| | v
| | +---------+
Build Build | Builder |
| | +---------+
| | Build
v v v
+---------+ | +---------+ +---------+
| Slave | | | Slave | | Slave |
| Builder | | | Builder | | Builder |
+---------+ | +---------+ +---------+
|
Build Slave | Build Slave
1,697 changes: 1,697 additions & 0 deletions docs/images/overview.ai

Large diffs are not rendered by default.

Binary file modified docs/images/overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,926 changes: 1,530 additions & 396 deletions docs/images/overview.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,529 changes: 5,529 additions & 0 deletions docs/images/slaves.ai

Large diffs are not rendered by default.

Binary file modified docs/images/slaves.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,562 changes: 2,226 additions & 336 deletions docs/images/slaves.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,926 changes: 7,926 additions & 0 deletions docs/images/status.ai

Large diffs are not rendered by default.

Binary file modified docs/images/status.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,708 changes: 4,855 additions & 853 deletions docs/images/status.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4339e66

Please sign in to comment.