Age | Commit message (Collapse) | Author |
|
Given this option, http repositories will be forwarded using a ssh port
forward and rewritten such they work on the remote side forwarding their
traffic through ssh.
|
|
|
|
|
|
debusine describes a PackageBuildTask in docs/devel/ontology.rst.
Changes performed herein:
* dscpath -> source_package_path
* dscuri -> source_package_url
* buildarch -> build_architecture
* hostarch -> host_architecture
* options -> build_options
* profiles -> build_profiles
* buildpath -> build_path
|
|
When the wrapped backend fails, streamapi does not produce an artifact
tar on stdout. When this goes missing, we'll see a traceback. Hide that
traceback and adapt the exit code if necessary.
|
|
The ssh backend calls into another host and passes all information on
stdin/stdout/stderr. To do so, it uses a streamapi wrapper on the remote
side that itself calls into a regular backend.
|