summaryrefslogtreecommitdiff
path: root/gen_authors
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-04-19 23:35:20 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-04-19 23:35:20 +0300
commit3d27811a00f4cc6d1f1b9d0916c9e77b431dd09e (patch)
tree5939e1fba603f2b42f61eff630ba6da3561fc657 /gen_authors
parentc7c3e1ec3577226d359198072a9a5bbcef285e63 (diff)
remove names that are in authors file
* Some of the extra names I hardcoded are now in the authors file. * But also '(no author)'. Make sure it doesn't break anything.
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>'