Ignore:
Timestamp:
2017-10-17T19:19:53+13:00 (7 years ago)
Author:
ak19
Message:

Uploading a copy of snapshot binary to dev. (Also introducing a commented out debug line in task.pl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/snapshot/trunk/task.pl

    r29347 r32048  
    8585#keep wget/curl base command in a variable
    8686my $httpRetrieve = $^O eq "darwin" ? "curl" : "wget -O -";
     87
     88#print STDERR "@@@@@@@@@@ PATH: ".$ENV{'PATH'}."\n";
     89# http://stackoverflow.com/questions/3854651/how-can-i-store-the-result-of-a-system-command-in-a-perl-variable
    8790
    8891#setup based on mode
Note: See TracChangeset for help on using the changeset viewer.