- Timestamp:
- Nov 17, 2011, 2:02:08 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111110
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110
- Property svn:mergeinfo changed
/trunk (added) merged: 32650,32652-32656,32658,32665-32666,32668-32669,32671,32674,32676,32678,32680-32682,32687
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111110/PS-IPP-Config/lib/PS/IPP/Config.pm
r32506 r32694 398 398 return $self->{nebulous} if defined $self->{nebulous}; # Already started 399 399 400 my $server = metadataLookupStr( $self->{_siteConfig}, 'NEB_SERVER' ); # Nebulous server 400 # For consistency with the rest of the IPP, don't use site.config 401 # to set NEB_SERVER use environment variable. 402 # my $server = metadataLookupStr( $self->{_siteConfig}, 'NEB_SERVER' ); # Nebulous server 403 my $server = $ENV{NEB_SERVER}; 401 404 unless (defined $server) { 402 405 carp "Unable to find NEB_SERVER in camera configuration file.";
Note:
See TracChangeset
for help on using the changeset viewer.
