summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-19debian: Update zh_CN translationRoger Leigh1-1/+2
2010-08-19po: Update zh_CN translationJi ZhengYu1-13/+8
2010-08-19debian: Update it translationRoger Leigh1-1/+2
2010-08-19po: Update it translationVincenzo Campanella1-24/+20
2010-08-19po: Update en translationRoger Leigh1-3/+2
2010-08-18debian: Split build into build-arch and build-indep rulesRoger Leigh4-14/+36
Also split intall into install-arch and install-indep. Add doxygen and graphviz to Build-Dep-Indep.
2010-08-18debian: Bump version to 1.4.9-1 and close #593256Roger Leigh1-0/+8
2010-08-18NEWS: Bump version to 1.4.9Roger Leigh1-1/+5
2010-08-18sbuild::chroot: Hide priority deprecation warning on session reloadRoger Leigh1-0/+2
2010-08-18build: Add separate doc rule to build API referencesRoger Leigh2-6/+6
Done in order to allow skipping doxygen doc build for binary- only builds.
2010-08-15debian: Upgrade to Standards Version 3.9.1release/schroot-1.4.8debian/schroot-1.4.8-1Roger Leigh2-2/+3
2010-08-15NEWS: Document environment fixesRoger Leigh1-0/+3
2010-08-15debian: Close #512131Roger Leigh1-2/+4
2010-08-15debian: Close #589082 and #589079Roger Leigh1-1/+4
2010-08-15po: UpdateRoger Leigh10-10/+49
2010-08-15po: Update fr translationThomas Blein1-52/+48
2010-08-15po: Add Danish translationJoe Hansen2-0/+1384
2010-08-07debian: Close #589658Roger Leigh1-1/+3
2010-08-07build: Fix check for boost::program_options::variables_mapZach Carter1-1/+1
Use boost::program_options::variables_map rather than boost::program_options::variables_map::variables_map. For some reason the latter worked on Debian but not on Fedora. The former is correct on all systems.
2010-08-07sbuild::chroot: Validate chroot name with is_valid_sessionnameRoger Leigh1-0/+9
2010-08-07schroot::options_base: Validate session name with is_valid_sessionnameRoger Leigh1-0/+10
2010-08-07debian: Close #589889Roger Leigh1-1/+3
2010-08-07sbuild::chroot_config: Replace is_valid_filename with is_valid_sessionnameZach Carter3-1/+26
Add is_valid_sessionname to sbuild-util.cc. The matching is less strict than is_valid_filename.
2010-07-28debian: Close #589830 and #589917Roger Leigh1-1/+4
2010-07-28sbuild::auth: Always preserve HOME and SHELLRoger Leigh1-17/+15
2010-07-13debian: Close #588963Roger Leigh1-1/+2
2010-07-13po: Update de translationHolger Wansing1-22/+13
2010-07-11man: Document chroot namespacesRoger Leigh1-8/+54
2010-07-11schroot::main_base: Remove debugging statementRoger Leigh1-1/+0
2010-07-11sbuild::chroot_config: Add get_namespace helperRoger Leigh1-47/+33
Add helper function to split a name into namespace and chroot.
2010-07-11schroot::main_base: Use find_alias rather than find_chrootRoger Leigh1-2/+2
This is to cope with compatibility names which are stored only in the alias table.
2010-07-11man: Document deprecation of priorityRoger Leigh1-1/+3
2010-07-11etc: Remove priority from schroot.conf examplesRoger Leigh1-8/+0
2010-07-11debian: Bump version to 1.4.8-1Roger Leigh1-2/+8
2010-07-11Document namespaces and undocumented return typesRoger Leigh21-16/+100
2010-07-11sbuild::session: Don't use sbuild::chroot_configRoger Leigh15-109/+93
Previously a chroot_config object was used to look up chroots, but now we simply pass it a list of chroot objects to operate on. This means name lookups can't fail, since they all get done much earlier. Alter dependent session and session-using code to provide a chroot object list rather than a name list.
2010-07-11po: Update cs translationMiroslav Kure2-227/+194
2010-07-11po: Remove redundant line numberingRoger Leigh12-4060/+12
Should reduce diff sizes and make merging vastly easier.
2010-07-11po: UpdateRoger Leigh11-1303/+1548
2010-07-11TODO: Remove completed namespace workRoger Leigh1-12/+1
2010-07-11sbuild::chroot_facet_session: Remove completed todo itemRoger Leigh1-1/+0
2010-07-11doc: Update doxygen configuration to 1.6.3Roger Leigh2-1362/+1436
2010-07-11doc: Explicitly list missing documentationRoger Leigh3-2/+13
2010-07-11sbuild: Update doxygen commentsRoger Leigh16-37/+219
Also adjust sbuild::chroot_block_device_base to match the docs.
2010-07-11sbuild::chroot: Remove session_idRoger Leigh16-171/+107
This had exactly the same function as the chroot name, so merge into a single property.
2010-07-11sbuild::chroot: Deprecate "priority" keyRoger Leigh1-1/+1
2010-07-11NEWS: Update descriptionsRoger Leigh1-5/+14
2010-07-11NEWS: Bump version to 1.4.8 and document namespace changesRoger Leigh1-1/+37
2010-07-11sbuild::chroot_config: validate canonicalises namespaceRoger Leigh5-9/+64
This means all chroot names in use have a valid namespace. schroot can use the session namespace for searching when running sessions etc.
2010-07-11sbuild::chroot_config: Add session chroot compatibility aliasRoger Leigh1-0/+9