Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
4b4f5122
Commit
4b4f5122
authored
Oct 28, 2020
by
Holger Levsen
Browse files
thanks.html: recognize a few more git author strings as duplicates
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
4809520f
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
4b4f5122
...
@@ -779,7 +779,7 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
...
@@ -779,7 +779,7 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
echo
"----"
>>
$TMPFILE
echo
"----"
>>
$TMPFILE
sudo tee
/var/lib/jenkins/userContent/THANKS
>
/dev/null < THANKS.head
sudo tee
/var/lib/jenkins/userContent/THANKS
>
/dev/null < THANKS.head
# several people committed with several committers, only display one
# several people committed with several committers, only display one
DUPLICATES
=
"samuel.thibault@ens-lyon.org|Jérémy Bobbio|j.schauer@email.de|mattia@mapreri.org|phil@jenkins-test-vm|jelle@vdwaa.nl"
DUPLICATES
=
"samuel.thibault@ens-lyon.org|Jérémy Bobbio|j.schauer@email.de|mattia@mapreri.org|phil@jenkins-test-vm|jelle@vdwaa.nl
|<kpcyrd>|vagrant@debian.org
"
grep
-E
-v
"DUPLICATES"
$TMPFILE
|
sudo tee
-a
/var/lib/jenkins/userContent/THANKS
>
/dev/null
grep
-E
-v
"DUPLICATES"
$TMPFILE
|
sudo tee
-a
/var/lib/jenkins/userContent/THANKS
>
/dev/null
rm
$TMPFILE
rm
$TMPFILE
TMPDIR
=
$(
mktemp
-d
-t
update-jdn-XXXXXXXX
)
TMPDIR
=
$(
mktemp
-d
-t
update-jdn-XXXXXXXX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment