Subversion Repositories DevTools

Rev

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

Rev 2026 Rev 2040
Line 1584... Line 1584...
1584
    #
1584
    #
1585
    #   If this version has any 'ripples' then process them while we have the
1585
    #   If this version has any 'ripples' then process them while we have the
1586
    #   main view. Note the ripple list may contain entries that do not
1586
    #   main view. Note the ripple list may contain entries that do not
1587
    #   exist - they will have been pruned.
1587
    #   exist - they will have been pruned.
1588
    #
1588
    #
-
 
1589
if(0) {
1589
    foreach my $rentry ( @{$versions{$entry}{rippleList}} )
1590
    foreach my $rentry ( @{$versions{$entry}{rippleList}} )
1590
    {
1591
    {
1591
        next unless( exists $versions{$rentry} );
1592
        next unless( exists $versions{$rentry} );
1592
 
1593
 
1593
        if ($versions{$rentry}{Processed})
1594
        if ($versions{$rentry}{Processed})
Line 1598... Line 1599...
1598
 
1599
 
1599
        Message ("Proccessing associated Ripple: " . GetVname($rentry));
1600
        Message ("Proccessing associated Ripple: " . GetVname($rentry));
1600
        newPackageVersion($rentry);
1601
        newPackageVersion($rentry);
1601
    }
1602
    }
1602
}
1603
}
-
 
1604
}
1603
 
1605
 
1604
#-------------------------------------------------------------------------------
1606
#-------------------------------------------------------------------------------
1605
# Function        : newPackageVersionBody
1607
# Function        : newPackageVersionBody
1606
#
1608
#
1607
# Description     : Perform the bulk of the work in creating a new PackageVersion
1609
# Description     : Perform the bulk of the work in creating a new PackageVersion