[Git][reproducible-builds/reproducible-website][master] /who/people: refactor bin/contributors.sh
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Feb 7 02:51:38 UTC 2022
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
d1877055 by Holger Levsen at 2022-02-07T03:51:23+01:00
/who/people: refactor bin/contributors.sh
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/contributors.sh
Changes:
=====================================
bin/contributors.sh
=====================================
@@ -1,15 +1,24 @@
#!/bin/sh
+#
+# list all contributors of this git repository and then add some...
+#
+
(
-echo Allan Gunn
-echo "Alexander Couzens (lynxis)"
-echo Jan Nieuwenhuizen
-echo Guillem Jover
+# first add some other contributors "from elsewhere"
+echo "
+ Allan Gunn
+ Alexander Couzens (lynxis)
+ Jan Nieuwenhuizen
+ Guillem Jover
+"
+# then, modify some git authors (below, but for syntax reasons, the comment is here)
git log --format=%aN
) | sort | uniq | \
-sed 's#Bobbio#Bobbio (lunar)#' | \
-sed 's#Levsen#Levsen (h01ger)#' | \
-while read X
+sed \
+-e 's#Bobbio#Bobbio (lunar)#' \
+-e 's#Levsen#Levsen (h01ger)#' \
+| while read X
do
printf -- "- %s\n" "${X}"
done > _data/contributors.yml
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d1877055ae33e916f7344668ac483040f012141b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d1877055ae33e916f7344668ac483040f012141b
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/20220207/5bf1c7a8/attachment.htm>
More information about the rb-commits
mailing list