[gnome-continuous] bot.py: Update path to builds



commit 978ab0355c9068606ce7a550d85c3a1030a94764
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Oct 10 12:15:41 2016 -0400

    bot.py: Update path to builds
    
    Builds are now found in /srv/gcontinuous rather than /srv/ostree.

 extras/ircbot/bot.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extras/ircbot/bot.py b/extras/ircbot/bot.py
index ae3aa35..3a508a6 100644
--- a/extras/ircbot/bot.py
+++ b/extras/ircbot/bot.py
@@ -60,7 +60,7 @@ class BuildGnomeOrg(irc.IRCClient):
         tracked_build = 'buildmaster'
         self._flood_tasks = ['build']
         self._announce_changed_tasks = ['resolve', 'smoketest', 'smoketest-classic', 'smoketest-wayland', 
'integrationtest', 'applicationstest']
-        self._workdir = os.path.expanduser('/srv/ostree/ostbuild/%s/' % (tracked_build, ))
+        self._workdir = os.path.expanduser('/srv/gcontinuous/ostbuild/%s/' % (tracked_build, ))
         self._workurl = "http://build.gnome.org/continuous/%s"; % (tracked_build, )
         self._loop = task.LoopingCall(self._query_new_tasks)
 


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