Home
last modified time | relevance | path

Searched refs:package_is_up_to_date (Results 1 – 2 of 2) sorted by relevance

/trunk/main/solenv/bin/modules/installer/
H A Dpackagepool.pm534 sub package_is_up_to_date subroutine
547 my $package_is_up_to_date = 0;
578 $package_is_up_to_date = 3; # repeat this package later
579 return $package_is_up_to_date;
604 $package_is_up_to_date = 4; # repeat this package
605 return $package_is_up_to_date;
613 $package_is_up_to_date = 4; # repeat this package
614 return $package_is_up_to_date;
674 if ( $content_is_identical ) { $package_is_up_to_date = 1; }
678 if ( $package_is_up_to_date )
[all …]
/trunk/main/solenv/bin/
H A Dmake_installer.pl1033 …OOLPRODUCT'} ) { $use_package_from_pool = installer::packagepool::package_is_up_to_date($allvariab…