[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: fix typo

Holger Levsen holger at moszumanska.debian.org
Fri Mar 6 10:16:34 UTC 2015


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 1f3630f49a367974ccbc9e12d55b63e8d287dc73
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 6 10:46:17 2015 +0100

    reproducible: fix typo
---
 bin/reproducible_maintainance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index ed03f9a..6532535 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -64,7 +64,7 @@ if [ ! -z "$OLDSTUFF" ] ; then
 	# delete known files
 	cd /var/cache/pbuilder/result/
 	echo "Attempting file detection..."
-	for i in $(find . -maxdepth 1 -mtime +1 -type f -basename {} \;) ; do
+	for i in $(find . -maxdepth 1 -mtime +1 -type f -exec basename {} \;) ; do
 		case $i in
 			stderr|stdout)	rm -v $i
 					;;

-- 
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