Skip to content

Commit 77fa998

Browse files
committed
Attempt to create a package with no version name.
1 parent bfef4ba commit 77fa998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- go test .
1616
- go vet .
1717
- golint .
18-
- fpm -s dir -t deb -n tlsrouter -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor
18+
- fpm -s dir -t deb -n tlsrouter -p tlsrouter.deb -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor
1919
"David Anderson <[email protected]>" --maintainer "David Anderson <[email protected]>"
2020
--description "TLS SNI router" --url "https://github.com/google/tlsrouter" ./tlsrouter=/usr/bin/tlsrouter
2121
./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service

0 commit comments

Comments
 (0)