summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 14:56:19 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 14:56:19 +0200
commitd0004a0b0d170853cea4691cd5438943dbfdd527 (patch)
treefb55c558238fcb279508d6530766866f7006b63a /bin/reproducible_build.sh
parentde0fdbd1e72a4d4a082483cc38444403006ef3bf (diff)
downloadjenkins.debian.net-d0004a0b0d170853cea4691cd5438943dbfdd527.tar.xz
reproducible: drop .diffp* file handling
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e8e86d26..8bb0c198 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -90,8 +90,6 @@ cleanup_all() {
}
cleanup_userContent() {
- # 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/dbd/${SRCPACKAGE}_*.debbindiff.html > /dev/null 2>&1
rm -f /var/lib/jenkins/userContent/buildinfo/${SRCPACKAGE}_*.buildinfo > /dev/null 2>&1
}