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
Mattia Rizzolo
jenkins.d.n
Commits
e505f083
Commit
e505f083
authored
Nov 13, 2019
by
Holger Levsen
Browse files
try to make boilerplate more to the point
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
c3759e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/common-functions.sh
View file @
e505f083
...
...
@@ -93,9 +93,10 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo
"
$(
date
-u
)
- running
$0
(for job
$WHOAREWE
) on
$(
hostname
)
, called using
\"
$@
\"
as arguments."
echo
"
$(
date
-u
)
- actually running
\"
$(
basename
$0
)
\"
(md5sum
$(
md5sum
$0
|cut
-d
' '
-f1
)
) as
\"
$TTT
\"
"
echo
echo
"git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO"
echo
"Please send feedback to qa-jenkins-dev@lists.alioth.debian.org or directly file a bug report against the 'jenkins.debian.org' pseudo-package."
echo
echo
"To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO"
echo
echo
"Please send feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org, or as a bug against the 'jenkins.debian.org' pseudo-package, feedback about specific job results should go to their respective lists and/or the BTS."
echo
"===================================================================================="
# this is the "hack": call ourself as a copy in /tmp again
$TTT
"
$@
"
...
...
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