qipkg.metabuilder - Building meta packages¶
QiBuild
-
class
qipkg.metabuilder.
MetaPMLBuilder
(mpml_path, worktree=None)¶ Build a meta package from a mpml file
-
configure
()¶ Configure every project
-
build
()¶ Build every project
-
install
(dest)¶ Install every project to the given destination
-
deploy
(url)¶ Deploy every project to the given url
-
package
(*args, **kwargs)¶ Generate a package containing every package. :param: with_breakpad generate debug symbols for usage with breakpad
-