The following commit has been merged in the master branch:
commit e684edc8a4780ab287f8d66456a96774b54ab58d
Author: Niels Thykier <[email protected]>
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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to