Changeset 1664 in ProjectBuilder for projects/casparbuster/devel/bin/cb


Ignore:
Timestamp:
Oct 25, 2012, 5:32:36 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Remove the now useless parameter cbusemachines
  • Do not chmod files as they are incoreect now. Will need the plugin and rpm setup to be developped to support it much better
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/casparbuster/devel/bin/cb

    r1662 r1664  
    427427                if ($debug) {
    428428                    pb_log(1,"INFO: Executing (on $machine) sudo chown $cbp->{$k}->{$type}->{$o}->{'uid'}:$cbp->{$k}->{$type}->{$o}->{'gid'} $path/$o\n");
    429                     pb_log(1,"INFO: Executing (on $machine) sudo chmod $cbp->{$k}->{$type}->{$o}->{'mode'} $path/$o\n");
     429                    #pb_log(1,"INFO: Executing (on $machine) sudo chmod $cbp->{$k}->{$type}->{$o}->{'mode'} $path/$o\n");
    430430                } else {
    431431                    # TODO: remove hardcoded commands
    432432                    print $chan "sudo chown $cbp->{$k}->{$type}->{$o}->{'uid'}:$cbp->{$k}->{$type}->{$o}->{'gid'} $path/$o\n";
    433                     print $chan "sudo chmod $cbp->{$k}->{$type}->{$o}->{'mode'} $path/$o\n";
     433                    # TODO: get a correct mode before setting it up
     434                    #print $chan "sudo chmod $cbp->{$k}->{$type}->{$o}->{'mode'} $path/$o\n";
    434435                }
    435436                pb_log(0,"INFO: Delivering $path/$o on $machine\n");
Note: See TracChangeset for help on using the changeset viewer.