Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
only call `logs.py` on ftp-master
· 77c5074b
Ansgar
authored
Apr 11, 2018
77c5074b
Merge branch 'master' into deploy
· 22dbf710
Ansgar
authored
Apr 11, 2018
22dbf710
Show whitespace changes
Inline
Side-by-side
config/debian/dinstall.functions
View file @
22dbf710
...
...
@@ -588,8 +588,10 @@ function cleantransactions() {
}
function
logstats
()
{
if
[
"
${
functionname
}
"
=
ftp-master.debian.org
]
;
then
cd
${
TMPDIR
}
${
masterdir
}
/tools/logs.py
"
$1
"
fi
}
# save timestamp when we start
...
...