[Git][reproducible-builds/reproducible-website][master] avoid empty entry in contributors.yml
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Feb 7 10:57:44 UTC 2022
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
cf3bab45 by Holger Levsen at 2022-02-07T11:57:37+01:00
avoid empty entry in contributors.yml
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/contributors.sh
Changes:
=====================================
bin/contributors.sh
=====================================
@@ -6,13 +6,13 @@
(
# first add some other contributors "from elsewhere"
-echo "
+cat << EOF
Allan Gunn (gunner)
Alexander Couzens (lynxis)
Jan Nieuwenhuizen
Guillem Jover
Marcus Hoffmann (bubu)
-"
+EOF
# then, modify some git authors (below, but for syntax reasons, the comment is here)
git log --format=%aN
) | sort | uniq | \
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/cf3bab45dbc0904ea4f587632b85cf8d1ca120a3
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/cf3bab45dbc0904ea4f587632b85cf8d1ca120a3
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/6f32e856/attachment.htm>
More information about the rb-commits
mailing list