summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-06 16:10:05 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-06 16:10:05 +0200
commit8593783258e0616dd42cb6f88a930c8589d08277 (patch)
tree7e37d7583bccba87e32e790cb89db1da617d0ddc /bin/reproducible_build.sh
parent690803a43e87959c77ff7d97452036b3cf6bbdc6 (diff)
downloadjenkins.debian.net-8593783258e0616dd42cb6f88a930c8589d08277.tar.xz
reproducible: drop code handling .pbuilder.log files (now .rbuild.log)
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7881cc6a..0060e2bf 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -90,9 +90,8 @@ cleanup_all() {
}
cleanup_userContent() {
- # FIXME: remove unused code once all diffp.log and pbuilder.log files are gone
+ # FIXME: remove unused code once all diffp.log files are gone
rm -f /var/lib/jenkins/userContent/dbd/${SRCPACKAGE}_*.diffp.log > /dev/null 2>&1
- rm -f /var/lib/jenkins/userContent/pbuilder/${SRCPACKAGE}_*.pbuilder.log 2>/dev/null
rm -f /var/lib/jenkins/userContent/dbd/${SRCPACKAGE}_*.debbindiff.html > /dev/null 2>&1
rm -f /var/lib/jenkins/userContent/buildinfo/${SRCPACKAGE}_*.buildinfo > /dev/null 2>&1
}