[SRU] New stable micro release 2.26

Bug #1659946 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.26 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.26 and https://launchpad.net/snapcraft/+milestone/2.26

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

Before this can be released to the updates pocket of the archive, the following tests need to pass:

plugins:
  * Make a godeps snap with the go-packages keyword.
  * Make a gradle snap without gradlew.
    * Check that the gradle binary is called instead.
  * Make a catkin snap.
    * Check that the compilers don't end up in the snap.
  * Make a snap with the autotools plugin.

sources:
  * Make a snap with a symlink to a directory.
    * Check that the symlink is preserved in the snap.

tour:
  * Make a cleanbuild of 20-PARTS-PLUGINS/01-reusable-part

parser:
  * Run snapcraft-parser.
    * Check that the parser cache is saved to $HOME/.cache

errors:
  * Try to make a snap with a summary too long.
  * Try to run snapcraft-parser using an unexisting index URL.
  * Try to run snapcraft-parser using a malformed index yaml.
  * Try to run snapcraft-parser with a missing part.
    * Check that the exit code is greater than 0.

store:
  * Try to log in with the wrong password.
    * Check that the error message and its colors make sense.

exploratory:
  * Make snaps with the desktop keyword in an app and push them to the edge channel in the store.
    * Check that the desktop files generated in the snap match the app name.
  * Make snaps with the snapcraft.yaml in the root of the project.
  * Make snaps with the snapcraft.yaml in the snap directory.
  * Make snaps with custom plugins in the parts/plugins directory.
  * Make snaps with custom plugins in the snap/plugins directory.
  * Make snaps with desktop and icon in the setup/gui directory.
  * Make snaps with desktop and icon in the snap/gui directory.
  * Make snaps with stage packages from other architectures.

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.26+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.26 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
Leo Arias (elopio) wrote :

I've run the tests mentioned in the comment #1 in xenial and yakkety, after upgrading the snapcraft packages from 2.25 to 2.26.

I found no blocker bugs, so I'm going to mark this bug 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.26+16.10

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

  [ Sergio Schvezov ]
  * misc: remove snapd "submodule". (#1051)
  * meta: ensure snap.yaml is desktop free. (#1053)
  * godeps plugin: support for go-packages. (#1057)
  * store: proper error colors for login failures. (#1055)
  * project: snapcraft.yaml in a snap directory. (#1073)
  * project: new plugin directory location. (#1082)
  * project: support for gui in snap. (#1083)
  * New upstream release 2.26 (LP: #1659946)

  [ Shawn Wang ]
  * store: fix sso_host for dev sso. (#1031)

  [ Matthew Aguirre ]
  * gradle plugin: update gradle plugin to support both gradle and
    gradlew. (#1024)

  [ Leo Arias ]
  * ci: use python2 to check the CLA (#1044)
  * ci: remove the old tarmac file. (#1072)
  * ui: add a space after the developer agreement prompt (#1065)
  * tests: use a temporary directory for snaps tests. (#1068)
  * tests: increase the timeout for the ros snap test, decrease the rest (#1067)
  * tests: add ubuntu user to sudoers on every adt platform. (#1091)

  [ Kyle Fazzari ]
  * schema: print allowed length for length failures. (#1056)
  * tour: add g++ as dependency to 01-reusable-part. (#1062)
  * file_utils: copy symlinks to directories as symlinks. (#1063)
  * repo: add multiarch support for stage packages. (#1050)
  * catkin plugin: don't stage compilers. (#1070)
  * sources: preserve symlinks to directories. (#1081)

  [ Bjorn Tillenius ]
  * python plugin: download all python packages using one command. (#1071)

  [ Olivier Tilloy ]
  * meta: proper Exec key in desktop files for apps named like their parent
    package. (#1061)
  * meta: rename desktop files to match the app names. (#1074)

  [ Marco Trevisan ]
  * options: use actual userspace architecture for building in 32bit (#1060)
  * autotools plugin: extend Make plugin instead of repeating code (#1076)

  [ Daniel Watkins ]
  * tests: don't wait for lxd networking in cleanbuild test. (#1087)

  [ Joe Talbott ]
  * parser: handle parser and network errors. (#1045)
  * parser: use an XDG directory for sources. (#1032)
  * parser: return an error code if an origin is missing a part. (#1058)

 -- Sergio Schvezov <email address hidden> Fri, 27 Jan 2017 20:38:10 +0000

Changed in snapcraft (Ubuntu Yakkety):
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.26

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

  [ Sergio Schvezov ]
  * misc: remove snapd "submodule". (#1051)
  * meta: ensure snap.yaml is desktop free. (#1053)
  * godeps plugin: support for go-packages. (#1057)
  * store: proper error colors for login failures. (#1055)
  * project: snapcraft.yaml in a snap directory. (#1073)
  * project: new plugin directory location. (#1082)
  * project: support for gui in snap. (#1083)
  * New upstream release 2.26 (LP: #1659946)

  [ Shawn Wang ]
  * store: fix sso_host for dev sso. (#1031)

  [ Matthew Aguirre ]
  * gradle plugin: update gradle plugin to support both gradle and
    gradlew. (#1024)

  [ Leo Arias ]
  * ci: use python2 to check the CLA (#1044)
  * ci: remove the old tarmac file. (#1072)
  * ui: add a space after the developer agreement prompt (#1065)
  * tests: use a temporary directory for snaps tests. (#1068)
  * tests: increase the timeout for the ros snap test, decrease the rest (#1067)
  * tests: add ubuntu user to sudoers on every adt platform. (#1091)

  [ Kyle Fazzari ]
  * schema: print allowed length for length failures. (#1056)
  * tour: add g++ as dependency to 01-reusable-part. (#1062)
  * file_utils: copy symlinks to directories as symlinks. (#1063)
  * repo: add multiarch support for stage packages. (#1050)
  * catkin plugin: don't stage compilers. (#1070)
  * sources: preserve symlinks to directories. (#1081)

  [ Bjorn Tillenius ]
  * python plugin: download all python packages using one command. (#1071)

  [ Olivier Tilloy ]
  * meta: proper Exec key in desktop files for apps named like their parent
    package. (#1061)
  * meta: rename desktop files to match the app names. (#1074)

  [ Marco Trevisan ]
  * options: use actual userspace architecture for building in 32bit (#1060)
  * autotools plugin: extend Make plugin instead of repeating code (#1076)

  [ Daniel Watkins ]
  * tests: don't wait for lxd networking in cleanbuild test. (#1087)

  [ Joe Talbott ]
  * parser: handle parser and network errors. (#1045)
  * parser: use an XDG directory for sources. (#1032)
  * parser: return an error code if an origin is missing a part. (#1058)

 -- Sergio Schvezov <email address hidden> Fri, 27 Jan 2017 20:38:10 +0000

Changed in snapcraft (Ubuntu Xenial):
status: Fix Committed → Fix Released
Steve Langasek (vorlon)
Changed in snapcraft (Ubuntu Zesty):
status: New → 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.