Custom Query (894 matches)
Results (163 - 165 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#409 | desai | Jason Hedden | fixed | bcfg2-admin compare IOError Traceback |
Description |
When running 'bcfg2-admin compare -r' on an incorrect directory produces the following traceback: # bcfg2-admin compare -r bcfg2-0.8.7 bcfg2-0.9.2 Entry: tg-v070.uc.teragrid.org.xml Traceback (most recent call last):
IOError: Could not open file bcfg2-0.9.2/hostname.domainame.xml |
|||
#410 | desai | leggett | fixed | bcfg2-admin traceback |
Description |
[[email protected]:~/software/bcfg2-0.9.2/src/sbin]$ sudo bcfg2-admin Traceback (most recent call last):
IndexError?: list index out of range |
|||
#411 | desai | dclark | fixed | Printable Documentation |
Description |
Now that the doc is moving from XML files to the Wiki, there needs to be some way of printing out the Wiki documentation, as there is 50+ pages of docs, and reading large docs on surfaces other than paper can be annoying. The easiest solution I have found involves 2 Trac plugins and HTMLDOC:
I like doing (2) and (3) like this to maintain easy compatibility with bcfg2:
This solution will get you something that looks like this. The one downside of this is that there will not be a title page - that should be relatively easy to patch PageToPdfPlugin to do; the code to get the title info from Trac itself is already in the CombineWikiPlugin. I have an example of bcfg2 doc created with this; it was running from another trac wiki, and so pulled in the crap that frames the content text; that would not be the case within a wiki using the include plugin. |