tools: replace manual contributors list generation with makefile target (make authors)

This commit is contained in:
nodiscc
2020-12-12 15:48:36 +01:00
parent e0db36cbf8
commit cc9f28d268
2 changed files with 5 additions and 2 deletions

View File

@@ -11,5 +11,4 @@
- The link to the Debian package page is optional.
- The `▒` symbol is only required if the package is available in [KXStudio repositories](https://kxstudio.linuxaudio.org/Repositories)
- The `©` symbol is only required if the software is not [Free/Libre Software](https://en.wikipedia.org/wiki/Free_software).
- The list of contributors can be updated with `git shortlog -sne`

View File

@@ -16,4 +16,8 @@ list_kxstudio_packages:
curl http://ppa.launchpad.net/kxstudio-debian/music/ubuntu/dists/bionic/main/binary-amd64/Packages.xz | xzless
curl http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu/dists/bionic/main/binary-amd64/Packages.xz | xzless
curl http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu/dists/bionic/main/binary-amd64/Packages.xz | xzless
curl http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu/dists/bionic/main/binary-amd64/Packages.xz | xzless
curl http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu/dists/bionic/main/binary-amd64/Packages.xz | xzless
# generate a list of contirbutors to the git repository
authors:
git shortlog -sne