1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

5 Commits

Author SHA1 Message Date
7944d8f2d5 Auto start stayrtr on debian flavors, create missing directories
Now you can actually install stayrtr from the deb/rpm's made by
the Makefile, and they work!

Tag: https://github.com/bgp/stayrtr/issues/58
2023-01-23 14:58:00 +00:00
b165bfeac8 Correct packaged systemd service not starting stayrtr correctly
The package installs in /usr/bin/ but the systemd unit starts
a binary (that wont exist) in /usr/local/bin

Sinec this service file is only ever mentioned in the Makefile
for packaging, I belive this is a bug fix that has no other side
effects.
2023-01-20 16:44:20 +00:00
58d82473ce feat: use goreleaser 2021-12-21 01:51:52 -08:00
eb60e4b5e9 Rebrand 2021-05-07 14:37:05 +00:00
ccb697c700 Packaging GoRTR
* Travis-CI now automatically compiles GoRTR for Linux, Mac OS and Windows
* Version number inserted at build time based on tag
* Packages deb/rpm
* Publishes into GitHub Releases
2019-07-31 12:54:44 -07:00