[SRU] New stable micro release 2.24

Bug #1650632 reported by Sergio Schvezov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
snapcraft (Ubuntu)
Fix Released
Undecided
Unassigned
Xenial
Fix Released
Undecided
Unassigned
Yakkety
Fix Released
Undecided
Unassigned
Zesty
Fix Released
Undecided
Unassigned

Bug Description

This is an SRU bug to release 2.24 of snapcraft which follows the guidelines defined in the wiki over at https://wiki.ubuntu.com/SnapcraftUpdates

The list of bugs and features in this release are defined at https://launchpad.net/snapcraft/+milestone/2.24 and https://launchpad.net/snapcraft/+milestone/2.24

Revision history for this message
Leo Arias (elopio) wrote :

These are the tests that have to pass before the update can land into xenial and yakkety:

help:

    Run snapcraft plugins.

plugins:

    Pull and build using a rust part.
        Check that the download happens only during pull.
    Build a python snap that has a read-only file.
    Build snaps with the maven, gradle, cmake, waf and scons plugins.
        Check that there is no build_properties deprecation warning.

parser:

    Parse using a part with origin-branch.
    Run snapcraft-parser -v

store:

    Run snapcraft registered and snapcraft list-registered.

errors:

    Try to build using an unrecognized source.

work-in-progress:

    Build a snap with aliases.
        Check that the snap yaml contains the aliases.
    Build a snap with classic confinement.
        Check that the snap yaml contains the right confinement.

snaps:

    Build the tomcat demo in an arch that's not amd64.
    Build the pulse audio snap from https://bugs.launchpad.net/snapcraft/+bug/1587358
        Check that libraries that end up on the snap are not the system libraries.

exploratory:

    Build snaps with prepare, build and install scriptlets.

Revision history for this message
Steve Langasek (vorlon) wrote : Proposed package upload rejected

An upload of snapcraft to xenial-proposed has been rejected from the upload queue for the following reason: "to be reuploaded without disabling of autopkgtests".

Revision history for this message
Steve Langasek (vorlon) wrote :

An upload of snapcraft to yakkety-proposed has been rejected from the upload queue for the following reason: "to be reuploaded without disabling of autopkgtests".

Revision history for this message
Steve Langasek (vorlon) wrote : Please test proposed package

Hello Sergio, or anyone else affected,

Accepted snapcraft into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapcraft/2.24+16.10 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in snapcraft (Ubuntu Yakkety):
status: New → Fix Committed
tags: added: verification-needed
Revision history for this message
Steve Langasek (vorlon) wrote :

Hello Sergio, or anyone else affected,

Accepted snapcraft into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapcraft/2.24 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in snapcraft (Ubuntu Xenial):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.24+17.04

---------------
snapcraft (2.24+17.04) zesty; urgency=medium

  [ Sergio Schvezov ]
  * meta: support classic confinement (#946)
  * project: support building classic snaps (#949)
  * pluginhandler: convert to package (#954)
  * tests: idempotent store installs. (#956)
  * demos: do not force arch for the tomcat demo (#976)
  * pluginhandler: install scriptlet support (#960)
  * pluginhandler: prepare scriptlet support (#987)
  * pluginhandler: build scriptlet support (#988)
  * New upstream release 2.24 (LP: #1650632)

  [ Leo Arias ]
  * tests: fix unittests for armhf (#945)
  * tests: Use a more stable ftp source (#950)
  * tests: use testtools as the base of all unit tests (#948)

  [ Marco Trevisan ]
  * parser: add support for origin-{branch,commit,tag} (#931)

  [ Chris MacNaughton ]
  * rust plugin: fetch dependencies in pull (#908)

  [ Larry Price ]
  * file_utils: catch PermissionError when attempting to replace contents in
    a readonly file (#892)

  [ Albert Astals Cid ]
  * sources: add source value to error message (#958)
  * cli: make plugins be an alias of list-plugins (#959)

  [ Joe Talbott ]
  * meta: add `aliases` support to `apps` (#947)
  * parser: Use the same version method as 'snapcraft' (#982)

  [ Kyle Fazzari ]
  * sources: convert to package. (#955)
  * sources: refactor base sources into module. (#957)
  * sources: refactor bazaar source into module. (#962)
  * sources: refactor deb source into module. (#963)
  * sources: refactor local source into module. (#961)
  * sources: refactor git source into module. (#964)
  * sources: refactor mercurial source into module. (#965)
  * sources: refactor rpm source into module. (#966)
  * sources: refactor script source into module. (#967)
  * sources: refactor subversion source into module. (#968)
  * sources: refactor tar source into module. (#969)
  * sources: refactor zip source into module. (#970)
  * pluginhandler: prefer in-snap libraries to system libraries. (#977)

  [ Celso Providelo ]
  * cli: implementing '[list-]registered' command (#890)
  * store: support download and validate on branded stores. (#981)

  [ Matthew Aguirre ]
  * maven plugin: implement get_build_properties() (#974)
  * gradle plugin: implement get_build_properties() (#975)
  * cmake plugin: implement get_build_properties() (#978)
  * waf plugin: implement get_build_properties() (#979)
  * scons plugin: implement get_build_properties() (#983)

 -- Sergio Schvezov <email address hidden> Fri, 16 Dec 2016 17:10:40 +0000

Changed in snapcraft (Ubuntu Zesty):
status: New → Fix Released
Revision history for this message
Leo Arias (elopio) wrote :

I installed snapcraft, snapcraft-examples and snapcraft-parser in clean xenial and yakkety vms. Then enabled -proposed and upgraded the three packages to 2.24.

Then I ran the tests mentions in the comment #1 above, and extensive exploratory building and running a variety of snaps. I could found no blockers for this release, so I'm marking it as verified.

Thanks Steve!

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.24

---------------
snapcraft (2.24) xenial; urgency=medium

  [ Sergio Schvezov ]
  * meta: support classic confinement (#946)
  * project: support building classic snaps (#949)
  * pluginhandler: convert to package (#954)
  * tests: idempotent store installs. (#956)
  * demos: do not force arch for the tomcat demo (#976)
  * pluginhandler: install scriptlet support (#960)
  * pluginhandler: prepare scriptlet support (#987)
  * pluginhandler: build scriptlet support (#988)
  * New upstream release 2.24 (LP: #1650632)

  [ Leo Arias ]
  * tests: fix unittests for armhf (#945)
  * tests: Use a more stable ftp source (#950)
  * tests: use testtools as the base of all unit tests (#948)

  [ Marco Trevisan ]
  * parser: add support for origin-{branch,commit,tag} (#931)

  [ Chris MacNaughton ]
  * rust plugin: fetch dependencies in pull (#908)

  [ Larry Price ]
  * file_utils: catch PermissionError when attempting to replace contents in
    a readonly file (#892)

  [ Albert Astals Cid ]
  * sources: add source value to error message (#958)
  * cli: make plugins be an alias of list-plugins (#959)

  [ Joe Talbott ]
  * meta: add `aliases` support to `apps` (#947)
  * parser: Use the same version method as 'snapcraft' (#982)

  [ Kyle Fazzari ]
  * sources: convert to package. (#955)
  * sources: refactor base sources into module. (#957)
  * sources: refactor bazaar source into module. (#962)
  * sources: refactor deb source into module. (#963)
  * sources: refactor local source into module. (#961)
  * sources: refactor git source into module. (#964)
  * sources: refactor mercurial source into module. (#965)
  * sources: refactor rpm source into module. (#966)
  * sources: refactor script source into module. (#967)
  * sources: refactor subversion source into module. (#968)
  * sources: refactor tar source into module. (#969)
  * sources: refactor zip source into module. (#970)
  * pluginhandler: prefer in-snap libraries to system libraries. (#977)

  [ Celso Providelo ]
  * cli: implementing '[list-]registered' command (#890)
  * store: support download and validate on branded stores. (#981)

  [ Matthew Aguirre ]
  * maven plugin: implement get_build_properties() (#974)
  * gradle plugin: implement get_build_properties() (#975)
  * cmake plugin: implement get_build_properties() (#978)
  * waf plugin: implement get_build_properties() (#979)
  * scons plugin: implement get_build_properties() (#983)

 -- Sergio Schvezov <email address hidden> Fri, 16 Dec 2016 17:10:40 +0000

Changed in snapcraft (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Steve Langasek (vorlon) wrote : Update Released

The verification of the Stable Release Update for snapcraft has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.24+16.10

---------------
snapcraft (2.24+16.10) yakkety; urgency=medium

  [ Sergio Schvezov ]
  * meta: support classic confinement (#946)
  * project: support building classic snaps (#949)
  * pluginhandler: convert to package (#954)
  * tests: idempotent store installs. (#956)
  * demos: do not force arch for the tomcat demo (#976)
  * pluginhandler: install scriptlet support (#960)
  * pluginhandler: prepare scriptlet support (#987)
  * pluginhandler: build scriptlet support (#988)
  * New upstream release 2.24 (LP: #1650632)

  [ Leo Arias ]
  * tests: fix unittests for armhf (#945)
  * tests: Use a more stable ftp source (#950)
  * tests: use testtools as the base of all unit tests (#948)

  [ Marco Trevisan ]
  * parser: add support for origin-{branch,commit,tag} (#931)

  [ Chris MacNaughton ]
  * rust plugin: fetch dependencies in pull (#908)

  [ Larry Price ]
  * file_utils: catch PermissionError when attempting to replace contents in
    a readonly file (#892)

  [ Albert Astals Cid ]
  * sources: add source value to error message (#958)
  * cli: make plugins be an alias of list-plugins (#959)

  [ Joe Talbott ]
  * meta: add `aliases` support to `apps` (#947)
  * parser: Use the same version method as 'snapcraft' (#982)

  [ Kyle Fazzari ]
  * sources: convert to package. (#955)
  * sources: refactor base sources into module. (#957)
  * sources: refactor bazaar source into module. (#962)
  * sources: refactor deb source into module. (#963)
  * sources: refactor local source into module. (#961)
  * sources: refactor git source into module. (#964)
  * sources: refactor mercurial source into module. (#965)
  * sources: refactor rpm source into module. (#966)
  * sources: refactor script source into module. (#967)
  * sources: refactor subversion source into module. (#968)
  * sources: refactor tar source into module. (#969)
  * sources: refactor zip source into module. (#970)
  * pluginhandler: prefer in-snap libraries to system libraries. (#977)

  [ Celso Providelo ]
  * cli: implementing '[list-]registered' command (#890)
  * store: support download and validate on branded stores. (#981)

  [ Matthew Aguirre ]
  * maven plugin: implement get_build_properties() (#974)
  * gradle plugin: implement get_build_properties() (#975)
  * cmake plugin: implement get_build_properties() (#978)
  * waf plugin: implement get_build_properties() (#979)
  * scons plugin: implement get_build_properties() (#983)

 -- Sergio Schvezov <email address hidden> Fri, 16 Dec 2016 17:10:40 +0000

Changed in snapcraft (Ubuntu Yakkety):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.