Changeset 1664 in ProjectBuilder for projects/casparbuster


Ignore:
Timestamp:
Oct 25, 2012, 5:32:36 AM (11 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
Location:
projects/casparbuster
Files:
3 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");
  • projects/casparbuster/devel/etc/cb/cb.conf

    r1466 r1664  
    3636cbdatabase cb = .db.cb
    3737#
    38 #=item B<cbusemachines>
    39 #
    40 #If I<true>, then adds another level in the tree of configuration giles, corresponding to the machine level.
    41 #If I<false>, then configuration files and drectory are directly under the I<bcbasedir> directory.
    42 #If not defined, default to false.
    43 #
    44 #Nature: Mandatory
    45 #Key: project
    46 #Value: Boolean telling whether we use an additional machine level in the tree
    47 #Example: cbusemachines cb = false
    48 #=cut
    49 #
    50 cbusemachines cb = false
    51 #
    5238#=item B<cbpluginssubdir>
    5339#
  • projects/casparbuster/pbconf/devel/pbfilter/rpm.pbf

    r1467 r1664  
    2020#filter PBOBS =
    2121
    22 filter PBFINALDIR =
     22filter PBFINALDIR = 
Note: See TracChangeset for help on using the changeset viewer.