From 09161da2013450f554c558456f3bb41b39d96e6f Mon Sep 17 00:00:00 2001 From: Francesco Di Nucci <72998205+d1nuc0m@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:45:39 +0200 Subject: [PATCH 1/2] Fix a link's formatting (#769) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80303ae..0ec5644 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Build and software organization tools. Conversation-driven development and management. -_See also: [/r/chatops](https://old.reddit.com/r/chatops)* +_See also: [/r/chatops](https://old.reddit.com/r/chatops)_ - [Eggdrop](https://www.eggheads.org/) - The oldest Internet Relay Chat (IRC) bot still in active development. ([Source Code](https://github.com/eggheads/eggdrop)) `GPL-2.0` `C` - [Errbot](https://errbot.io/) - Plugin based chatbot designed to be easily deployable, extensible and maintainable. ([Source Code](https://github.com/errbotio/errbot)) `GPL-3.0` `Python` From 02440def2b50615e8e37953fcb49c25393dae528 Mon Sep 17 00:00:00 2001 From: Francesco Di Nucci <72998205+d1nuc0m@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:24:07 +0200 Subject: [PATCH 2/2] Replace Bolt with OpenBolt (#768) Replace the now EULA-only Puppet Bolt with OpenBolt, community fork part of the OpenVox project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec5644..860db99 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ Build automation. - [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, a library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. ([Source Code](https://github.com/apache/ant)) `Apache-2.0` `Java` - [Apache Maven](https://maven.apache.org/) - Build automation tool mainly for Java. A software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. ([Source Code](https://github.com/apache/maven)) `Apache-2.0` `Java` - [Bazel](https://www.bazel.io/) - A fast, scalable, multi-language and extensible build system. Used by Google. ([Source Code](https://github.com/bazelbuild/bazel/)) `Apache-2.0` `Java` -- [Bolt](https://www.puppet.com/community/open-source/bolt) - You can use Bolt to run one-off tasks, scripts to automate the provisioning and management of some nodes, you can use Bolt to move a step beyond scripts, and make them shareable. ([Source Code](https://github.com/puppetlabs/bolt)) `Apache-2.0` `Ruby` - [GNU Make](https://www.gnu.org/software/make/) - The most popular automation build tool for many purposes, make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. ([Source Code](https://git.savannah.gnu.org/cgit/make.git)) `GPL-3.0` `C` - [Gradle](https://gradle.org/) - Another build automation system. ([Source Code](https://github.com/gradle/gradle)) `Apache-2.0` `Groovy/Java` +- [OpenBolt](https://voxpupuli.org/openvox/) - Orchestration tool to run orchestration workflows or one-off tasks/scripts to automate the provisioning and management of nodes. Community fork of the last open source version of [Puppet Bolt](https://help.puppet.com/bolt/current/topics/bolt.htm). ([Source Code](https://github.com/OpenVoxProject/openbolt)) `Apache-2.0` `Ruby` - [Rake](https://ruby.github.io/rake/) - Build automation tool similar to Make, written in and extensible in Ruby. ([Source Code](https://github.com/ruby/rake)) `MIT` `Ruby`