NAME
pkgforge - The Package Forge source code builder tool suite
VERSION
This documentation refers to pkgforge version 1.4.8
USAGE
pkgforge submit --bucket lcfg
DESCRIPTION
This is a command-line tool which allows you to issue various commands to the Package Forge source code build suite.
COMMANDS
There are two built-in commands:
- help [command name]
-
If you call the
help
command with no arguments it will list all the supported commands. If you also specify a particular command name it will show all the available command-line options for that specfic command. - commands
-
This command gives a list of all available commands.
The following standard commands are each implemented with a separate Perl module. For full documentation you need to read the perldoc for the specific module. They are all in the PkgForge::App
namespace. It is possible to extend this list with extra, locally supplied, commands with Perl modules in the same namespace.
Note that it is possible to use the shortest unique name for a command rather than typing the whole thing.
- submit - PkgForge::App::Submit
-
Submits a build job for a set of source packages that you want building.
CONFIGURATION AND ENVIRONMENT
Many of these commands can be configured via configuration files as well as via their command line options. You should read the documentation for the individual Perl modules to see what files are examined.
EXIT STATUS
After successfully running a command it will exit with code zero. An error will result in a non-zero error code.
DEPENDENCIES
This script uses PkgForge::Tool which is Moose powered and the MooseX::App::Cmd module is used to handle the command-line interface.
SEE ALSO
PkgForge, pkgforge-submit(1)
PLATFORMS
This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.
ScientificLinux5, Fedora13
BUGS AND LIMITATIONS
Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.
AUTHOR
Stephen Quinney <squinney@inf.ed.ac.uk>
LICENSE AND COPYRIGHT
Copyright (C) 2010 University of Edinburgh. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.