From 60aac04b292e8d42d7e4f1daa52e85195d7aee8c Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Fri, 18 Dec 2015 21:12:45 +0000 Subject: [PATCH] Have pbr update AUTHORS but not changelog Use pbr to update AUTHORS by running: python setup.py build_sphinx However prevent it from updating the ChangeLog as its current formatting is less desirable. Change-Id: I5d880dbf4917e3e573ad3fd237b66064f367b597 --- .mailmap | 2 ++ AUTHORS | 15 ++++++++++++++- setup.cfg | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..c408b83 --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Darragh Bailey +Darragh Bailey diff --git a/AUTHORS b/AUTHORS index a6b77e2..1e0346f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,14 @@ -Darragh Bailey +Darragh Bailey +Davide Guerri +Eric Peterson +Jenkins +Jeremy Stanley +Jon-Paul Sullivan +Jonathan Brownell +Jonathan Harker +Manuel Desbonnet +Monty Taylor +Paul Bourke +Spencer Krum +Tom Cammann +venkatamahesh diff --git a/setup.cfg b/setup.cfg index 4046873..4a443e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,9 @@ classifiers = [global] commands = build_manpage.BuildManpage +[pbr] +skip_changelog = True + [files] packages = git_upstream