summaryrefslogtreecommitdiff
path: root/gen_authors
blob: 7b5ad28463bfa3e457f5c4186e134cb7c432a896 (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>'