[Libreoffice-commits] .: Branch 'tinderbox' - bin/get-latest-master.pl bin/get-taglists.pl bin/tinderupdate.sh local_conf/TinderConfig.pm local_conf/TreeData.pm
Thorsten Behrens
thorsten at kemper.freedesktop.org
Fri Apr 8 01:09:21 PDT 2011
bin/get-latest-master.pl | 2 +-
bin/get-taglists.pl | 10 +++++-----
bin/tinderupdate.sh | 2 +-
local_conf/TinderConfig.pm | 12 ++++++------
local_conf/TreeData.pm | 12 ++++++------
5 files changed, 19 insertions(+), 19 deletions(-)
New commits:
commit b82ce04e0c478a6d32aef33ef0181f3e4580860d
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Fri Apr 8 10:08:25 2011 +0200
Move tinderbox to libreoffice domain
diff --git a/bin/get-latest-master.pl b/bin/get-latest-master.pl
index 6ea0616..3d94c64 100755
--- a/bin/get-latest-master.pl
+++ b/bin/get-latest-master.pl
@@ -133,7 +133,7 @@ close ($CvsRoot) || return 0;
die "couldn't determine master-list!" unless ( @latestmasters );
die "couldn't determine modules!" unless ( @modules );
-open (MASTER_LIST, ">/srv/www/tinderbox.go-oo.org/tags/tag-latest-master-list");
+open (MASTER_LIST, ">/srv/www/tinderbox.libreoffice.org/tags/tag-latest-master-list");
print MASTER_LIST "# List of the last three master workspaces\n";
print MASTER_LIST "# <name> : <master-tag> : <master-tag> : <modules>\n";
diff --git a/bin/get-taglists.pl b/bin/get-taglists.pl
index 27b0305..2b8f7cd 100755
--- a/bin/get-taglists.pl
+++ b/bin/get-taglists.pl
@@ -30,10 +30,10 @@ my $new = $eis->getTinderboxTagList('new');
die "EIS not reachable?!" unless (defined($new) and defined($ready_for_QA) and defined($approved_by_QA) and defined($nominated));
-print_tags("/srv/www/tinderbox.go-oo.org/tags/tag-list-nominated", $nominated);
-print_tags("/srv/www/tinderbox.go-oo.org/tags/tag-list-approved", $approved_by_QA);
-print_tags("/srv/www/tinderbox.go-oo.org/tags/tag-list-qa", $ready_for_QA);
-print_tags("/srv/www/tinderbox.go-oo.org/tags/tag-list-new", $new);
+print_tags("/srv/www/tinderbox.libreoffice.org/tags/tag-list-nominated", $nominated);
+print_tags("/srv/www/tinderbox.libreoffice.org/tags/tag-list-approved", $approved_by_QA);
+print_tags("/srv/www/tinderbox.libreoffice.org/tags/tag-list-qa", $ready_for_QA);
+print_tags("/srv/www/tinderbox.libreoffice.org/tags/tag-list-new", $new);
-print_tags("/srv/www/tinderbox.go-oo.org/tags/tag-list", $nominated.$approved_by_QA.$ready_for_QA.$new);
+print_tags("/srv/www/tinderbox.libreoffice.org/tags/tag-list", $nominated.$approved_by_QA.$ready_for_QA.$new);
diff --git a/bin/tinderupdate.sh b/bin/tinderupdate.sh
index c380131..e05027a 100755
--- a/bin/tinderupdate.sh
+++ b/bin/tinderupdate.sh
@@ -1,7 +1,7 @@
#!/bin/bash
TINDERBOX_BIN=/srv/tinderbox/bin
-TINDERBOX_WWW=/srv/www/tinderbox.go-oo.org
+TINDERBOX_WWW=/srv/www/tinderbox.libreoffice.org
TINDERBOX_LOG=/var/log/tinderbox/tinderbox2.log
cd /srv/tinderbox
diff --git a/local_conf/TinderConfig.pm b/local_conf/TinderConfig.pm
index c198c89..db4db95 100644
--- a/local_conf/TinderConfig.pm
+++ b/local_conf/TinderConfig.pm
@@ -78,17 +78,17 @@ $TINDERBOX_GID=100;
# The url to the tinderbox server binary directory
-$URL_BIN = "http://tinderbox.go-oo.org/cgi-bin";
+$URL_BIN = "http://tinderbox.libreoffice.org/cgi-bin";
# The url to the tinderbox server HTML directory
-$URL_HTML = "http://tinderbox.go-oo.org";
+$URL_HTML = "http://tinderbox.libreoffice.org";
# The full path name tinderbox will use to access the tinderbox
# servers root data directory where the html will be written.
-$TINDERBOX_HTML_DIR = "/srv/www/tinderbox.go-oo.org";
+$TINDERBOX_HTML_DIR = "/srv/www/tinderbox.libreoffice.org";
# The full path name tinderbox will use to access the tinderbox
# servers root data directory where the data will be written. For
@@ -112,7 +112,7 @@ $TINDERBOX_GZLOG_DIR = $TINDERBOX_HTML_DIR;
# The full path name tinderbox will use to access the tinderbox
# cgi scripts.
-$TINDERBOX_CGIBIN_DIR = "/srv/www/tinderbox.go-oo.org/cgi-bin";
+$TINDERBOX_CGIBIN_DIR = "/srv/www/tinderbox.libreoffice.org/cgi-bin";
# The top level tinderbox index file. Change this if you wish to
# provide your own index file for tinderboxes web pages.
@@ -393,14 +393,14 @@ $DISPLAY_BUILD_ERRORS = 1;
# to make HTML to point to the bonsai CGI programs. We do not need to
# have this link point to the same webserver as tinderbox.
-$BONSAI_URL = "http://bonsai.go-oo.org";
+$BONSAI_URL = "http://bonsai.libreoffice.org";
# If we query bonsai data (e.g., DBImpl above is set to Bonsai), we
# need to know the directory which bonsai is installed in. Tinderbox
# needs to be able to see the bonsai directories to get bonsai checkin
# and treestate data.
-$BONSAI_DIR = "/srv/www/bonsai.go-oo.org";
+$BONSAI_DIR = "/srv/www/bonsai.libreoffice.org";
# If we use perforce set the port and information on how to find p4db.
# I would like to use p4web since there is a security patch out
diff --git a/local_conf/TreeData.pm b/local_conf/TreeData.pm
index e4b96c2..9551abc 100644
--- a/local_conf/TreeData.pm
+++ b/local_conf/TreeData.pm
@@ -320,12 +320,12 @@ sub addTreesFromFile($) {
%{$VC_TREE_GROUPS{'ready_for_QA'}}=();
%{$VC_TREE_GROUPS{'approved'}}=();
%{$VC_TREE_GROUPS{'nominated'}}=();
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/tag-list-qa");
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/tag-list-new");
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/tag-list-approved");
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/tag-list-nominated");
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/tag-latest-master-list");
-addTreesFromFile("/srv/www/tinderbox.go-oo.org/tags/temp-list");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/tag-list-qa");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/tag-list-new");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/tag-list-approved");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/tag-list-nominated");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/tag-latest-master-list");
+addTreesFromFile("/srv/www/tinderbox.libreoffice.org/tags/temp-list");
# We always want there to be one summary pages showing all trees.
foreach $tree (keys %VC_TREE) {
More information about the Libreoffice-commits
mailing list