This commit adds new make targets for rpm, deb, and pacman packages. It also adds a phony target that uploads tarballs of the packages, along with their signed (and unsigned) checksums to the github release page. Once the current commit is tagged as a release, run `make release` to build the packages and upload them to github.
17 lines
155 B
Plaintext
17 lines
155 B
Plaintext
.idea/
|
|
.omv/
|
|
.ssh/
|
|
.vagrant/
|
|
.envrc
|
|
old/
|
|
tmp/
|
|
*_stringer.go
|
|
bindata/*.go
|
|
mgmt
|
|
mgmt.static
|
|
# crossbuild artifacts
|
|
build/mgmt-*
|
|
mgmt.iml
|
|
rpmbuild/
|
|
releases/
|