[Xfce4-commits] <xfce-buildbot-scripts:master> Use localhost to query the buildbot XMLRPC
Enrico Tröger
noreply at xfce.org
Thu Oct 8 20:38:02 CEST 2009
Updating branch refs/heads/master
to f72e47ca51bc9a8f4efa85db66b1649fab4fc13a (commit)
from a23946488d779aa3fabbf01bb3e8580e61c4d374 (commit)
commit f72e47ca51bc9a8f4efa85db66b1649fab4fc13a
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu Oct 8 20:36:43 2009 +0200
Use localhost to query the buildbot XMLRPC
xfcebuildstatus.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfcebuildstatus.py b/xfcebuildstatus.py
index 51dc1fd..48be0a1 100644
--- a/xfcebuildstatus.py
+++ b/xfcebuildstatus.py
@@ -29,7 +29,7 @@ import pprint
-XMLRPC_URL = 'http://buildbot.xfce.org/core/xmlrpc'
+XMLRPC_URL = 'http://localhost:8020/xmlrpc'
PLATFORM_NAMES = {
'debian': 'Debian GNU/Linux 5.0.3 (x86_64)',
'lunar': 'Lunar Linux (x86_64)'
More information about the Xfce4-commits
mailing list