[Libreoffice-commits] dev-tools.git: scripts/Bugzilla.pm
Robinson Tryon
qubit at runcibility.com
Thu Nov 27 06:49:28 PST 2014
scripts/Bugzilla.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a7d8bc9bf8fa27cb5a7affbebd565a554e0277d5
Author: Robinson Tryon <qubit at runcibility.com>
Date: Thu Nov 27 09:44:37 2014 -0500
scripts/Bugzilla: Update FDO Bugzilla domain -> TDF domain
Tested the output and it looks the same (bugs.documentfoundation.org
is pointing to bugs.freedesktop.org, so we'd definitely expect that!
:-)
Change-Id: Ie52adfd329d42db12a88797093f9961457125919
diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm
index ecd71a3..175721c 100644
--- a/scripts/Bugzilla.pm
+++ b/scripts/Bugzilla.pm
@@ -9,7 +9,7 @@ our @EXPORT_OK = qw(bugserver get_url get_deps get_query read_bugstats);
# Please take the time to check that the script still runs
# before changing this to something else.
-$bugserver = "bugs.freedesktop.org";
+$bugserver = "bugs.documentfoundation.org";
# use me for testing XML pretty printing etc.
my $fast_debug = 0;
More information about the Libreoffice-commits
mailing list