projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c940ab8
)
Helps to use the right path
author
Joerg Jaspert
<joerg@debian.org>
Tue, 16 Dec 2008 22:17:21 +0000
(23:17 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Tue, 16 Dec 2008 22:17:21 +0000
(23:17 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall
patch
|
blob
|
history
diff --git
a/config/debian/cron.dinstall
b/config/debian/cron.dinstall
index 70001b4dcccda44d3f2ceebcf29168f36f73f19e..403a03fdf96c4d61a5e0a96eb7b1ac7acb4eaa0a 100755
(executable)
--- a/
config/debian/cron.dinstall
+++ b/
config/debian/cron.dinstall
@@
-338,7
+338,7
@@
ts "logremove"
echo "Finally, all is done, sending mail and compressing logfile"
exec > /dev/null 2>&1
-$
base
/tools/logs.py "$LOGFILE"
+$
masterdir
/tools/logs.py "$LOGFILE"
cat "$LOGFILE" | mail -s "Log for dinstall run of ${NOW}" cron@ftp-master.debian.org
bzip2 -9 "$LOGFILE"