diff options
author | Thorben <tbraeutigam@users.noreply.github.com> | 2018-05-09 16:52:51 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-05-09 22:52:51 +0800 |
commit | 14f16d6c2e8db1d99268c44a59aa86132c00eca3 (patch) | |
tree | f5d7a1076890bbbe6abdfea6f58b1c0ef3dae0af /.gitignore | |
parent | 02ecc03d6df8956075d151104e0e07f0d858d578 (diff) | |
download | gitea-14f16d6c2e8db1d99268c44a59aa86132c00eca3.tar.gz gitea-14f16d6c2e8db1d99268c44a59aa86132c00eca3.zip |
snap-packaging for gitea (#2568)
* 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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 94fbb8adc7..9a5f01bb94 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,13 @@ coverage.all /integrations/mysql.ini /integrations/pgsql.ini /node_modules + + +# Snapcraft +snap/.snapcraft/ +parts/ +stage/ +prime/ +*.snap +*.snap-build +*_source.tar.bz2 |