Adding a `revlink` allows to click on changes leading to the
git.openwrt.org commit package. This feature works automatically for
pages like GitHub, however requires this manual step for custom urls.
Signed-off-by: Paul Spooren <mail@aparcar.org>
c['services'].append(irc)
+c['revlink'] = util.RevlinkMatch([
+ r'https://git.openwrt.org/openwrt/(.*).git'
+ ],
+ r'https://git.openwrt.org/?p=openwrt/\1.git;a=commit;h=%s')
+
####### DB URL
c['db'] = {