~kissiel/plainbox:exporters-fix

Last commit made on 2017-01-26
Get this branch:
git clone -b exporters-fix https://git.launchpad.net/~kissiel/plainbox
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
exporters-fix
Repository:
lp:~kissiel/plainbox

Recent commits

fe7dab5... by Maciej Kisielewski

commands: remove choice checking for --output-format in cmd_ phase

The problem was introduced with my "commands:cmd_session: don't
get_exporter_names() when not needed" 84e3b2c96566df7322a2dd661c260b60604b55bc.

For each subcommand that we have in plainbox we have split them to (at least)
two files. cmd_* and inv_*. The former having the declaration of arg and its
options and the latter having the implementation. This ensures that every
module that invocation needs is only loaded when we invoke the command.

With my 84e3b2 patch I removed checking of all available exporters in the cmd_
phase. This led to a plainbox starting up 4x faster. I left '?' as the only
possible value of --output-format, and when invoked with that arg, it would
actually pull all exporters from providers and list them, as it would run
through the inv_ phase.

fixes lp:1659508

Signed-off-by: Maciej Kisielewski <email address hidden>

dde539e... by PMR <pmr@pmr-lander>

Merge #313708 from ~kissiel/plainbox:add-verbosity

41bd0a4... by Maciej Kisielewski

add 'verboisty' field to launchers

Signed-off-by: Maciej Kisielewski <email address hidden>

e5e62ec... by PMR <pmr@pmr-lander>

Merge #313090 from plainbox:release

Release_2016_Week50

a8a85dc... by Pierre Equoy

increment version to v0.33.0.dev0

a5ac8c7... by Pierre Equoy

Bump to v0.32.0

8c8b093... by PMR <pmr@pmr-lander>

Merge #311944 from ~jocave/plainbox:preserve-snappy-env-vars

5d634ff... by Jonathan Cave

Preserve more environment variables on snappy

By default carry over all snappy environment variables
as they are key to understanding filesystem layout.

Also add LD_LIBRARY_PATH and GI_TYPELIB_PATH.

050878e... by Pierre Equoy

Bump to v0.32.0rc1

a578c31... by PMR <pmr@pmr-lander>

Merge #310064 from ~sylvain-pineau/plainbox:snappy-restart-with-sudo