mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-04-28 22:17:43 -05:00
tools: replace manual contributors list generation with makefile target (make authors)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user