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
d66a7fd8
Commit
d66a7fd8
authored
Nov 12, 2015
by
Philip Hands
Committed by
Holger Levsen
Nov 14, 2015
Browse files
sudo doesn't encompass the redirection
parent
2ea115b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
d66a7fd8
...
@@ -363,9 +363,9 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
...
@@ -363,9 +363,9 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
sudo cp
-pr
README INSTALL TODO CONTRIBUTING d-i-preseed-cfgs /var/lib/jenkins/userContent/
sudo cp
-pr
README INSTALL TODO CONTRIBUTING d-i-preseed-cfgs /var/lib/jenkins/userContent/
git log |
grep
^Author|
cut
-d
" "
-f2-
|sort
-u
>
$TMPFILE
git log |
grep
^Author|
cut
-d
" "
-f2-
|sort
-u
>
$TMPFILE
echo
"----"
>>
$TMPFILE
echo
"----"
>>
$TMPFILE
sudo
cat
THANKS.head
>
/var/lib/jenkins/userContent/THANKS
sudo
tee
/var/lib/jenkins/userContent/THANKS
>
/dev/null < THANKS.head
# samuel, lunar and josch committed with several commiters, only display one
# samuel, lunar and josch committed with several commiters, only display one
grep
-v
"samuel.thibault@ens-lyon.org"
$TMPFILE
|
grep
-v
Lunar |
sudo grep
-v
"j.schauer@email.de"
>>
/var/lib/jenkins/userContent/THANKS
grep
-v
-e
"samuel.thibault@ens-lyon.org"
-e
Lunar
-e
"j.schauer@email.de"
$TMPFILE
|
sudo tee
-a
/var/lib/jenkins/userContent/THANKS
>
/dev/null
rm
$TMPFILE
rm
$TMPFILE
sudo cp
-pr
userContent /var/lib/jenkins/
sudo cp
-pr
userContent /var/lib/jenkins/
cd
/var/lib/jenkins/userContent/
cd
/var/lib/jenkins/userContent/
...
...
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