~zyga/checkbox/+git/checkbox:launchpad/snappy-1473947

Last commit made on 2015-08-13
Get this branch:
git clone -b launchpad/snappy-1473947 https://git.launchpad.net/~zyga/checkbox/+git/checkbox
Only Zygmunt Krynicki can upload to this branch. If you are Zygmunt Krynicki please log in for upload directions.

Branch merges

Branch information

Name:
launchpad/snappy-1473947
Repository:
lp:~zyga/checkbox/+git/checkbox

Recent commits

069690a... by Zygmunt Krynicki

providers: add dedicated namespace field and use less weird name

Signed-off-by: Zygmunt Krynicki <email address hidden>

4859f6f... by Zygmunt Krynicki

plainbox:provider_manager: integrate provider file with layouts

Signed-off-by: Zygmunt Krynicki <email address hidden>

bc4d05f... by Zygmunt Krynicki

plainbox:provider_manager: add snappy installation layout

This patch makes it possible to create an installation layout suitable
for Snappy Ubuntu Core systems.

Signed-off-by: Zygmunt Krynicki <email address hidden>

576edfb... by Zygmunt Krynicki

"automatic merge of lp:~zyga/checkbox/fix-1483410/ by tarmac [r=kissiel][bug=1483410][author=zyga]"

91b084a... by Zygmunt Krynicki

checkbox-support: don't remove keys from dictionary being iterated

I'm not quite sure how this worked earlier but it's clearly wrong. This patch
simply makes the outer loop iterate over a copy of all the keys in the
self.devices dictionary. This makes the .pop() function a few lines below
function as expected.

Fixes: https://bugs.launchpad.net/bugs/1483410
Signed-off-by: Zygmunt Krynicki <email address hidden>

09de6eb... by Zygmunt Krynicki

checkbox-support: correct test suite loader

This patch corrects a simple bug in the test suite loader that was previously
silently compensated by earlier versions of the standard library. The bug has
caused us to effectively import modules and packages from _inside_ the
checkbox_support package. For example, the module 'checkbox_support.dbus' was
imported simply as 'dbus'. This caused all kinds of understandable havoc. The
fix relies on the second, optional argument to defaultTestLoader.discover()
which lets us specify that we want to load 'checkbox_support' from the parent
directory.

Fixes: https://launchpad.net/bugs/1483410
Signed-off-by: Zygmunt Krynicki <email address hidden>

26a9a6f... by Launchpad Translations on behalf of checkbox-dev <>

Launchpad automatic translations update.

d19e249... by Maciej Kisielewski

"automatic merge of lp:~kissiel/checkbox/get-libs-wily/ by tarmac [r=zyga][bug=1483160][author=kissiel]"

c9976a2... by Zygmunt Krynicki

"automatic merge of lp:~zyga/checkbox/fix-1479648/ by tarmac [r=kissiel][bug=1479648][author=zyga]"

e8c5eb2... by Maciej Kisielewski

checkbox-touch: make vivid the source of pkgs in get-libs

Fixes: https://bugs.launchpad.net/checkbox-touch/+bug/1483160

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