~bryce/oci-dev-tools/+git/oci-dev-tools:main

Last commit made on 2021-05-21
Get this branch:
git clone -b main https://git.launchpad.net/~bryce/oci-dev-tools/+git/oci-dev-tools
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Recent commits

7d9be45... by Bryce Harrington

Define OciBuild class

c9bf2ba... by Bryce Harrington

Include oci cli in command examples

2aca61f... by Bryce Harrington

Clarify docs for the show command

70564c0... by Bryce Harrington

Document the list command

5456cde... by Bryce Harrington

Refactor build req loading logic to oci_build_request_from_config()

b7e03bd... by Bryce Harrington

Refactor to use Lp object to define launchpad URLs

Instead of hardcoding the launchpad.net url everywhere, use static
parameters from the Lp object.

1ce858c... by Bryce Harrington

Refactor oci recipe loading logic to oci_recipe_from_config()

The build and show commands had duplicative logic for loading the oci
recipe from Launchpad using config parameters. Extract this into a
common oci_recipe_from_config() function.

9e901f1... by Bryce Harrington

Add --debug to enable debugging

28a0a83... by Bryce Harrington

Implement screenscraping of build request id's

7223ba0... by Bryce Harrington

Detect if image has push rules, and only wait on uploads if it does