Changeset 1665 in ProjectBuilder for projects/casparbuster/devel
- Timestamp:
- Oct 26, 2012, 4:31:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/casparbuster/devel/bin/cbusterize
r1547 r1665 79 79 | [...] [...] 80 80 81 Use of machines require use of option -m (if using cbusemachines in cb.conf) 82 If not, the conf dirs are directly attached to the base dir 81 Use of machines require use of option -m 83 82 84 83 =head1 EXAMPLES … … 187 186 my %cb; 188 187 my $cb = \%cb; 189 ($cb->{'basedir'},$cb->{' usemachines'},$cb->{'cms'}) = pb_conf_get("cbbasedir","cbusemachines","cbcms");188 ($cb->{'basedir'},$cb->{'cms'}) = pb_conf_get("cbbasedir","cbcms"); 190 189 pb_log(2,"%cb: ",Dumper($cb)); 191 190 192 191 # Check for mandatory params 193 192 pod2usage("Error: --source or --plugin is a mandatory argument\n") if ((not defined $source) && (not defined $plugin)); 194 pod2usage("Error: --machine is a mandatory argument when configure with cbusemachines = true\n") if (($cb->{'usemachines'}->{$appname} =~ /true/) && (not defined $machine));193 pod2usage("Error: --machine is a mandatory argument\n") if (not defined $machine); 195 194 196 195 if (defined $plugin) {
Note:
See TracChangeset
for help on using the changeset viewer.