relman is a tool that takes your source code, runsthe build, and distributes the packages. Aconfiguration file allows you to defineapplication-wide defaults in addition toinformation particular to individual projects suchas the source directory, package name, and thelike. Once set up, you just have to call relmanwith the name given to the project plus theversion to release. It calls pkgmake to build.tar.gz, .deb, and .rpm files, and thendistributes them using FTP and/or SCP all in one run.
License: GNU General Public License v2
Changes:
The "mkchangelog" configuration option was addedto create a ChangeLog (for RPM) out of theproject's _histfile (as long as that is specifiedas well and exists). The "--list" option was addedto list up all configured projects (along withshort name and full name). The "--help" option wasadded to display basic help on syntax andavailable options.
More...