Bug#705968: schroot: --session-name should work with automatic sessions

2015-12-28 Thread Daniel Shahaf
Control: tags -1 + patch How about the following patch? (against 1.6.10-1) [[[ --- bin/schroot/schroot-options-base.cc +++ bin/schroot/schroot-options-base.cc @@ -261,7 +261,8 @@ options_base::check_actions () throw error(_("Unknown action specified")); } - if (!this->session_name.

Bug#705968: schroot: --session-name should work with automatic sessions

2015-12-28 Thread Daniel Shahaf
Control: tags -1 + patch How about the following patch? (against 1.6.10-1) [[[ --- bin/schroot/schroot-options-base.cc +++ bin/schroot/schroot-options-base.cc @@ -261,7 +261,8 @@ options_base::check_actions () throw error(_("Unknown action specified")); } - if (!this->session_name.

Bug#705968: schroot: --session-name should work with automatic sessions

2013-04-22 Thread Roger Leigh
Package: schroot Version: 1.6.0-1 Severity: wishlist Currently, --session-name only works when using manual session creation. It does not work with automatic sessions. It would be useful for --session-name to work for automatic sessions as well, and for the option handling code to relax its chec