lp:~kissiel/+git/checkbox-ng

Get this repository:
git clone https://git.qastaging.paddev.net/~kissiel/+git/checkbox-ng
Only Maciej Kisielewski can upload to this repository. If you are Maciej Kisielewski please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-1635630-bad-globbing 2016-10-31 20:52:10 UTC
launcher: enclose regex patterns in ^$ when invoking run

Author: Maciej Kisielewski
Author Date: 2016-10-31 20:52:10 UTC

launcher: enclose regex patterns in ^$ when invoking run

So checkbox doesn't run partially matched jobs, i.e.:

let's consider two jobs:

(...)foo
(...)foobar

When matching against .*foo, both will match as foo.
This patch encloses each pattern supplied to checkbox-cli run subcommand in
'^' and '$' anchors, so jobs' ids have to fully match.

Fixes: https://bugs.launchpad.net/checkbox-ng/+bug/1635630

Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>

add-subcommands 2016-10-12 08:58:35 UTC
checkbox-ng:launchers: remove shebang from checkbox_cli.py

Author: Maciej Kisielewski
Author Date: 2016-10-11 15:31:22 UTC

checkbox-ng:launchers: remove shebang from checkbox_cli.py

As it's no longer called as a cli-script

Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>

12 of 2 results
This repository contains Public information 
Everyone can see this information.