NAME

Shipwright::Script::Build - Build the specified project

SYNOPSIS

build -r [repository]

OPTIONS

-r [--repository] REPOSITORY : specify the repository of our project
-l [--log-level] LOGLEVEL    : specify the log level
                               (info, debug, warn, error, or fatal)
--log-file FILENAME          : specify the log file
--install-base PATH          : specify install base, default is an autocreated
                               temp dir
--skip DISTS                 : specify dists which will be skipped
--only DISTS                 : specify dists to be installed (no others will
                               be installed)
--skip-test                  : specify whether to skip tests
--only-test                  : just test (run t/test)
--flags FLAGS                : specify flags
--name NAME                  : specify the name of the project
--perl PATH                  : specify the path of perl that run the commands
                               in scripts/
--make PATH                  : specify the path of make command
--with name=source,...       : don't build the dist of the name in repo,
                               use the one specified here instead.
--branches name=branch,...   : specify the branch we want to build

AUTHORS

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.