From 864310f97429b56309322a0965169c581a002fee Mon Sep 17 00:00:00 2001 From: virtual-tdf Date: Wed, 4 Mar 2015 15:24:18 +0100 Subject: [PATCH] New category - Automation I've added new category - automation and added 4 open source automation build tools. Some of them are should be know by sysadmins. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 986f9a1..8f33ab9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php) * [Awesome Sysadmin](#awesome-sysadmin) + * [Automation](#automation) * [Backups](#backups) * [Cloning](#cloning) * [Cloud Computing](#cloud-computing) @@ -51,6 +52,14 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Websites](#websites) * [Contributing](#contributing) +## Automation +*Automation build.* + +* [GNU Make](http://www.amanda.org/) - The most popular automation build tool for many purposes. +* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. +* [Apache Ant](http://www.bacula.org/) - Automation build tool, similar to make, written in Java. +* [Gradle](http://gradle.org/) - Another open source build automation system. + ## Backups *Backup software.*