[jhbuild] Continuation of previous commit: http://git.gnome.org/browse/



commit 1ac834a0c916c1a1b8769a40e039bdefac1a5079
Author: Pablo Castellano <pablog src gnome org>
Date:   Sat Jan 2 21:58:52 2010 +0100

    Continuation of previous commit: http://git.gnome.org/browse/

 jhbuild/buildbot/status/web/changes.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/changes.py b/jhbuild/buildbot/status/web/changes.py
index 48f1938..6a1b02a 100644
--- a/jhbuild/buildbot/status/web/changes.py
+++ b/jhbuild/buildbot/status/web/changes.py
@@ -71,7 +71,7 @@ class ChangeResource(HtmlResource):
         if self.change.revision:
             if len(self.change.revision) == 40:
                 # git commit
-                link = 'http://git.gnome.org/cgit/%s/commit/?id=%s' % (
+                link = 'http://git.gnome.org/browse/%s/commit/?id=%s' % (
                         self.change.project, self.change.revision)
                 data += '<p>View in GNOME cgit: <a href="%s">%s commit %s</a></dd>\n' % (
                         link, self.change.project, self.change.revision[:8])



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