~mvo/snapd/+git/snapd-mvo:snap-debug-start-time

Last commit made on 2018-11-21
Get this branch:
git clone -b snap-debug-start-time https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-debug-start-time
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

d0dd4f7... by Michael Vogt

snap,snap-exec: add SNAP_DEBUG_START_TIME environment

This helps analyzing the startup overhead that snap-{run,confine,exec}
impose on top of the actual application. Its important to measure
this to know what part of the startup is the snapcraft wrappers and
what part is our own namespace setup.

7e83d8c... by "John R. Lenton" <email address hidden>

Merge pull request #6176 from chipaca/max-description-length

snap: check max description length in validate

fff32f0... by Sergio Cazzolato

Merge pull request #6168 from bboozzoo/bboozzoo/centos-spread

spread, tests: add CentOS support

508bf6d... by Zygmunt Krynicki

Merge pull request #6167 from zyga/fix/lp-1803903

cmd/snap-confine: allow mapping more libc shards

55077db... by John Lenton

snap: check max description length in validate

Without this change a snap could have an arbitrarily long description,
which can lead to a poor user experience in a number of ways. This
limits it to 4000 bytes, which ought to be enough for anybody.

f3f1b14... by Zygmunt Krynicki

Merge pull request #6150 from zyga/feature/user-mount-ns-8

cmd/snap-discard-ns: add support for --from-snap-confine

7ca8cfd... by Maciej Borzecki

Merge pull request #6175 from mvo5/tinyproxy-notify

tests: make tinyproxy support systemd notify

cb36002... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/centos-spread

70becf4... by Maciej Borzecki

tests: more test tweaks for CentOS

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

7626df4... by Michael Vogt

Merge pull request #6169 from bboozzoo/bboozzoo/quick-shellcheck-fix

tests: fix shellcheck