--- HACKING.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/HACKING.md b/HACKING.md index adc3b37..363e589 100644 --- a/HACKING.md +++ b/HACKING.md @@ -695,10 +695,18 @@ USEFUL URLs <https://www.quagga.net> -* Patchwork tracks patches emailed to the quagga-dev list at: - - <http://patchwork.quagga.net/project/quagga/list/> * Bugs can be reported via Bugzilla at: - <http://bugzilla.quagga.net> + <https://bugzilla.quagga.net> + +* Buildbot runs CI tests, and is at: + + <https://buildbot.quagga.net> + + It tests commits and jobs submitted on local changes via + 'buildbot try ...' for developers. + +* Patchwork tracks any patches emailed to the quagga-dev list, and is at: + + <https://patchwork.quagga.net/project/quagga/list/> -- 2.7.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
