summaryrefslogtreecommitdiff
path: root/gen_authors
diff options
context:
space:
mode:
Diffstat (limited to 'gen_authors')
-rwxr-xr-xgen_authors19
1 files changed, 2 insertions, 17 deletions
diff --git a/gen_authors b/gen_authors
index 762e2ae..429f8bc 100755
--- a/gen_authors
+++ b/gen_authors
@@ -1,23 +1,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]*/& =/'
+| 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>'
echo 'automerge = Automerge script <automerge@asterisk.org>'