]> Savannah Git Hosting - gnulib.git/commit
Split ProjectQuirks out into its own file
authorSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 20 Aug 2020 03:13:46 +0000 (08:43 +0530)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Aug 2020 17:39:56 +0000 (10:39 -0700)
commit6ca8bb18851a4838cf0a7b4f17363fc9116a7b85
tree1aaae11922a7f13cfb2b84646103c7534ac6649f
parent6d704d3a1f65cda7c11630cd914b4bc877ddf224
Split ProjectQuirks out into its own file

ProjectQuirks is used by external quirks files and importing it from
vcs-to-changelog.py is broken since it was renamed to use hyphens.  It
is cleaner to put it in its own file anyway.

* build-aux/vcstocl/projectquirks.py: A new file...
* build-aux/vcs-to-changelog.py (ProjectQuirks): ...to which
we move ProjectQuirks and import the file.
build-aux/vcs-to-changelog.py
build-aux/vcstocl/projectquirks.py [new file with mode: 0644]