summaryrefslogtreecommitdiff
path: root/gen_authors
blob: d337afa17e4a295a0dd9490f9550935e6e106602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/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-z]*/& =/'

# A few things missing:
# Only in the initial commit:
echo '(no author) = Admin Commit <nobody@asterisk.org>'
echo 'matteo = Matteo Brancaleoni <mbrancaleoni@espia.it>'
# An earlier persona of jdixon?
echo 'jim = Jim Dixon <telesistant@hotmail.com>'
# Is this the right email to use?
echo 'martinp = Martin Pycko <martinp@digium.com>'
# Created and then deleted an empty file:
echo 'wmeadows = Test User <nobody@asterisk.org>'
echo 'malcolmd = Malcolm Davenport <malcolmd@digium.com>'
echo 'tholo = Thorsten lockert <tholo@sigmasoft.com>'
# An earlier persona of jamesgolovich:
echo 'citats = James Golovich <james@gnuinter.net>'
echo 'anthm = Anthony Minessale II <anthmct@yahoo.com>'
echo 'root = Automerge script <automerge@asterisk.org>'