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

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

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