~mvo/snapd/+git/snapd-mvo:feature/rename-to-squashfs

Last commit made on 2015-11-18
Get this branch:
git clone -b feature/rename-to-squashfs https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
feature/rename-to-squashfs
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

1ad49c9... by Michael Vogt

snappy/snapp_snapfs_test.go: remove unneeded aaClickHookCmd

8616bb8... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into feature/rename-to-squashfs

13749d2... by Michael Vogt

Rename "snapfs" to "squashfs"

Gustavo suggested this rename in an earlier code review and it
does make sense, its a squashfs based snap.

f0f6395... by Gustavo Niemeyer

Merge pull request #109 from chipaca/private-lock-caps

move caps.Repository's Mutex to be private

38dbe62... by John Lenton

move caps.Repository's Mutex to be private

c08f1e7... by Michael Vogt

Merge pull request #98 from mvo5/feature/bootloader-global-rootdir

Honor global rootdir in partition/ package

ee30d11... by Michael Vogt

Merge pull request #97 from mvo5/feature/reboot-simplify

Simplify showRebootMessage code

cb0ecfc... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into feature/reboot-simplify

643d26c... by Gustavo Niemeyer

Merge pull request #93 from chipaca/licentious

Handle licensing via expecting more things in the action struct.

6143174... by John Lenton <email address hidden>

Merge pull request #103 from chipaca/lock-caps

use a sync.Mutex to protect the inner caps map from concurrent access