Custom Query (894 matches)
Results (97 - 99 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#163 | desai | [email protected]… | fixed | Make bcfg2.conf file accessible to the Plugins |
Description |
Wish: Make cfile in Core.py accessible to the Plugins ( i.e. Core.py, line 202 set self.cfile = ConfigParser?...). Would allow the Plugins to read own section entries (e.g. database connection config) from the bcfg.conf file. Otherwise every Plugin would need to open himself the bcfg2.conf file.(?) Also the path to the bcfg2.conf file is not known within the Plugin class.(?) |
|||
#167 | desai | [email protected]… | fixed | Bundle: PostInstall usage |
Description |
The (wiki) documentation is lacking information about 'PostInstall?' entries. See Toolset.py, HandleBundleDeps? function. |
|||
#180 | anonymous | anonymous | fixed | Debian Package building - Documentation Build Problem |
Description |
The build process for the bcfg2-server package stops, because the documentation is not build automatically by the build script. First you should ensure, that all needed tools are available. Therefore a build dependency on docbook-xsl should be added. Furthermore the debian/rules script should call make -C doc manual.html I hope I will find the time later this week to prepare a patch to the debian/control and debian/rules file, to fix this bug. ---Marko |