~sylvain-pineau/checkbox-ng:xml-removal

Last commit made on 2017-11-09
Get this branch:
git clone -b xml-removal https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
xml-removal
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

8e701f5... by Sylvain Pineau

Remove XML/HEXR exporter support

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

Merge #332703 from checkbox-ng:release

Release_2017_Week43

1bdf3c1... by Sylvain Pineau

increment version to v0.36.0.dev0

85b7729... by Sylvain Pineau

Bump to v0.35.0

ba68641... by Sylvain Pineau

Bump to v0.35.0rc5

128c6a8... by Sylvain Pineau

Merge branch 'master' into release

5f6aba3... by PMR <pmr@pmr-lander>

Merge #331700 from ~kissiel/checkbox-ng:fix-tuple-unpack-trusty

ffda1b6... by Maciej Kisielewski

fix crash on trusty

'extending' tuple with
>>> t = (*t, new_item)
uses ideas from https://www.python.org/dev/peps/pep-0448/ which landed
in python 3.5.
Trusty runs with 3.4 so this patch replaces that beautiful code with an old
>>> t + ((new_item, ))

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

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

Merge #331566 from ~kissiel/checkbox-ng:global-snap-data-configs

2845cc0... by Maciej Kisielewski

consume configs from $SNAP_DATA

$SNAP_DATA/checkbox.conf is meant to be written by the configuration hook on
Snappy. This patch makes sure it's used later on.

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