Show
Ignore:
Timestamp:
12/21/05 02:19:18 (3 years ago)
Author:
rafl
Message:

r23723@ata: rafl | 2005-12-19 19:12:40 +0100

  • Some more comments on JIB::Repository.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/sixpan/JIB/lib/JIB/Repository.pm

    r8339 r8341  
    250250    my @index_files; 
    251251    my %copy = map { $_ => $_ ne $cur } @$groups; 
    252     my @copy = grep { $copy{$_} } keys %copy; 
     252    my @copy = grep { $copy{$_} } keys %copy; #all groups minus the current one 
    253253    for my $key (@copy) { 
    254254        my $path = dir($key)->subdir($pkg->meta->$key); 
    255         # maybe use another mechanism to call arbitrary stuff on the package obj? 
     255        # maybe use another mechanism to call arbitrary stuff on the package 
     256        # obj? otherwise all data we index after must be a toplevel element of 
     257        # the meta file 
    256258        push @index_files, file($path.'.index'); 
    257259        push @index_files, map { $path->file($_) }