I have this snapcraft.yaml:
https://github.com/wekan/wekan/blob/devel/snapcraft.yaml
I did try to make Wekan release, and got errors in todays’s snap build log:
https://launchpadlibrarian.net/366543875/buildlog_snap_ubuntu_xenial_amd64_wekan-devel_BUILDING.txt.gz
That log has links that go to 404 pages:
DEPRECATED: The ‘prepare’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn7 for more information.
DEPRECATED: The ‘build’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn8 for more information.
DEPRECATED: The ‘install’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn9 for more information.
Are these really deprecated? Or how to fix snapcraft.yaml ?
I do also have GitHub issue about this:
https://github.com/wekan/wekan-snap/issues/45