summaryrefslogtreecommitdiffstats
path: root/snap
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit 'generate' calls, fix release task (#9288)silverwind2019-12-081-1/+1
| | | | | | | | | | | * Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-1/+0
| | | | | | | | | | * use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen
* Update build tags for sqlite_unlock_notify (#5144)Mura Li2018-10-231-1/+1
|
* snap-packaging for gitea (#2568)Thorben2018-05-096-0/+384
* Modify tbraeutigam/gogs-snap for gitea * Fix building on 16.04 (manually build go-bindata). -> add _source.tar.bz2 to .gitignore (used by snapcraft cleanbuild) * Streamline Snap packaging: - Take advantage of install-hooks (snapd 2.27) - Use snapctl configuration storage for unchanging values * Move to using Snap Hooks for configuration * Missed re-adding daemon statement * Fix two warnings from Codacy.