IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40555


Ignore:
Timestamp:
Oct 20, 2018, 9:48:30 PM (8 years ago)
Author:
eugene
Message:

add start and stop date stamps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r40513 r40555  
    33$tagsets = "tagsets";
    44if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; }
     5
     6print STDER "----- starting psbuild ----- : ";
     7system ("date");
    58
    69$version = "";
     
    378381    if ($stop && !$stop_now) { &failure($start, "unknown -stop module $stop\n"); }
    379382
     383    print STDER "----- finished psbuild ----- : ";
     384    system ("date");
     385
    380386    print "\033]0; ** psbuild: finished ** \007";
     387
    381388    exit 0;
    382389}
Note: See TracChangeset for help on using the changeset viewer.