From d8d7aa9683258311d2de9154b116a4d53b4370b3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 21 Jan 2015 13:56:53 +0100 Subject: reproducible: delete logfiles of packages removed from sid --- bin/reproducible_maintainance.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index b7d28997..87ce245f 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Holger Levsen +# Copyright 2014-2015 Holger Levsen # released under the GPLv=2 DEBUG=false @@ -123,6 +123,11 @@ if [ ! -z "$PACKAGES" ] ; then (SELECT sources.name FROM sources) LIMIT 25" sqlite3 -init $INIT ${PACKAGES_DB} "$QUERY" + cd /var/lib/jenkins/userContent + for i in PACKAGES ; do + find rb-pkg/ rbuild/ notes/ dbd/ -name "${i}_*" -exec rm -v {} \; + done + cd - fi if ! $DIRTY ; then -- cgit v1.2.3-70-g09d2