From 42f9bba7530c2ec52c4452bb52326113f7f886c8 Mon Sep 17 00:00:00 2001 From: "Jason W. Edgecombe" Date: Mon, 23 Jun 2014 10:33:42 -0400 Subject: [PATCH] Added Buildbot to the continuous integration section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fef5bc..4ed019a 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Continuous Integration *Continuous integration software.* +* [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration. * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.