qipkg.builder - Building packages¶
Builder for pml files
-
class
qipkg.builder.PMLBuilder(pml_path, worktree=None)¶ Build a package from a pml file
-
configure()¶ Configure every project
-
build()¶ Build every project
-
install(destination)¶ Install every project to the given destination
-
deploy(url)¶ Deploy every project to the given url
-
package(output=None, with_breakpad=False, force=False)¶ Generate a package containing every project.
Param: with_breakpad generate debug symbols for usage with breakpad Param: force make package even if it does not satisfy default package requirements
-
-
qipkg.builder.pkg_name(manifest_xml)¶ Return a string name-version