summaryrefslogtreecommitdiffstats
path: root/snap
AgeCommit message (Collapse)Author
2018-10-29releaser: Prepare repository for 0.51-DEVhugoreleaser
[ci skip]
2018-10-29releaser: Bump versions for release of 0.50hugoreleaser
[ci skip]
2018-10-12snap: Set "extended" tag based on build_url on LaunchpadAnthony Fok
Read build_url from $SNAPCRAFT_IMAGE_INFO to determine whether to add the "extended" build tag or not. This allows us to do away with the extended-snap-master and extended-snap-stable branches.
2018-09-30snap: Add custom x-nodejs plugin to support ppc64el and s390xAnthony Fok
2018-09-30snap: Fetch mage with GO111MODULE=offAnthony Fok
2018-09-30snap: Revert 'Skip "mage -v test" due to build failure on Launchpad'Anthony Fok
This reverts commit 52ac85fbc4d4066b5e13df454593597df0166262.
2018-09-30snap: Use build-snaps instead of building go from sourceAnthony Fok
See https://forum.snapcraft.io/t/go-part-fails-with-go1-11-if-go-mod-exists-in-the-top-level-directory/7546/11
2018-09-25snap: Skip "mage -v test" due to build failure on LaunchpadAnthony Fok
The run "go test ./... -tags none" fails with multiple errors of use of internal package github.com/gohugoio/hugo/tpl/internal not allowed See https://launchpadlibrarian.net/390252700/buildlog_snap_ubuntu_xenial_amd64_hugo-dev_BUILDING.txt.gz I was unable to reproduce it with snapcraft in LXD on my local Debian laptop, so this error is still a mystery to me.
2018-09-25snap: Fix go plugin build failure by renaming go.modAnthony Fok
as a temporary workaround. See https://forum.snapcraft.io/t/go-plugin-go1-11-fails-if-go-mod-exists-in-the-top-level-directory/7546 and https://discourse.gohugo.io/t/hugo-0-48-released/13908/12
2018-09-25snap: Move snapcraft.yaml to snap/snapcraft.yamlAnthony Fok