Browse Source

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.
virtual-tdf 11 years ago
parent
commit
f0b8c87f1b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
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.*