Changeset 1664 in ProjectBuilder for projects/casparbuster
- Timestamp:
- Oct 25, 2012, 5:32:36 AM (12 years ago)
- Location:
- projects/casparbuster
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/casparbuster/devel/bin/cb
r1662 r1664 427 427 if ($debug) { 428 428 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"); 430 430 } else { 431 431 # TODO: remove hardcoded commands 432 432 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"; 434 435 } 435 436 pb_log(0,"INFO: Delivering $path/$o on $machine\n"); -
projects/casparbuster/devel/etc/cb/cb.conf
r1466 r1664 36 36 cbdatabase cb = .db.cb 37 37 # 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: Mandatory45 #Key: project46 #Value: Boolean telling whether we use an additional machine level in the tree47 #Example: cbusemachines cb = false48 #=cut49 #50 cbusemachines cb = false51 #52 38 #=item B<cbpluginssubdir> 53 39 # -
projects/casparbuster/pbconf/devel/pbfilter/rpm.pbf
r1467 r1664 20 20 #filter PBOBS = 21 21 22 filter PBFINALDIR = 22 filter PBFINALDIR =
Note:
See TracChangeset
for help on using the changeset viewer.