Changeset 224 in ProjectBuilder


Ignore:
Timestamp:
Oct 17, 2007, 11:51:29 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove 1 minute to date computed to be sure there is no pb in build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 0.8.5/pb/bin/pb

    r223 r224  
    673673    print SCRIPT "mv .pbrc \$HOME\n";
    674674    print SCRIPT "cd ..\n";
    675     # Force new date to be i nthe future compared to the date of the tar file
     675    # Force new date to be in the future compared to the date of the tar file by removing 1 minute
    676676    my @date=(localtime->sec(), localtime->min(), localtime->hour(), localtime->mday(), localtime->mon(), localtime->year(), localtime->wday(), localtime->yday(), localtime->isdst());
     677    $date[1]--;
    677678    my $upddate = strftime("%m%d%H%M%Y", @date);
    678679    print SCRIPT "echo Setting up date on $vmntp...\n";
Note: See TracChangeset for help on using the changeset viewer.