relman 0.1.4 (Default branch) |
|
|
relman is a tool that takes your source code, runs
the build, and distributes the packages. A
configuration file allows you to define
application-wide defaults in addition to
information particular to individual projects such
as the source directory, package name, and the
like. Once set up, you just have to call relman
with the name given to the project plus the
version to release. It calls pkgmake to build
.tar.gz, .deb, and .rpm files, and then
distributes them using FTP and/or SCP all in one run.
License: GNU General Public License v2
Changes:
The "mkchangelog" configuration option was added
to create a ChangeLog (for RPM) out of the
project's _histfile (as long as that is specified
as well and exists). The "--list" option was added
to list up all configured projects (along with
short name and full name). The "--help" option was
added to display basic help on syntax and
available options.
|