Changeset 1665 in ProjectBuilder


Ignore:
Timestamp:
Oct 26, 2012, 4:31:56 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • cbusemachines is also obsolete for cbusterize
File:
1 edited

Legend:

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

    r1547 r1665  
    7979   |   [...]    [...]
    8080
    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
     81Use of machines require use of option -m
    8382
    8483=head1 EXAMPLES
     
    187186my %cb;
    188187my $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");
    190189pb_log(2,"%cb: ",Dumper($cb));
    191190
    192191# Check for mandatory params
    193192pod2usage("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));
     193pod2usage("Error: --machine is a mandatory argument\n") if (not defined $machine);
    195194
    196195if (defined $plugin) {
Note: See TracChangeset for help on using the changeset viewer.