gitlog-to-changelog: Drop scripts in favour of gnulib version
commitde077de10f0ac140fdced24781370967f9e5610f
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 17 Jan 2020 03:41:49 +0000 (17 09:11 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 23 Jan 2020 14:30:13 +0000 (23 20:00 +0530)
tree1153ab38c0294e7a2fa28ba44343f93bbdea26d5
parentba44e5b50873ceea25884af280612e100e151746
gitlog-to-changelog: Drop scripts in favour of gnulib version

The ChangeLog automation scripts were incorporated in gnulib as
vcs-to-changelog for a while now since other projects expressed the
desire to use and extend this script.  In the interest of avoiding
duplication of code, drop the glibc version of gitlog-to-changelog and
use the gnulib one directly.

The only file that remains is vcstocl_quirks.py, which specifies
properties and quirks of the glibc project source code.  This patch
also drops the shebang at the start of vcstocl_quirks.py since the
file is not intended to be directly executable.
scripts/gitlog_to_changelog.py [deleted file]
scripts/vcs_to_changelog/frontend_c.py [deleted file]
scripts/vcs_to_changelog/misc_util.py [deleted file]
scripts/vcs_to_changelog/vcs_git.py [deleted file]
scripts/vcstocl_quirks.py [moved from scripts/vcs_to_changelog/vcstocl_quirks.py with 99% similarity]