[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fix path to /var/spool/squid/ as needed since stretch
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 11 13:34:37 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a492bd5b by Holger Levsen at 2018-10-11T12:34:14Z
fix path to /var/spool/squid/ as needed since stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/maintenance.sh
Changes:
=====================================
bin/maintenance.sh
=====================================
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2012-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2012-2018 Holger Levsen <holger at layer-acht.org>
# released under the GPLv=2
DEBUG=false
@@ -138,7 +138,7 @@ general_maintenance() {
df -h 2>/dev/null || true
echo
- for DIR in /var/cache/apt/archives/ /var/spool/squid3/ /var/cache/pbuilder/build/ /var/lib/jenkins/jobs/ /chroots /schroots ; do
+ for DIR in /var/cache/apt/archives/ /var/spool/squid/ /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/a492bd5b07f22948f9d6d02af0e38dbb6239cc4a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/a492bd5b07f22948f9d6d02af0e38dbb6239cc4a
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/20181011/0322627f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list