Trees | Indices | Help |
---|
|
configure-time variables for installed or uninstalled operation
Code should run
>>> from flumotion.configure import configure
and then access the variables from the configure module. For example:
>>> print configure.gladedir
The values are decided at ./configure time. They can be overridden at startup by programs based on environment or options. This allows running with different configdir, logdir and rundir.
|
|||
|
|
|||
__thisdir =
|
|||
_config =
|
|||
string |
bindir =
directory where the flumotion executables live |
||
string |
cachedir =
directory where cached code is stored |
||
string |
configdir =
directory where configuration files are stored |
||
string |
daemondir =
directory where daemonized programs should run |
||
string |
datadir =
directory where data files are stored |
||
list of ints |
defaultGstPortRange =
the default range of internal GStreamer ports |
||
int |
defaultSSLManagerPort = 7531 the default manager port for SSL communication |
||
list of ints |
defaultStreamPortRange =
the default range of external streaming ports |
||
int |
defaultTCPManagerPort = 8642 the default manager port for TCP communication |
||
dictionary =
|
|||
string |
gladedir =
directory where glade files are stored |
||
heartbeatInterval = 5
|
|||
string |
imagedir =
directory where image files are stored |
||
boolean |
isinstalled = False whether an installed version is being run |
||
key =
|
|||
localedatadir =
|
|||
string |
logdir =
directory where log files are stored |
||
processKillWait = 5
|
|||
processTermWait = 5
|
|||
string |
pythondir =
directory where the flumotion python files are stored |
||
string |
registrydir =
directory where the registry files are stored |
||
string |
rundir =
directory where the run/pid files are stored |
||
string |
sbindir =
directory where the flumotion service program lives |
||
value =
|
|||
string |
version =
Flumotion version number |
||
4-tuple of integers |
versionTuple =
Flumotion version number |
|
__thisdir
|
_config
|
defaultGstPortRangethe default range of internal GStreamer ports
|
defaultStreamPortRangethe default range of external streaming ports
|
dictionary
|
registrydirdirectory where the registry files are stored
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:22 2008 | http://epydoc.sourceforge.net |