[Git][reproducible-builds/diffoscope-website][master] git in stable does not have git-authors(1) so do it.. cleaner. Huh.
Chris Lamb
gitlab at salsa.debian.org
Tue May 26 10:41:24 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
88871952 by Chris Lamb at 2020-05-26T11:41:03+01:00
git in stable does not have git-authors(1) so do it.. cleaner. Huh.
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
@@ -12,8 +12,8 @@ $(GIT_DIR):
_data/contributors.yml: $(GIT_DIR)
mkdir -p "$(dir $@)"
echo "# This file is automatically generated" > $@
- $(GIT) authors --list | cut -d '<' -f1 | sort | \
- grep -v root | grep -v @ | sed -e 's@^@- @' -e 's@[ ]*$$@@' >> $@
+ $(GIT) log --format='%aN' | sort -u | \
+ grep -v root | sed -e 's@^@- @' >> $@
_data/releases.yml: $(GIT_DIR)
mkdir -p "$(dir $@)"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/88871952551075e48c39b407eb1ddf4065d45771
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/88871952551075e48c39b407eb1ddf4065d45771
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200526/7220a698/attachment.htm>
More information about the rb-commits
mailing list