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
8164c88e
Commit
8164c88e
authored
Dec 21, 2015
by
Holger Levsen
Browse files
give better pointers what to read first
parent
aa1cf169
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/common-functions.sh
View file @
8164c88e
...
@@ -32,15 +32,15 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
...
@@ -32,15 +32,15 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
chmod
+x
$TTT
chmod
+x
$TTT
echo
"===================================================================================="
echo
"===================================================================================="
echo
echo
echo
"
$(
date
)
- running
$0
(
$JOB_NAME
) on
$(
hostname
)
now."
echo
"
$(
date
-u
)
- running
$0
(
$JOB_NAME
) on
$(
hostname
)
now."
echo
echo
echo
"To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git"
echo
"To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git"
echo
"and then have a look at
bin/
$(
basename
$0
)
"
echo
"and then have a look at
the files README, INSTALL, CONTRIBUTING and maybe TODO.
"
echo
echo
echo
"This invocation of th
e
script has been called using
\"
$@
\"
as arguments."
echo
"This invocation of th
is
script
, which is located in bin/
$(
basename
$0
)
,
has been called using
\"
$@
\"
as arguments."
echo
echo
echo
"===================================================================================="
echo
"===================================================================================="
echo
"
$(
date
)
- start running
\"
$0
\"
(md5sum
$(
md5sum
$0
|cut
-d
' '
-f1
)
) as
\"
$TTT
\"
on
$(
hostname
)
."
echo
"
$(
date
-u
)
- start running
\"
$0
\"
(md5sum
$(
md5sum
$0
|cut
-d
' '
-f1
)
) as
\"
$TTT
\"
on
$(
hostname
)
."
echo
echo
# this is the "hack": call ourself as a copy in /tmp again
# this is the "hack": call ourself as a copy in /tmp again
# (setsid is not related to this hack. see commit log for 24deda5a8 it.)
# (setsid is not related to this hack. see commit log for 24deda5a8 it.)
...
...
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