[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.1-74-ge684edc



The following commit has been merged in the master branch:
commit e684edc8a4780ab287f8d66456a96774b54ab58d
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 11 22:15:48 2011 +0200

    Removed redundant code from Lab.pm

diff --git a/lib/Lab.pm b/lib/Lab.pm
index e46538a..55d81da 100644
--- a/lib/Lab.pm
+++ b/lib/Lab.pm
@@ -87,10 +87,6 @@ sub _init {
 	$self->{mode} = 'static';
 	$self->{dir} = $absdir;
 
-	if (-d "$absdir" && ! -d "$absdir/changes") {
-	    mkdir("$absdir/changes", 0777)
-		or fail("cannot create lab directory $absdir/changes");
-	}
     } else {
 	$self->{mode} = 'temporary';
 

-- 
Debian package checker


Reply to: