[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins: fix self maintenance job, squid has been purged from this host
Holger Levsen
gitlab at salsa.debian.org
Thu Jan 17 19:25:01 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c0e69d04 by Holger Levsen at 2019-01-17T19:24:45Z
jenkins: fix self maintenance job, squid has been purged from this host
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/maintenance.sh
Changes:
=====================================
bin/maintenance.sh
=====================================
@@ -138,7 +138,7 @@ general_maintenance() {
df -h 2>/dev/null || true
echo
- for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/cache/pbuilder/build/ /var/lib/jenkins/jobs/ /chroots /schroots ; do
+ for DIR in /var/cache/apt/archives/ /var/cache/pbuilder/build/ /var/lib/jenkins/jobs/ /chroots /schroots ; do
sudo du -shx $DIR 2>/dev/null
done
JOB_PREFIXES=$(ls -1 /var/lib/jenkins/jobs/|cut -d "_" -f1|sort -f -u)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c0e69d04d43e6e1b3411a2874a7acd84468ea155
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c0e69d04d43e6e1b3411a2874a7acd84468ea155
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190117/c564862a/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list