Subversion Repositories DevTools

Rev

Rev 4001 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4001 Rev 4018
Line 397... Line 397...
397
#    'mos_api'               => 'IgnoreProjectBase,',
397
#    'mos_api'               => 'IgnoreProjectBase,',
398
#    'mos_fonts'             => 'IgnoreProjectBase,',
398
#    'mos_fonts'             => 'IgnoreProjectBase,',
399
#    'sntp'                  => 'IgnoreProjectBase,',
399
#    'sntp'                  => 'IgnoreProjectBase,',
400
#    'time_it'               => 'IgnoreProjectBase,',
400
#    'time_it'               => 'IgnoreProjectBase,',
401
 
401
 
402
    'MOS'      => 'RetainCompressed,IgnoreProjectBase,',
402
    'MOS'      => 'RetainCompressed,IgnoreProjectBase,SetProjectBase',
403
 
403
 
404
 
404
 
405
 
405
 
406
);
406
);
407
 
407
 
Line 3497... Line 3497...
3497
            Message ("Restoring compressed image");
3497
            Message ("Restoring compressed image");
3498
            my $rv = System ('tar', '-xzf', $cfile );
3498
            my $rv = System ('tar', '-xzf', $cfile );
3499
            if ( $rv )
3499
            if ( $rv )
3500
            {
3500
            {
3501
                Warning("Failed to decompress directory");
3501
                Warning("Failed to decompress directory");
-
 
3502
                Warning("Decompress Error:" . $cfile);
3502
                $data->{errStr} = 'Failed to de-tar compressed image';
3503
                $data->{errStr} = 'Failed to de-tar compressed image';
3503
                return 2;
3504
                return 2;
3504
            }
3505
            }
3505
            else
3506
            else
3506
            {
3507
            {