Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-19 | debian: Update zh_CN translation | Roger Leigh | 1 | -1/+2 | |
2010-08-19 | po: Update zh_CN translation | Ji ZhengYu | 1 | -13/+8 | |
2010-08-19 | debian: Update it translation | Roger Leigh | 1 | -1/+2 | |
2010-08-19 | po: Update it translation | Vincenzo Campanella | 1 | -24/+20 | |
2010-08-19 | po: Update en translation | Roger Leigh | 1 | -3/+2 | |
2010-08-18 | debian: Split build into build-arch and build-indep rules | Roger Leigh | 4 | -14/+36 | |
Also split intall into install-arch and install-indep. Add doxygen and graphviz to Build-Dep-Indep. | |||||
2010-08-18 | debian: Bump version to 1.4.9-1 and close #593256 | Roger Leigh | 1 | -0/+8 | |
2010-08-18 | NEWS: Bump version to 1.4.9 | Roger Leigh | 1 | -1/+5 | |
2010-08-18 | sbuild::chroot: Hide priority deprecation warning on session reload | Roger Leigh | 1 | -0/+2 | |
2010-08-18 | build: Add separate doc rule to build API references | Roger Leigh | 2 | -6/+6 | |
Done in order to allow skipping doxygen doc build for binary- only builds. | |||||
2010-08-15 | debian: Upgrade to Standards Version 3.9.1release/schroot-1.4.8debian/schroot-1.4.8-1 | Roger Leigh | 2 | -2/+3 | |
2010-08-15 | NEWS: Document environment fixes | Roger Leigh | 1 | -0/+3 | |
2010-08-15 | debian: Close #512131 | Roger Leigh | 1 | -2/+4 | |
2010-08-15 | debian: Close #589082 and #589079 | Roger Leigh | 1 | -1/+4 | |
2010-08-15 | po: Update | Roger Leigh | 10 | -10/+49 | |
2010-08-15 | po: Update fr translation | Thomas Blein | 1 | -52/+48 | |
2010-08-15 | po: Add Danish translation | Joe Hansen | 2 | -0/+1384 | |
2010-08-07 | debian: Close #589658 | Roger Leigh | 1 | -1/+3 | |
2010-08-07 | build: Fix check for boost::program_options::variables_map | Zach Carter | 1 | -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-07 | sbuild::chroot: Validate chroot name with is_valid_sessionname | Roger Leigh | 1 | -0/+9 | |
2010-08-07 | schroot::options_base: Validate session name with is_valid_sessionname | Roger Leigh | 1 | -0/+10 | |
2010-08-07 | debian: Close #589889 | Roger Leigh | 1 | -1/+3 | |
2010-08-07 | sbuild::chroot_config: Replace is_valid_filename with is_valid_sessionname | Zach Carter | 3 | -1/+26 | |
Add is_valid_sessionname to sbuild-util.cc. The matching is less strict than is_valid_filename. | |||||
2010-07-28 | debian: Close #589830 and #589917 | Roger Leigh | 1 | -1/+4 | |
2010-07-28 | sbuild::auth: Always preserve HOME and SHELL | Roger Leigh | 1 | -17/+15 | |
2010-07-13 | debian: Close #588963 | Roger Leigh | 1 | -1/+2 | |
2010-07-13 | po: Update de translation | Holger Wansing | 1 | -22/+13 | |
2010-07-11 | man: Document chroot namespaces | Roger Leigh | 1 | -8/+54 | |
2010-07-11 | schroot::main_base: Remove debugging statement | Roger Leigh | 1 | -1/+0 | |
2010-07-11 | sbuild::chroot_config: Add get_namespace helper | Roger Leigh | 1 | -47/+33 | |
Add helper function to split a name into namespace and chroot. | |||||
2010-07-11 | schroot::main_base: Use find_alias rather than find_chroot | Roger Leigh | 1 | -2/+2 | |
This is to cope with compatibility names which are stored only in the alias table. | |||||
2010-07-11 | man: Document deprecation of priority | Roger Leigh | 1 | -1/+3 | |
2010-07-11 | etc: Remove priority from schroot.conf examples | Roger Leigh | 1 | -8/+0 | |
2010-07-11 | debian: Bump version to 1.4.8-1 | Roger Leigh | 1 | -2/+8 | |
2010-07-11 | Document namespaces and undocumented return types | Roger Leigh | 21 | -16/+100 | |
2010-07-11 | sbuild::session: Don't use sbuild::chroot_config | Roger Leigh | 15 | -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-11 | po: Update cs translation | Miroslav Kure | 2 | -227/+194 | |
2010-07-11 | po: Remove redundant line numbering | Roger Leigh | 12 | -4060/+12 | |
Should reduce diff sizes and make merging vastly easier. | |||||
2010-07-11 | po: Update | Roger Leigh | 11 | -1303/+1548 | |
2010-07-11 | TODO: Remove completed namespace work | Roger Leigh | 1 | -12/+1 | |
2010-07-11 | sbuild::chroot_facet_session: Remove completed todo item | Roger Leigh | 1 | -1/+0 | |
2010-07-11 | doc: Update doxygen configuration to 1.6.3 | Roger Leigh | 2 | -1362/+1436 | |
2010-07-11 | doc: Explicitly list missing documentation | Roger Leigh | 3 | -2/+13 | |
2010-07-11 | sbuild: Update doxygen comments | Roger Leigh | 16 | -37/+219 | |
Also adjust sbuild::chroot_block_device_base to match the docs. | |||||
2010-07-11 | sbuild::chroot: Remove session_id | Roger Leigh | 16 | -171/+107 | |
This had exactly the same function as the chroot name, so merge into a single property. | |||||
2010-07-11 | sbuild::chroot: Deprecate "priority" key | Roger Leigh | 1 | -1/+1 | |
2010-07-11 | NEWS: Update descriptions | Roger Leigh | 1 | -5/+14 | |
2010-07-11 | NEWS: Bump version to 1.4.8 and document namespace changes | Roger Leigh | 1 | -1/+37 | |
2010-07-11 | sbuild::chroot_config: validate canonicalises namespace | Roger Leigh | 5 | -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-11 | sbuild::chroot_config: Add session chroot compatibility alias | Roger Leigh | 1 | -0/+9 | |