Subversion Repositories DevTools

Rev

Rev 2764 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2764 Rev 4030
Line 5... Line 5...
5
# Module type   : Makefile system
5
# Module type   : Makefile system
6
# Compiler(s)   : Perl
6
# Compiler(s)   : Perl
7
# Environment(s): jats
7
# Environment(s): jats
8
#
8
#
9
# Description   : Used to process package-versions that are incorrectly
9
# Description   : Used to process package-versions that are incorrectly
10
#                 labled - the package has not been labedl up to the root
10
#                 labled - the package has not been labeled up to the root
11
#                 of the VOB
11
#                 of the VOB
12
#
12
#
13
#                 The utility works by scanning the VOB for labeled files
13
#                 The utility works by scanning the VOB for labeled files
14
#                 It then determines the full path and will detect paths
14
#                 It then determines the full path and will detect paths
15
#                 that have not been labled.
15
#                 that have not been labled.
Line 369... Line 369...
369
        #
369
        #
370
        #   Filter output from the user
370
        #   Filter output from the user
371
        #
371
        #
372
        chomp;
372
        chomp;
373
        Verbose3($_);
373
        Verbose3($_);
-
 
374
        next if ( m~/lost\+found~ );
374
        push @results, $_;
375
        push @results, $_;
375
    }
376
    }
376
    close(SHOWCMD);
377
    close(SHOWCMD);
377
    return @results;
378
    return @results;
378
}
379
}