[Bug 1596629] Re: Support snap configuration

2017-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.20.1+16.10ubuntu2 --- snapd (2.20.1+16.10ubuntu2) yakkety; urgency=medium * New upstream release, LP: #1648520 - spread.yaml: update for ppc64el, i386, armhf -- Michael Vogt Tue, 03 Jan 2017 22:16:08 +0100 ** Changed in: snapd (Ub

[Bug 1596629] Re: Support snap configuration

2016-12-16 Thread Federico Gimenez
Verified on yakkety: $ apt-cache policy snapd snapd: Installed: 2.17.1+16.10ubuntu1 Candidate: 2.17.1+16.10ubuntu1 Version table: *** 2.17.1+16.10ubuntu1 500 500 http://archive.ubuntu.com/ubuntu yakkety-proposed/main amd64 Packages 100 /var/lib/dpkg/status 2.16+16.10ub

[Bug 1596629] Re: Support snap configuration

2016-12-16 Thread Federico Gimenez
The final "snap get" call was missing in the previous paste: $ sudo snap get spread-cron username blabla -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To

[Bug 1596629] Re: Support snap configuration

2016-12-08 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.17.1ubuntu1 --- snapd (2.17.1ubuntu1) xenial; urgency=medium * drop xdelta dependency snapd (2.17.1) xenial; urgency=medium * New upstream release, LP: #1637215: - release: os-release on core has changed - tests: /dev/ptmx does

[Bug 1596629] Re: Support snap configuration

2016-12-08 Thread Brian Murray
Hello Kyle, or anyone else affected, Accepted snapd into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapd/2.17.1+16.10ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Bug 1596629] Re: Support snap configuration

2016-12-02 Thread Mathew Hodson
** Changed in: snapd (Ubuntu Xenial) Importance: Undecided => Wishlist ** Changed in: snapd (Ubuntu Yakkety) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15966

[Bug 1596629] Re: Support snap configuration

2016-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.18+17.04ubuntu3 --- snapd (2.18+17.04ubuntu3) zesty; urgency=medium * disable ppc64el autopkgtest for now, it never worked but for some reason autopkgtest thinks it did at some point and asking for correction of the DB was not succ

[Bug 1596629] Re: Support snap configuration

2016-11-16 Thread Federico Gimenez
This feature is covered by these spread tests [1] [2], this is a successful execution of them [3]. [1] https://github.com/snapcore/snapd/blob/master/tests/main/snap-get/task.yaml [2] https://github.com/snapcore/snapd/blob/master/tests/main/snap-set/task.yaml [3] https://travis-ci.org/snapcore/snap

[Bug 1596629] Re: Support snap configuration

2016-11-15 Thread TreviƱo
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications about this bug

[Bug 1596629] Re: Support snap configuration

2016-11-04 Thread Andy Whitcroft
Hello Kyle, or anyone else affected, Accepted snapd into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapd/2.17.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com

[Bug 1596629] Re: Support snap configuration

2016-11-04 Thread Andy Whitcroft
Hello Kyle, or anyone else affected, Accepted snapd into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapd/2.17.1+16.10 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubu

[Bug 1596629] Re: Support snap configuration

2016-09-28 Thread Kyle Fazzari
Document `configure` hook: https://github.com/snapcore/snapd/pull/2024 ** Changed in: snapd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629

[Bug 1596629] Re: Support snap configuration

2016-09-27 Thread Kyle Fazzari
Note that config-changing has been renamed to configure. ** Description changed: Two commands will be supported: `snap set key=value` and `snap get key`. - `snap set` will cause the `config-changing` hook to be run within the - snap in question, which gives it an opportunity to respond to those

[Bug 1596629] Re: Support snap configuration

2016-09-27 Thread Kyle Fazzari
Rename apply-config to config-changing: https://github.com/snapcore/snapd/pull/2016 ** Description changed: Two commands will be supported: `snap set key=value` and `snap get key`. - These commands will communicate with the snap by way of two hooks: - apply-config and check-config. - - apply-c

[Bug 1596629] Re: Support snap configuration

2016-09-27 Thread Kyle Fazzari
snapctl get: https://github.com/snapcore/snapd/pull/1983 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications about this bug go to: https:

[Bug 1596629] Re: Support snap configuration

2016-09-27 Thread Kyle Fazzari
REST API behind snap get: https://github.com/snapcore/snapd/pull/1999 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications about this bug

[Bug 1596629] Re: Support snap configuration

2016-09-27 Thread Kyle Fazzari
Support for initial context and using it in REST API for snap set: https://github.com/snapcore/snapd/pull/2013 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration

[Bug 1596629] Re: Support snap configuration

2016-09-22 Thread Kyle Fazzari
snapctl set: https://github.com/snapcore/snapd/pull/1952 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications about this bug go to: https:

[Bug 1596629] Re: Support snap configuration

2016-09-08 Thread Kyle Fazzari
REST API behind the get/set commands: https://github.com/snapcore/snapd/pull/1866 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications abo

[Bug 1596629] Re: Support snap configuration

2016-09-07 Thread Kyle Fazzari
Snap get/set commands (with no real functionality just yet): https://github.com/snapcore/snapd/pull/1828 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To m