summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-16 14:49:38 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-16 14:49:38 +0200
commitb6ed98327dc91056d7b364f354deca6b7c36eb3d (patch)
tree11baf9c66412133e9284e7d35be243f626751319
parentff14f77d014aa50482a5973d434fe9ef14071baa (diff)
A script to download and format the authors file
-rwxr-xr-xget_authors7
1 files changed, 7 insertions, 0 deletions
diff --git a/get_authors b/get_authors
new file mode 100755
index 0000000..e321b29
--- /dev/null
+++ b/get_authors
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# get_authors: Get the upstream-provided AUTHORS file and reformat it
+# so git-svn will be happy
+
+wget -q -O- http://svn.asterisk.org/svn/repotools/authors \
+| sed -e 's/^\([a-z]\+\)\([ \t]\+\)/\1 =\2/'