summaryrefslogtreecommitdiff
path: root/HACKING
AgeCommit message (Collapse)AuthorFilesLines
2012-07-18HACKING: Document git use and release processRoger Leigh1-2/+76
2011-11-27Document directory fallbacks in manual pagesRoger Leigh1-43/+2
2007-05-28* HACKING: Document tests for process termination.Roger Leigh1-3/+12
2006-08-19* HACKING: Document additional directory fallback checks.Roger Leigh1-4/+22
* schroot/schroot.1.in, dchroot/dchroot.1.in, dchroot-dsa/dchroot-dsa.1.in: Document directory option. * schroot/schroot-main-base.cc (run_impl): If a directory option was specified, set the auth wd member. * schroot/schroot-options.cc, dchroot/dchroot-options.cc, dchroot-dsa/dchroot-dsa-options.cc: (add_options): Add directory option. * schroot/schroot-options-base.h: Add directory member, used to specify the directory inside the chroot.
2006-07-29* Update manual pages.Roger Leigh1-18/+31
* sbuild/sbuild-lock.h: Add missing virtual specifier from virtual methods in derived lock classes. * sbuild/sbuild-session.cc: Remove use of excess braces when throwing exceptions. (get_shell): Use log_exception_warning. * Remove incorrect and misplaced comments. * Update translator comments. * Update API reference to document all missing and incomplete documentation.
2006-07-14* HACKING: Document manual chroot fallback testing.Roger Leigh1-0/+35
2006-07-14* schroot/schroot.conf.5.in: Minor whitespace cleanup.Roger Leigh1-0/+19
* TODO: Remove completed item. * Updated British English translation. * Apply quoting style to all sources. * HACKING: Document quoting style for format strings.
2006-07-14* HACKING: Document how to build the printed documentation.Roger Leigh1-2/+3
* Makefile.am: Add ps and pdf phony targets. * doc/Makefile.am: Add rules to make PS and PDF manuals.
2006-07-14* Update all documentation to use the style guidelines.Roger Leigh1-0/+31
* Makefile.am: Distribute HACKING. * HACKING: New file. Document manual page style guidelines.