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

19 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
8198b3a2ec Fix RPM packages not being put in the artifact directories
Seemingly a FPM bug? I poked around in FPM for a while and /could
not/ get it to actually use --package at all, nor it's little -P.

So a quite move back into place should solve it instead.

Mildly Related Tag: https://github.com/bgp/stayrtr/issues/58
2023-01-23 14:42:56 +00:00
49dafacf1f Tweak Makefile to vet and build stayrtr and friends by default
In general I belive it's accepted that the default action of
Make is to build. This change does exactly that.
2023-01-19 11:45:16 +00:00
8e57e8e6e0 Add tests for rtrmon expiry logic 2022-07-12 14:40:22 +02:00
a9fde96027 Invert the usual CGO_ENABLED behavior to default to off. 2021-10-27 04:42:36 +00:00
cc539c43a5 Trim paths. Don't need all that cruft. 2021-10-26 11:34:39 +00:00
6d1c068d5a Docker cleanup
* Reduce all Dockerfiles to a single multi-staged one
* Updates GitHub Actions and also push the current git shortened SHA
2021-10-20 09:13:10 +00:00
eff66b2e0d More cleanups 2021-10-20 09:13:10 +00:00
eb60e4b5e9 Rebrand 2021-05-07 14:37:05 +00:00
6ec9302f8d fix Makefile bad merge 2020-11-23 18:18:57 -08:00
541b9dec1a fix indentation 2020-11-23 15:14:07 -08:00
87a1361398 build files 2020-11-23 15:11:56 -08:00
2b25113f49 fix debian packaging bug with no default config 2020-11-20 17:37:29 -08:00
3ff0fb0e84 Bugfix: makefile has typo and add rtrdump with packages 2020-02-27 14:22:02 -08:00
00dac583b9 Add RTRdump to Makefile for packaging for #43 2020-02-26 21:12:50 -08:00
60f8a6fe84 Filter and assertion implementation (#34)
* Possibility to read a slurm file (rfc8416) from an http/https endpoint or from a file
* Filters prefixes and adds new ones contained in the configuration
* Can output a new rpki.json which contains the updated prefixes and sign it (other GoRTR can consome from it)
2019-11-05 12:39:19 -08:00
7a9ba09d42 Add tests to Makefile and travis 2019-10-20 23:31:05 -07:00
ed4fdf5f87 Fix versioning in Dockerfile 2019-07-31 15:14:36 -07: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