buildbot: Add revlink to map quagga git repo to Savannah cgit URI
diff --git a/infra/buildbot/master/master.cfg b/infra/buildbot/master/master.cfg
index 0580c37..899d6fa 100644
--- a/infra/buildbot/master/master.cfg
+++ b/infra/buildbot/master/master.cfg
@@ -145,6 +145,12 @@
branches=['master','volatile/next'],
pollinterval=300))
+####### REVISION LINKS
+# associate changesouce repositories to URI templates for code view
+#
+c['revlink'] = util.RevlinkMatch([quaggagit + r"(.*)"],
+ r"http://git.savannah.gnu.org/cgit/quagga.git/commit/?id=%s")
+
####### SCHEDULERS
# Configure the Schedulers, which decide how to react to incoming changes.