[gnome-ostree] supybot: More fixes for paths



commit 26f0a07c9cb5e69f61150966499026d971e956a2
Author: Colin Walters <walters verbum org>
Date:   Tue Apr 16 14:19:18 2013 -0400

    supybot: More fixes for paths

 extras/supybot/GNOMEOSTree/plugin.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/extras/supybot/GNOMEOSTree/plugin.py b/extras/supybot/GNOMEOSTree/plugin.py
index c224c2a..650f930 100644
--- a/extras/supybot/GNOMEOSTree/plugin.py
+++ b/extras/supybot/GNOMEOSTree/plugin.py
@@ -55,8 +55,9 @@ class GNOMEOSTree(callbacks.Plugin):
         self._last_build_version = None
         self._last_smoketest_version = None
         self._jsondb_re = re.compile(r'^(\d+\.\d+)-([0-9a-f]+)\.json$')
-        self._workdir = os.path.expanduser('~/ostbuild/work/')
-        self._workurl = "http://build.gnome.org/ostree/buildmaster/";
+        tracked_build = 'buildmaster'
+        self._workdir = os.path.expanduser('/srv/ostree/ostbuild/%s/' % (tracked_build, ))
+        self._workurl = "http://build.gnome.org/ostree/%s/"; % (tracked_build, )
 
     def _broadcast(self, msg):
         for channel in self._irc.state.channels:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]