qipkg.metabuilder - Building meta packages

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(with_breakpad=False, output=None, force=False)

Generate a package containing every package.

Param :with_breakpad generate debug symbols for usage with breakpad