Hi! Mattia Rizzolo: > In jenkins.d.n i can see this: > > mattia@jenkins ~ % find /tmp -maxdepth 1 -name tmp*debbindiff | xargs ls -ld > drwx------ 2 jenkins jenkins 4096 Jun 8 12:02 /tmp/tmp114lHtdebbindiff > drwx------ 2 jenkins jenkins 4096 Jun 4 17:58 /tmp/tmp12TNVEdebbindiff > drwx------ 2 jenkins jenkins 4096 Jun 2 19:58 /tmp/tmp1CdwrPdebbindiff > […]
Could you help me a little bit on this by identified which packages are
causing troubles?
E.g.
OLD_DEBBINDIFF_TMP_COUNT=$(find /tmp -maxdepth 1 -name tmp*debbindiff | wc -l)
[ … do the buid … ]
NEW_DEBBINDIFF_TMP_COUNT=$(find /tmp -maxdepth 1 -name tmp*debbindiff | wc -l)
if [ "$OLD_DEBBINDIFF_TMP_COUNT" != "$NEW_DEBBINDIFF_TMP_COUNT" ]; then
shout_at_lunar_on_irc
fi
Thanks!
--
Lunar .''`.
[email protected] : :Ⓐ : # apt-get install anarchism
`. `'`
`-
signature.asc
Description: Digital signature

