[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: maintenance: drop old temporary code dealing with old temp files not created anymore

Holger Levsen holger at layer-acht.org
Fri Feb 24 18:48:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 60d61c12ba201d849f4d010bac23d34cd09321c0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Feb 24 19:14:34 2017 +0100

    reproducible debian: maintenance: drop old temporary code dealing with old temp files not created anymore
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index bec96f3..71a2da7 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -181,19 +181,6 @@ fi
 set -e
 
 # delete old temp directories
-# (delete this by the end of Feb 2017 after there are no more stale dirs in
-# $REP_RESULTS and everything moved into $REP_RESULSTS/rbuild-debian/)
-echo "$(date -u) - Deleting temp directories, older than 3 days."
-OLDSTUFF=$(find $REP_RESULTS -maxdepth 1 -type d -mtime +2 -name "tmp.*" -o -mtime +2 -name "rbuild*" -exec ls -lad {} \; || true)
-if [ ! -z "$OLDSTUFF" ] ; then
-	echo
-	echo "Old temp directories found in $REP_RESULTS"
-	find $REP_RESULTS -maxdepth 1 -type d -mtime +2 -name "tmp.*" -o -mtime +2 -name "rbuild*" -exec rm -rv {} \; || true
-	echo "These old directories have been deleted."
-	echo
-	DIRTY=true
-fi
-# delete old temp directories
 echo "$(date -u) - Deleting temp directories, older than 3 days."
 OLDSTUFF=$(find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -exec ls -lad {} \; || true)
 if [ ! -z "$OLDSTUFF" ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list