Changeset 36221 for main/trunk


Ignore:
Timestamp:
2022-05-30T10:30:33+12:00 (2 years ago)
Author:
kjdon
Message:

changed an output message and removed unneeded puka code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs-release-builder/envi/etc/tasks/snapshot/lib.pl

    r36214 r36221  
    211211                $doit="\$filename =~ $m"; eval "$doit";
    212212            }
    213             #upload
    214             print "Will upload '" . basename($file) . "' to '$filename'\n";
     213            # copy to uploads folder
     214            print "Copying '" . basename($file) . "' to '$filename' in uploads folder\n";
    215215            if( $^O =~ "linux|darwin" ) {
    216216                system("cp \"$file\" \"${release_dir}${sep}uploads${sep}$filename\"");
     
    222222
    223223    }
    224 
    225 # puka is no longer
    226 #   my $command = "cd \"${release_dir}${sep}uploads\" && tar -c * | ";
    227 #   $command .= ($^O eq "MSWin32" ? "plink" : "ssh");
    228 #   $command .= " -T -i \"$ENV{'IDENTITY_FILE'}\" nzdl\@puka.cs.waikato.ac.nz";
    229     #print "$command\n";
    230 #   system("$command");
    231224   
    232225    # ssh too old inside lsb to upload to www-internal, so we do that in a separate step later
Note: See TracChangeset for help on using the changeset viewer.