Package flumotion :: Package configure :: Module configure
[show private | hide private]
[frames | no frames]

Module flumotion.configure.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.
Function Summary
  _versionStringToTuple(versionString)

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

bindir

directory where the flumotion executables live
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/bin'                         

cachedir

directory where cached code is stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/cache'                       

configdir

directory where configuration files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/conf'                        

daemondir

directory where daemonized programs should run
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2'                             

datadir

directory where data files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/data'                        

defaultGstPortRange

the default range of internal GStreamer ports
Type:
list of ints
Value:
[8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608]                 

defaultSSLManagerPort

the default manager port for SSL communication
Type:
int
Value:
7531                                                                  

defaultStreamPortRange

the default range of external streaming ports
Type:
list of ints
Value:
[8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808]                 

defaultTCPManagerPort

the default manager port for TCP communication
Type:
int
Value:
8642                                                                  

gladedir

directory where glade files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/data/glade'                  

imagedir

directory where image files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/data/image'                  

isinstalled

whether an installed version is being run
Type:
boolean
Value:
False                                                                  

logdir

directory where log files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/log'                         

pythondir

directory where the flumotion python files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2'                             

registrydir

directory where the registry files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/cache/registry'              

rundir

directory where the run/pid files are stored
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/run'                         

sbindir

directory where the flumotion service program lives
Type:
string
Value:
'/home/blindaue/rpm/BUILD/flumotion-0.4.2/bin'                         

version

Flumotion version number
Type:
string
Value:
'0.4.2'                                                                

versionTuple

Flumotion version number
Type:
4-tuple of integers
Value:
(0, 4, 2, 0)                                                           

Generated by Epydoc 2.1 on Fri May 18 09:35:51 2007 http://epydoc.sf.net