Files | Admin

Notes:

Release Name: 0.2

Notes:
This project is inspired by kdesvn-build[http://kdesvn-build.kde.org/].

It help in building and maintaining a development environment. It downloads
and configures sources and updates them later.


Changes: == 0.2 - Features * Implement include directive. * Implement feature directive. * Group modules into features. * Enable/Disable features. * Implement "gc" command. * execute "git gc" for all git repositories. * Implement build-system "None". * Implement vcs "archive". - Download an archive. - Unpack it. * Add a database - Keep record of executed commands and results - Command "history" to query the commands. - no argument -> show last 50 commands - number -> show detailed info about that command - +number -> show detailed info about number last command +0 = last +1 = next to last ... - -> show the last 3 commands affecting the module. - Fixes * Sort command listing on "help". * Fixed autoconf support. * Many changes to the kde recipe.