UbuntuUpdates.org

Package "snapcraft"

Name: snapcraft

Description:

easily craft snaps

Latest version: 2.8.4
Release: xenial (16.04)
Level: base
Repository: universe
Homepage: https://github.com/ubuntu-core/snapcraft

Links


Download "snapcraft"


Other versions of "snapcraft" in Xenial

Repository Area Version
security universe 2.43.1+16.04.1
updates universe 2.43.1+16.04.1

Packages in group

Deleted packages are displayed in grey.


Changelog

Version: 2.8.4 2016-04-21 02:06:34 UTC

  snapcraft (2.8.4) xenial; urgency=medium

  [ Sergio Schvezov ]
  * Use series 16 by default instead of rolling-core (#477) (LP: #1572602)
  * kernel plugin: iterate over modules to add to initrd (#476) (LP: #1572118)

  [ Kyle Fazzari ]
  * Follow symlinks while hard-linking migrated files. (#478) (LP: #1572664)

 -- Sergio Schvezov <email address hidden> Wed, 20 Apr 2016 19:15:32 -0300

Source diff to previous version
1572602 Support series 16 for downloads
1572118 kernel plugin _make_initrd fails to add given modules
1572664 Migrated files don't follow symlinks if they're hard linked

Version: 2.8.3 2016-04-20 03:06:36 UTC

  snapcraft (2.8.3) xenial; urgency=medium

  [ Kyle Fazzari ]
  * docs/intro.md: Fix broken developer reference link. (#456) (LP: #1558296)
  * Nil plugin: Make purpose more clear in documentation. (#455) (LP: #1549691)
  * Use colors for logging. (#474) (LP: #1572186)

  [ Leo Arias ]
  * Update the snapcraft-coverage script to use the internal dirs (#471)
    (LP: #1571696)

  [ Sergio Schvezov ]
  * Fix shell quoting (#473) (LP: #1572129)

 -- Sergio Schvezov <email address hidden> Tue, 19 Apr 2016 17:59:45 -0300

Source diff to previous version
1558296 snappy build-apps broken link to devel ref page
1549691 Improve documentation for the nil plugin
1572186 Snapcraft log would be much easier to understand with colors
1571696 snapcraft-coverage fails with 'No module named 'snapcraft.dirs'
1572129 Exec wrapper uses the wrong expansion

Version: 2.8.2 2016-04-18 18:06:33 UTC

  snapcraft (2.8.2) xenial; urgency=medium

  * Don't expose broken or fragile APIs to plugins (LP: #1571264)
  * catkin plugin: use ProjectOptions for repo setup (#468) (LP: #1571446)
  * qml plugin: remove broken plugin (#469) (LP: #1551343)

 -- Sergio Schvezov <email address hidden> Mon, 18 Apr 2016 10:06:15 -0300

Source diff to previous version
1571264 internal api needs to be explicit
1571446 catkin plugin fails to work
1551343 Remove qml plugin

Version: 2.8.1 2016-04-16 18:07:17 UTC

  snapcraft (2.8.1) xenial; urgency=medium

  [ Simon Busch ]
  * Correctly pass arguments to Cleanbuilder (#458) (LP: #1570706)

  [ Sergio Schvezov ]
  * Only add cross build packages when cross compiling. (#451) (LP: #1570414)
  * Fix store downloading (#452) (LP: #1569734)

  [ Kyle Fazzari ]
  * Add support for s390x architecture. (#461) (LP: #1570835)
  * Add SNAP_LIBRARY_PATH to LD_LIBRARY_PATH. (#462) (LP: #1570945)
  * Kernel plugin: Support lzma/xz-compressed initrd. (#463) (LP: #1569337)

 -- Kyle Fazzari <email address hidden> Fri, 15 Apr 2016 23:35:47 +0000

Source diff to previous version
1570706 Snapcraft cleanbuild command doesn't work
1570414 Snapcraft doesn't check if cross-compiling before trying to install necessary tools
1569734 snapcraft kernel: Failed to download 'ubuntu-core/edge'
1570835 snapcraft 2.8 fails on s390x
1570945 Add SNAP_LIBRARY_PATH to LD_LIBRARY_PATH
1569337 snapcraft kernel plugin needs to check compression method of the initrd before trying to unpack it

Version: 2.8 2016-04-14 15:07:03 UTC

  snapcraft (2.8) xenial; urgency=medium

  [ Didier Roche ]
  * Support .git extension detection (LP: #1566153)

  [ Kyle Fazzari ]
  * Copy plugin: Follow symlinks if outside of snap. (LP: #1532515)
  * Lifecycle: Check to see if prerequisite is already built. (#431)
    (LP: #1537790)
  * Clean command: Don't automatically clean reverse dependencies. (#436)
    (LP: #1568004)
  * Library crawling: Make ldd failure non-fatal. (#440) (LP: #1569280)
  * Automatically re-strip if dirty. (#442) (LP: #1477904)
  * Automatically re-stage if dirty. (#443) (LP: #1477904)
  * Detect dirty build step. (#447) (LP: #1477904)
  * Detect dirty pull step. (#448) (LP: #1477904)

  [ Sergio Schvezov ]
  * Precedence and library path ordering. (LP: #1548232)
  * Converge all commands into one (#433) (LP: #1567058, #1567041)
  * Make geoip optional and local sources a default (#430)
    (LP: #1536691, #1561068)
  * Remove global state attributes from snapcraft.common (#434) (LP: #1551849)
  * Remove support and mentions of the config hook. (#437) (LP: #1568826)
  * Remove `old-security`. Use proper interfaces. (#441) (LP: #1569452)
  * Make meta a class in snapcraft.internal.meta (#444) (LP: #1551849)
  * Move common directories to ProjectOptions (#445) (LP: #1551849)
  * debian/control: Update Standards-Version.

  [ Leo Arias ]
  * Add a test for the mosquitto example. (#418) (LP: #1564181)
  * Update the snap command in examples tests. (#439) (LP: #1569401)

  [ Vincent Ladeuil ]
  * VCS tools are test dependencies, they should be installed to run the
    tests or the tests should be skipped. (#427) (LP: #1566882)

 -- Sergio Schvezov <email address hidden> Wed, 13 Apr 2016 21:37:32 -0300

1566153 Snapcraft should detect .git extension as source_type='git'
1532515 Copy plugin should follow symlinks that point outside of the snap
1537790 lifecycle: rebuild with snapcraft clean part1; snapcraft build part1 breaks if part1 has an 'after' field
1568004 Clean: Don't automatically clean reverse dependencies.
1569280 Snapcraft fails to strip go binaries on arm
1477904 snapcraft.yaml needs to make all stages dirty (was: the can't add file without recreating entire package)
1548232 Snapcraft messes with include path precedence in unhealthy ways
1567058 commands are messy with module loading
1536691 Missing option to disable geoip for fetching stage-/build-packages
1551849 Get rid of global state
1568826 Remove configuration incantations
1569452 Update snapcraft to use new interfaces
1564181 missing test for the mosquitto example
1569401 example tests are failing because they call the old snappy command
1566882 vcs tools integration tests should declare their dependencies



About   -   Send Feedback to @ubuntu_updates