[ooo-build-commit] .: Branch 'tinderbox' - bin/get-latest-master.pl bin/processmail_builds lib/TinderDB
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Aug 13 13:31:03 PDT 2010
bin/get-latest-master.pl | 2 +-
bin/processmail_builds | 6 +++---
lib/TinderDB/VC_OOo.pm | 9 +++------
3 files changed, 7 insertions(+), 10 deletions(-)
New commits:
commit d7db386cc34fec29351fd999e17146332047ad70
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Aug 13 22:30:45 2010 +0200
More overlooked mentions of ooweb.
diff --git a/bin/get-latest-master.pl b/bin/get-latest-master.pl
index 1b99cd6..6ea0616 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, ">/home/ooweb/tinderbox.go-oo.org/tags/tag-latest-master-list");
+open (MASTER_LIST, ">/srv/www/tinderbox.go-oo.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/processmail_builds b/bin/processmail_builds
index 3188d92..bac75cb 100755
--- a/bin/processmail_builds
+++ b/bin/processmail_builds
@@ -52,9 +52,9 @@ use File::stat;
use Getopt::Long;
# Tinderbox libraries
-use lib '/home/ooweb/tinderbox/local_conf',
- '/home/ooweb/tinderbox/default_conf',
- '/home/ooweb/tinderbox/lib';
+use lib '/srv/tinderbox/local_conf',
+ '/srv/tinderbox/default_conf',
+ '/srv/tinderbox/lib';
use TinderConfig;
use TreeData;
diff --git a/lib/TinderDB/VC_OOo.pm b/lib/TinderDB/VC_OOo.pm
index 8f54376..4e158d6 100644
--- a/lib/TinderDB/VC_OOo.pm
+++ b/lib/TinderDB/VC_OOo.pm
@@ -74,12 +74,9 @@ use File::Basename;
use Time::Local;
# Load Tinderbox libraries
-use lib '/home/ooweb/tinderbox/local_conf',
- '/home/ooweb/tinderbox/default_conf',
- '/var/tinderbox/lib',
- '/home/ooo/mozilla/webtools/tinderbox2/./build/local_conf',
- '/home/ooo/mozilla/webtools/tinderbox2/./build/default_conf',
- '/home/ooo/mozilla/webtools/tinderbox2/./build/lib';
+use lib '/srv/tinderbox/local_conf',
+ '/srv/tinderbox/default_conf',
+ '/var/tinderbox/lib';
use TinderDB::BasicTxtDB;
use Utils;
More information about the ooo-build-commit
mailing list