summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-12-10 14:30:14 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-12-10 14:35:22 +0100
commit79608cdc169b5da7ddcfa70fd5faf1e1e399d2f7 (patch)
treec1b86e12ba0412bba696a8335d03cd6f53013e63 /Misc
parentda2b31c1bc1caed3451b90c47d47cf9fd1326a11 (diff)
AUTHORS: auto-generate from commit log
I tend to forget to update the AUTHORS file with new contributors. Let's automate it and extract the contributors from the commit log. Manually mention people how have contributed in other ways (bug reports, documentation etc.) or how had commits in the previousl, no longer existing repository. Script based on https://github.com/cilium/cilium/blob/master/contrib/scripts/extract_authors.sh Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Misc')
-rw-r--r--Misc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc b/Misc
index c65c26b..1bfaebd 100644
--- a/Misc
+++ b/Misc
@@ -17,6 +17,13 @@ people:
log:
$(GIT_LOG)
+authors:
+ $(Q)echo "The following people, in alphabetical order, have authored" > AUTHORS
+ $(Q)echo "commits in the netsniff-ng repository:" >> AUTHORS
+ $(Q)echo "" >> AUTHORS
+ $(Q)contrib/extract-authors.sh >> AUTHORS
+ $(Q)cat .authors.aux >> AUTHORS
+
announcement:
$(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG
$(Q)echo -e "netsniff-ng $(VERSION_SHORT) ($(NAME)) has been released to the public.\n" >> .MAIL_MSG