[Git][reproducible-builds/reproducible-website][master] 2 commits: /who/people: add three contributors who haven't contributed to this git repo

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Feb 7 02:35:18 UTC 2022



Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website


Commits:
02eba95c by Holger Levsen at 2022-02-07T03:29:19+01:00
/who/people: add three contributors who haven't contributed to this git repo

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
96ea1767 by Holger Levsen at 2022-02-07T03:33:53+01:00
/who/people: fixup two names, celebrate lunar (at least a bit).

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/contributors.sh
- who_/people.md


Changes:

=====================================
bin/contributors.sh
=====================================
@@ -1,6 +1,14 @@
 #!/bin/sh
 
-git log --format=%aN | sort | uniq | while read X
+(
+echo Allan Gunn
+echo "Alexander Couzens (lynxis)"
+echo Jan Nieuwenhuizen
+git log --format=%aN
+) | sort | uniq | \
+sed 's#Bobbio#Bobbio (lunar)#' | \
+sed 's#Levsen#Levsen (h01ger)#' | \
+while read X
 do
 	printf -- "- %s\n" "${X}"
 done > _data/contributors.yml


=====================================
who_/people.md
=====================================
@@ -18,14 +18,13 @@ Various people in many projects are or have been working together on providing r
 
 These are some of these lovely people. 
 
-*Some*, because currently we only list people here who contributed to the git
-repository of this website, which covers many, but also misses many. If you know
-someone who should be listed here, but is missing, please email
+*Some*, because currently we mostly list people here who contributed to the git
+repository of this website, which covers many, but also misses many, so we've
+manually added some. If you know someone who should be listed here, but is missing, please email
 [`contact at reproducible-builds.org`](mailto:contact at reproducible-builds.org) and
 we will improve the data gathering.
 
 {% for x in site.data.contributors %}{{ x }}{% unless forloop.last %}, {% endunless %}{% endfor %}.
-<!-- we miss at least these people here: Gunner, lynxis, janneke -->
 
 {% endif %}
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/a39e003ded45970d4916d8c04a9e2938b8756afc...96ea1767ef19b1d898a371c4fc720fd4f6ade170

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/a39e003ded45970d4916d8c04a9e2938b8756afc...96ea1767ef19b1d898a371c4fc720fd4f6ade170
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/0f983faf/attachment.htm>


More information about the rb-commits mailing list