summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-01-31 02:26:41 -0800
committerDavid Anderson <[email protected]>2017-01-31 02:26:41 -0800
commit77fa9980b9f34a5dd58909748a7bf53d10333bec (patch)
tree6b1ad6463c7dc16d0128929c1d83b80e90b153d8
parentbfef4ba5a22a178fb4a64f0fe9d98fcfd53edee0 (diff)
Attempt to create a package with no version name.
-rw-r--r--.travis.yml2
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