~snappy-dev/snapd/+git/snapd-pawel:fix-snapctl-set-help

Last commit made on 2019-09-05
Get this branch:
git clone -b fix-snapctl-set-help https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-snapctl-set-help
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

411b799... by Paweł Stołowski

Fix snapctl set help which was incorrectly mentioning 'snap set'.

36c93bf... by Maciej Borzecki

Merge pull request #7410 from sergiocazzolato/tests-fix-proxy-no-core

tests: support fastly-global.cdn.snapcraft.io url on proxy-no-core test

a41f640... by Sergio Cazzolato

Support fastly-global.cdn.snapcraft.io on proxy-no-core test

This is to fix the error when a different than fastly.cdn.snapcraft.io
url is used to connect to fastly.

Error:
+ grep -q -E 'CONNECT fastly.cdn.snapcraft.io'
+ echo '-- Logs begin at Wed 2019-09-04 17:50:01 UTC, end at Wed
2019-09-04 18:06:49 UTC. --
Sep 04 18:06:12 sep041749-291349 systemd[1]: Starting /usr/bin/python3
/home/gopath/src/github.com/snapcore/snapd/tests/lib/tinyproxy/tinyproxy.py...
Sep 04 18:06:12 sep041749-291349 systemd[1]: Started /usr/bin/python3
/home/gopath/src/github.com/snapcore/snapd/tests/lib/tinyproxy/tinyproxy.py.
Sep 04 18:06:35 sep041749-291349 python3[24606]: starting tinyproxy on
port 3128
Sep 04 18:06:35 sep041749-291349 python3[24606]: Serving HTTP on 0.0.0.0
port 3128 ...
Sep 04 18:06:35 sep041749-291349 python3[24606]: 127.0.0.1 - -
[04/Sep/2019 18:06:35] "CONNECT api.snapcraft.io:443 HTTP/1.1" 200 -
Sep 04 18:06:36 sep041749-291349 python3[24606]: 127.0.0.1 - -
[04/Sep/2019 18:06:36] "CONNECT api.snapcraft.io:443 HTTP/1.1" 200 -
Sep 04 18:06:36 sep041749-291349 python3[24606]: 127.0.0.1 - -
[04/Sep/2019 18:06:36] "CONNECT fastly-global.cdn.snapcraft.io:443
HTTP/1.1" 200 -
Sep 04 18:06:40 sep041749-291349 python3[24606]: 127.0.0.1 - -
[04/Sep/2019 18:06:40] "CONNECT api.snapcraft.io:443 HTTP/1.1" 200 -'
+ echo 'Match for "CONNECT fastly.cdn.snapcraft.io" failed, retrying'
Match for "CONNECT fastly.cdn.snapcraft.io" failed, retrying
+ sleep 1
+ return 1

bfe4456... by Zygmunt Krynicki

Merge pull request #7397 from zyga/tweak/retry-quiet-switch

tests: add --quiet switch to retry-tool

ca6d71f... by Sergio Cazzolato

Merge pull request #7401 from sergiocazzolato/tests-travis-unstable-system

tests: add unstable stage for travis execution

e90eccb... by "John R. Lenton" <email address hidden>

Merge pull request #7405 from mvo5/disable-interfaces-timezone-control-19.10

tests: disable interfaces-timeserver-control on 19.10

6f563e4... by Sergio Cazzolato

Allowing stages with failures

8c2d75f... by Michael Vogt

tests: disable interfaces-timeserver-control on 19.10

This test keeps failing on 19.10. Disable it for now to unblock
master.

b10af91... by Maciej Borzecki

Merge pull request #7396 from zyga/tweak/is-classic-confinement-supported

tests: don't guess in is_classic_confinement_supported

f1f9a43... by Michael Vogt

Merge pull request #7398 from chipaca/boot-simplify

boot, etc: simplify BootParticipant (etc) usage