| Trees | Index | Help |
|---|
| Package flumotion :: Package configure :: Module configure |
|
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.
| Variable Summary | |
|---|---|
| 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: the default manager port for SSL communication |
| list of ints | defaultStreamPortRange: the default range of external streaming ports |
| int | defaultTCPManagerPort: the default manager port for TCP communication |
| string | gladedir: directory where glade files are stored |
| string | imagedir: directory where image files are stored |
| boolean | isinstalled: whether an installed version is being run |
| string | logdir: directory where log files are stored |
| 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 |
| string | version: Flumotion version number |
| 4-tuple of integers | versionTuple: Flumotion version number |
| Variable Details |
|---|
bindirdirectory where the flumotion executables live
|
cachedirdirectory where cached code is stored
|
configdirdirectory where configuration files are stored
|
daemondirdirectory where daemonized programs should run
|
datadirdirectory where data files are stored
|
defaultGstPortRangethe default range of internal GStreamer ports
|
defaultSSLManagerPortthe default manager port for SSL communication
|
defaultStreamPortRangethe default range of external streaming ports
|
defaultTCPManagerPortthe default manager port for TCP communication
|
gladedirdirectory where glade files are stored
|
imagedirdirectory where image files are stored
|
isinstalledwhether an installed version is being run
|
logdirdirectory where log files are stored
|
pythondirdirectory where the flumotion python files are stored
|
registrydirdirectory where the registry files are stored
|
rundirdirectory where the run/pid files are stored
|
sbindirdirectory where the flumotion service program lives
|
versionFlumotion version number
|
versionTupleFlumotion version number
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |