~snappy-dev/snapd/+git/snapd-pawel:info-gettype

Last commit made on 2019-06-19
Get this branch:
git clone -b info-gettype https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
info-gettype
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

3d335f5... by Paweł Stołowski

Introduce GetType() function for snap.Info and rename Info.Type to SnapType to catch all cases where Type is read (or compared). This is preparation for "snapd" type handling.

60f5d5a... by Maciej Borzecki

Merge pull request #6680 from bboozzoo/bboozzoo/pprof

daemon: expose pprof endpoints

ce26992... by Michael Vogt

Merge pull request #7012 from bboozzoo/bboozzoo/osx-no-snap-pack

travis: disable snap pack on OSX

752a870... by Maciej Borzecki

travis: disable snap pack on OSX

Relevant build log:

Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 81, done.
remote: Counting objects: 100% (81/81), done.
remote: Compressing objects: 35% (26remote: Compressing objects: 100% (74/74), done.
remote: Total 81 (delta 7), reused 27 (delta 4), pack-reused 0
Unpacking objects: 100% (81/81), done.
Tapped 0 formulae (172 files, 244.2KB)
Error: undefined method `present?' for nil:NilClass
Please report this bug:
    https://github.com/Homebrew/homebrew-bundle/issues/
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/lib/bundle/brewfile.rb:12:in `path'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/lib/bundle/brewfile.rb:26:in `read'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/lib/bundle/commands/install.rb:9:in `run'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/cmd/brew-bundle.rb:75:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/Homebrew/Library/Homebrew/utils.rb:18:in `require?'
/usr/local/Homebrew/Library/Homebrew/brew.rb:105:in `<main>'
Error: Kernel.exit

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

51eac71... by "John R. Lenton" <email address hidden>

Merge pull request #7001 from chipaca/cohorts-snap-ops

client, cmd/snap: expose the new cohort options for snap ops

9d4e5e4... by John Lenton

cmd/snap: tweaks to messages and use local variables for switch

This addresses review feedback from @pedronis and @stolowski (thanks!)

8c3993f... by "John R. Lenton" <email address hidden>

Merge pull request #7002 from chipaca/tweak-switch-summary

overlord/snapstate: tweak switch summaries

0a7df99... by Maciej Borzecki

Merge pull request #6892 from sergiocazzolato/tests-improve-nested-execution

tests: reuse the image created initially for nested tests execution

1907f62... by Sergio Cazzolato

Merge branch 'master' into tests-improve-nested-execution

cf6a461... by Sergio Cazzolato

Merge pull request #7004 from bboozzoo/bboozzoo/create-asserts-disk

tests/lib/nested: tweak assert disk prepare step