Remove unused commit-filter script

This was for cgit servers and is no longer used.

Change-Id: Iea40e04632c61b3b103769645ce0350c35ef8602
This commit is contained in:
Monty Taylor 2019-05-10 11:43:23 +00:00
parent e69c7b7fb9
commit 7f0baf439e

View File

@ -1,9 +0,0 @@
#!/bin/sh
sed -re '
s`(I[0-9a-f]{8,40})`<a href="https://review.opendev.org/\#/q/\1">\0</a>`g
s`\b([0-9a-fA-F]{8,40})\b`<a href="./?id=\1">\0</a>`g
s`(\b[Bb]ug\b|\b[Ll][Pp]\b)[ \t#:]*([0-9]+)`<a href="https://code.launchpad.net/bugs/\2">\0</a>`g
s`(\b[Ss]tory\b)[ \t#:]*([0-9]+)`<a href="https://storyboard.openstack.org/#!/story/\2">\0</a>`g
s`(\b[Bb]lue[Pp]rint\b|\b[Bb][Pp]\b)[ \t#:]*([A-Za-z0-9\.-]+)`<a href="https://blueprints.launchpad.net/openstack/?searchtext=\2">\0</a>`g
'