Changeset 1292

Show
Ignore:
Timestamp:
08/09/10 16:51:51 (18 months ago)
Author:
max
Message:

shepherd: Remove unnecessary warning message about upgrading from version 0

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r1291 r1292  
    22 
    33our $progname = 'shepherd'; 
    4 my $version = '1.4.2'; 
     4my $version = '1.4.3'; 
    55 
    66# tv_grab_au 
     
    582582    $components->{$proggy}->{source} = $source; 
    583583    $components->{$proggy}->{updated} = time; 
    584     $components->{$proggy}->{admin_status} = sprintf "updated from %s to %s", $oldver, $latestversion; 
     584    $components->{$proggy}->{admin_status} = sprintf "updated from v%s to v%s", ($oldver or 0), $latestversion; 
    585585    delete $components_pending_install->{$proggy} if (defined $components_pending_install->{$proggy}); 
    586586 
  • trunk/status

    r1291 r1292  
    1 application     shepherd            1.4.2 
     1application     shepherd            1.4.3 
    22reference       channel_list        55 
    33reference       Shepherd/Common.pm  0.38