~pieq/bugit/+git/qabro:release-v0.14

Last commit made on 2020-09-28
Get this branch:
git clone -b release-v0.14 https://git.launchpad.net/~pieq/bugit/+git/qabro
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
release-v0.14
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

a3330f7... by Pierre Equoy

Bump to v0.14

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

Merge #390891 from ~pieq/qabro/+git/qabro:lp1892198-new-checkbox-session-dir

fec4472... by Pierre Equoy

doc: update changelog

2d4fea5... by Pierre Equoy

Add unit test for the new generic Checkbox sessions directory

35bd319... by Pierre Equoy

Search for Checkbox sessions in /var/tmp/checkbox-ng

Starting with checkbox-ng 1.10, the directory where the Checkbox
sessions are stored will be changed to /var/tmp/checkbox-ng/sessions/
(see joc's MR for more info[1]).

[1]
https://code.launchpad.net/~jocave/checkbox-ng/+git/checkbox-ng/+merge/389330

LP: #1892198

48f4aa7... by PMR <pmr@pmr-lander>

Merge #390812 from ~pieq/qabro/+git/qabro:changelog

Added a changelog file

0f71573... by Pierre Equoy

doc: add changelog

58d863d... by PMR <pmr@pmr-lander>

Merge #390065 from ~pieq/qabro/+git/qabro:fix-1887903-gi-snapd

c33317e... by Pierre Equoy

doc: add contributing guidelines

f0802ec... by Pierre Equoy

setup.py: add package requirements

This is useful when using a virtualenv to perform unit testing, as it
allows to install the required packages with a `pip install -e .[test]`
command.