From 82aa50dc09487652d49fcd0c16916cc36eaae0e4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 11 Jul 2013 10:09:37 -0400 Subject: Initial commit --- docs/source/utility_reference.rst | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 docs/source/utility_reference.rst (limited to 'docs/source/utility_reference.rst') diff --git a/docs/source/utility_reference.rst b/docs/source/utility_reference.rst new file mode 100644 index 0000000..f7e6139 --- /dev/null +++ b/docs/source/utility_reference.rst @@ -0,0 +1,58 @@ +Utility reference +================= + +ipsbuild +-------- + +:: + + ipsbuild.py [-h] [--version] [--verbose] [--lint] [spec [spec ...]] + + Build Solaris 11 packages from .ips spec files + + positional arguments: + spec An ipsutils spec file + + optional arguments: + -h, --help show this help message and exit + --version Show version information + --verbose Increased verbosity + --lint Enables deep packaging checks + + +ipsutils-newspec +---------------- + +:: + + usage: ipsutils-newspec.py [-h] [spec [spec ...]] + + Generates a fresh .ips spec file + + positional arguments: + spec name of package(s) + + optional arguments: + -h, --help show this help message and exit + + +ipsutils-sanity +--------------- + +:: + + usage: ipsutils-sanity.py [-h] pkgpath + + Installation viability checking + + positional arguments: + pkgpath Path to package (e.g ~/ipsbuild/PKGS/{PACKAGE}) + + optional arguments: + -h, --help show this help message and exit + + +ipsbuild-setuptree +------------------ + +*No usage information* -- cgit