summaryrefslogtreecommitdiff
path: root/gen_authors
blob: 9be6eeb9fff0b30dd8be1663fca3fdf4a2ec8951 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
wget -q -O- http://svn.digium.com/svn/repotools/authors \
| sed -e 's/^\([a-z0-9._-]\|(no author)\)*/& =/'

echo 'automerge = Automerge script <automerge@asterisk.org>'