summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-13 12:39:46 +0000
committerJonathan Pryor <jpryor@novell.com>2008-10-13 12:39:46 +0000
commitcab757be9f8b3a311edfb5ffd0c24d0d5dacd762 (patch)
treef8c4279fa059302fa1d14916afa30fe4fc008c90 /developers
parente6fe4a55a07234c6276e9a4c74d1eb7765b34cbd (diff)
Add links to the buildbot.
* developers/index.php: Add links to the buildbot. * developers/index.html: Flush.
Diffstat (limited to 'developers')
-rw-r--r--developers/index.html5
-rw-r--r--developers/index.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/developers/index.html b/developers/index.html
index 91894a2..ca1aea9 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -32,6 +32,7 @@
<li><a href="http://bonsai.go-oo.org/cvsqueryform.cgi">Bonsai</a></li>
<li><a href="http://lxr.go-oo.org">LXR</a></li>
<li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
+<li><a href="http://tinderbox.go-oo.org/">Buildbot</a></li>
<li><a href="http://embed.mibbit.com/?server=irc.freenode.net&channel=%23go-oo&noServerTab=false" target="blank">#go-oo IRC Channel</a></li>
</ul>
@@ -83,6 +84,10 @@
<li><a href="http://lxr.go-oo.org/">LXR</a></li>
<li><a href="http://bonsai.go-oo.org/cvsqueryform.cgi">Bonsai</a></li>
<li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
+ <li>
+ <a href="http://buildbot.go-oo.org">Buildbot</a>
+ (<a href="http://wiki.services.openoffice.org/wiki/Buildbot">More information</a>)
+ </li>
<li><a href="http://embed.mibbit.com/?server=irc.freenode.net&channel=%23go-oo&noServerTab=false" target="blank">#go-oo IRC Chat</a></li>
</ul>
</dd>
diff --git a/developers/index.php b/developers/index.php
index 914624a..548726d 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -58,6 +58,10 @@ $content = <<<EOT
<li><a href="http://lxr.go-oo.org/">LXR</a></li>
<li><a href="http://bonsai.go-oo.org/cvsqueryform.cgi">Bonsai</a></li>
<li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
+ <li>
+ <a href="http://buildbot.go-oo.org">Buildbot</a>
+ (<a href="http://wiki.services.openoffice.org/wiki/Buildbot">More information</a>)
+ </li>
<li><a href="http://embed.mibbit.com/?server=irc.freenode.net&channel=%23go-oo&noServerTab=false" target="blank">#go-oo IRC Chat</a></li>
</ul>
</dd>
@@ -184,6 +188,7 @@ print_page("Go-OO! - Developers",
"Bonsai" => "http://bonsai.go-oo.org/cvsqueryform.cgi",
"LXR" => "http://lxr.go-oo.org",
"Tinderbox" => "http://tinderbox.go-oo.org/",
+ "Buildbot" => "http://tinderbox.go-oo.org/",
"#go-oo IRC Channel" => array (
"href" => "http://embed.mibbit.com/?server=irc.freenode.net&channel=%23go-oo&noServerTab=false",
"target" => "blank"