[gnome-continuous] bot: Link to workdir, not output.txt



commit ff299ba4ba3abc7a9d94a5993c79fb6fe871f502
Author: Colin Walters <walters verbum org>
Date:   Tue Dec 10 07:40:15 2013 -0500

    bot: Link to workdir, not output.txt
    
    Since the real log may be elsewhere now.

 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 721f2c2..9fa40f5 100644
--- a/extras/ircbot/bot.py
+++ b/extras/ircbot/bot.py
@@ -144,7 +144,7 @@ class BuildGnomeOrg(irc.IRCClient):
         msg = u"continuous:%s %s: %s in %.1f seconds. %s " \
               % (taskname, build_name, success_str, millis / 1000.0, status_msg)
 
-        msg += "%s/%s/output.txt" % (self._workurl, metadata['path'])
+        msg += "%s/%s/" % (self._workurl, metadata['path'])
 
         if not success:
             msg = mirc_color(RED, msg)


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