Ignore:
Timestamp:
Jan 3, 2013, 5:02:53 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix tar build to include also common files
  • Use ssh instead of Net:SSH2 to lauch the final setup script as it wasn't working for a reason
  • Use sudo to lauch these scripts, which require norequiretty fin sudoers for the account used
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/casparbuster/devel/lib/CasparBuster/SSH.pm

    r1667 r1683  
    6363pb_log(3,"DEBUG: New SSH2 object created\n");
    6464$ssh2->debug(1) if ($debug > 2);
    65 pb_log(3,"DEBUG: SSH2 debug mode on\n");
     65pb_log(3,"DEBUG: SSH2 debug mode on\n") if ($debug > 2);
    6666
    6767$ssh2->connect($machine) || confess "Unable to connect to $remote\@$machine: $!";
     
    7777
    7878$chan->exec("mkdir -p $ENV{'PBTMP'}");
    79 pb_log(3,"DEBUG: Created $ENV{'PBTMP'} on $remote\@$machine\n");
     79pb_log(1,"DEBUG: Created $ENV{'PBTMP'} on $remote\@$machine\n");
    8080$chan->close;
    8181
Note: See TracChangeset for help on using the changeset viewer.