~pieq/bugit/+git/qabro:lp1892198-new-checkbox-session-dir

Last commit made on 2020-09-17
Get this branch:
git clone -b lp1892198-new-checkbox-session-dir 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:
lp1892198-new-checkbox-session-dir
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

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.

e396aa0... by Pierre Equoy

Add initial unit tests

e6f65ac... by Pierre Equoy

Use $SNAPCRAFT_ARCH_TRIPLET instead of amd64-specific string in snapcraft.yaml

`x86_64-linux-gnu` is an amd64-specific string, and might create
problems on armhf and arm64 platforms. Using `$SNAPCRAFT_ARCH_TRIPLET`
let snapcraft use the right architecture folder.