diff options
author | David Anderson <[email protected]> | 2017-01-31 02:26:41 -0800 |
---|---|---|
committer | David Anderson <[email protected]> | 2017-01-31 02:26:41 -0800 |
commit | 77fa9980b9f34a5dd58909748a7bf53d10333bec (patch) | |
tree | 6b1ad6463c7dc16d0128929c1d83b80e90b153d8 | |
parent | bfef4ba5a22a178fb4a64f0fe9d98fcfd53edee0 (diff) |
Attempt to create a package with no version name.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 545b2b2..ec9dc0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ script: - go test . - go vet . - golint . -- fpm -s dir -t deb -n tlsrouter -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor +- fpm -s dir -t deb -n tlsrouter -p tlsrouter.deb -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor "David Anderson <[email protected]>" --maintainer "David Anderson <[email protected]>" --description "TLS SNI router" --url "https://github.com/google/tlsrouter" ./tlsrouter=/usr/bin/tlsrouter ./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service |