diff --git a/lorax-composer/.buildinfo b/lorax-composer/.buildinfo index 3c3eb358..82148231 100644 --- a/lorax-composer/.buildinfo +++ b/lorax-composer/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 06e0a93740d8be1d7bb18b9ff5eed1aa +config: 50e837e886c9cb44ee8f8828f75d7ded tags: fbb0d17656682115ca4d033fb2f83ba1 diff --git a/lorax-composer/.doctrees/composer-cli.doctree b/lorax-composer/.doctrees/composer-cli.doctree index 349f3496..3905741a 100644 Binary files a/lorax-composer/.doctrees/composer-cli.doctree and b/lorax-composer/.doctrees/composer-cli.doctree differ diff --git a/lorax-composer/.doctrees/composer.cli.doctree b/lorax-composer/.doctrees/composer.cli.doctree index f031a718..01939c6c 100644 Binary files a/lorax-composer/.doctrees/composer.cli.doctree and b/lorax-composer/.doctrees/composer.cli.doctree differ diff --git a/lorax-composer/.doctrees/composer.doctree b/lorax-composer/.doctrees/composer.doctree index fdc8580d..945711d0 100644 Binary files a/lorax-composer/.doctrees/composer.doctree and b/lorax-composer/.doctrees/composer.doctree differ diff --git a/lorax-composer/.doctrees/environment.pickle b/lorax-composer/.doctrees/environment.pickle index 60149ef0..a687a431 100644 Binary files a/lorax-composer/.doctrees/environment.pickle and b/lorax-composer/.doctrees/environment.pickle differ diff --git a/lorax-composer/.doctrees/index.doctree b/lorax-composer/.doctrees/index.doctree index cd64c804..c2101334 100644 Binary files a/lorax-composer/.doctrees/index.doctree and b/lorax-composer/.doctrees/index.doctree differ diff --git a/lorax-composer/.doctrees/intro.doctree b/lorax-composer/.doctrees/intro.doctree index 004bc8f6..c35bf25f 100644 Binary files a/lorax-composer/.doctrees/intro.doctree and b/lorax-composer/.doctrees/intro.doctree differ diff --git a/lorax-composer/.doctrees/livemedia-creator.doctree b/lorax-composer/.doctrees/livemedia-creator.doctree index 96d09883..7d19a7cb 100644 Binary files a/lorax-composer/.doctrees/livemedia-creator.doctree and b/lorax-composer/.doctrees/livemedia-creator.doctree differ diff --git a/lorax-composer/.doctrees/lorax-composer.doctree b/lorax-composer/.doctrees/lorax-composer.doctree index 3f411994..6c3c5445 100644 Binary files a/lorax-composer/.doctrees/lorax-composer.doctree and b/lorax-composer/.doctrees/lorax-composer.doctree differ diff --git a/lorax-composer/.doctrees/lorax.doctree b/lorax-composer/.doctrees/lorax.doctree index c4730d86..b7e2fed3 100644 Binary files a/lorax-composer/.doctrees/lorax.doctree and b/lorax-composer/.doctrees/lorax.doctree differ diff --git a/lorax-composer/.doctrees/modules.doctree b/lorax-composer/.doctrees/modules.doctree index e0b19e52..6dc44e6e 100644 Binary files a/lorax-composer/.doctrees/modules.doctree and b/lorax-composer/.doctrees/modules.doctree differ diff --git a/lorax-composer/.doctrees/product-images.doctree b/lorax-composer/.doctrees/product-images.doctree index 494ffddb..fd60188b 100644 Binary files a/lorax-composer/.doctrees/product-images.doctree and b/lorax-composer/.doctrees/product-images.doctree differ diff --git a/lorax-composer/.doctrees/pylorax.api.doctree b/lorax-composer/.doctrees/pylorax.api.doctree index dac98f24..0c62ad4d 100644 Binary files a/lorax-composer/.doctrees/pylorax.api.doctree and b/lorax-composer/.doctrees/pylorax.api.doctree differ diff --git a/lorax-composer/.doctrees/pylorax.doctree b/lorax-composer/.doctrees/pylorax.doctree index 0b789463..9f25122d 100644 Binary files a/lorax-composer/.doctrees/pylorax.doctree and b/lorax-composer/.doctrees/pylorax.doctree differ diff --git a/lorax-composer/README b/lorax-composer/README new file mode 100644 index 00000000..d8d3d94b --- /dev/null +++ b/lorax-composer/README @@ -0,0 +1,5 @@ +To build the docs for this branch run: +make test-in-docker +make docs-in-docker + +If you already have a welder/lorax-composer:7 docker image you can skip running 'test-in-docker'. diff --git a/lorax-composer/_modules/composer/cli.html b/lorax-composer/_modules/composer/cli.html index 3e7fe20c..4effe024 100644 --- a/lorax-composer/_modules/composer/cli.html +++ b/lorax-composer/_modules/composer/cli.html @@ -8,7 +8,7 @@ - composer.cli — Lorax 19.7.21 documentation + composer.cli — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • @@ -138,7 +138,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • diff --git a/lorax-composer/_modules/composer/cli/blueprints.html b/lorax-composer/_modules/composer/cli/blueprints.html index 334577b3..ca81ac8c 100644 --- a/lorax-composer/_modules/composer/cli/blueprints.html +++ b/lorax-composer/_modules/composer/cli/blueprints.html @@ -8,7 +8,7 @@ - composer.cli.blueprints — Lorax 19.7.21 documentation + composer.cli.blueprints — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -170,8 +170,14 @@ blueprints changes <blueprint,...> Display the changes for each blueprint. """ + def changes_total_fn(data): + """Return the maximum number of possible changes""" + + # Each blueprint can have a different total, return the largest one + return max([c["total"] for c in data["blueprints"]]) + api_route = client.api_url(api_version, "/blueprints/changes/%s" % (",".join(argify(args)))) - result = client.get_url_json_unlimited(socket_path, api_route) + result = client.get_url_json_unlimited(socket_path, api_route, total_fn=changes_total_fn) (rc, exit_now) = handle_api_result(result, show_json) if exit_now: return rc @@ -588,7 +594,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/compose.html b/lorax-composer/_modules/composer/cli/compose.html index d60be148..89cb1cfa 100644 --- a/lorax-composer/_modules/composer/cli/compose.html +++ b/lorax-composer/_modules/composer/cli/compose.html @@ -8,7 +8,7 @@ - composer.cli.compose — Lorax 19.7.21 documentation + composer.cli.compose — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -596,7 +596,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/modules.html b/lorax-composer/_modules/composer/cli/modules.html index d7fa02ee..3d3f144a 100644 --- a/lorax-composer/_modules/composer/cli/modules.html +++ b/lorax-composer/_modules/composer/cli/modules.html @@ -8,7 +8,7 @@ - composer.cli.modules — Lorax 19.7.21 documentation + composer.cli.modules — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -131,7 +131,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/projects.html b/lorax-composer/_modules/composer/cli/projects.html index 510f87e6..d971f56e 100644 --- a/lorax-composer/_modules/composer/cli/projects.html +++ b/lorax-composer/_modules/composer/cli/projects.html @@ -8,7 +8,7 @@ - composer.cli.projects — Lorax 19.7.21 documentation + composer.cli.projects — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -193,7 +193,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/sources.html b/lorax-composer/_modules/composer/cli/sources.html index 656c5d8a..e033dcef 100644 --- a/lorax-composer/_modules/composer/cli/sources.html +++ b/lorax-composer/_modules/composer/cli/sources.html @@ -8,7 +8,7 @@ - composer.cli.sources — Lorax 19.7.21 documentation + composer.cli.sources — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -235,7 +235,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/status.html b/lorax-composer/_modules/composer/cli/status.html index 4951d147..fcf31e32 100644 --- a/lorax-composer/_modules/composer/cli/status.html +++ b/lorax-composer/_modules/composer/cli/status.html @@ -8,7 +8,7 @@ - composer.cli.status — Lorax 19.7.21 documentation + composer.cli.status — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -139,7 +139,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/cli/utilities.html b/lorax-composer/_modules/composer/cli/utilities.html index 6c26bcac..b703b564 100644 --- a/lorax-composer/_modules/composer/cli/utilities.html +++ b/lorax-composer/_modules/composer/cli/utilities.html @@ -8,7 +8,7 @@ - composer.cli.utilities — Lorax 19.7.21 documentation + composer.cli.utilities — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • @@ -178,7 +178,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • composer.cli »
  • diff --git a/lorax-composer/_modules/composer/http_client.html b/lorax-composer/_modules/composer/http_client.html index 862acb40..4cb4a5ec 100644 --- a/lorax-composer/_modules/composer/http_client.html +++ b/lorax-composer/_modules/composer/http_client.html @@ -8,7 +8,7 @@ - composer.http_client — Lorax 19.7.21 documentation + composer.http_client — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • @@ -144,7 +144,7 @@ r = http.request("GET", url) return json.loads(r.data.decode('utf-8')) -
    [docs]def get_url_json_unlimited(socket_path, url): +
    [docs]def get_url_json_unlimited(socket_path, url, total_fn=None): """Return the JSON results of a GET request For URLs that use offset/limit arguments, this command will @@ -157,6 +157,10 @@ :returns: The json response from the server :rtype: dict """ + def default_total_fn(data): + """Return the total number of available results""" + return data["total"] + http = UnixHTTPConnectionPool(socket_path) # Start with limit=0 to just get the number of objects @@ -164,8 +168,12 @@ r_total = http.request("GET", total_url) json_total = json.loads(r_total.data.decode('utf-8')) + # Where to get the total from + if not total_fn: + total_fn = default_total_fn + # Add the "total" returned by limit=0 as the new limit - unlimited_url = append_query(url, "limit=%d" % json_total["total"]) + unlimited_url = append_query(url, "limit=%d" % total_fn(json_total)) r_unlimited = http.request("GET", unlimited_url) return json.loads(r_unlimited.data.decode('utf-8'))
    @@ -334,7 +342,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • diff --git a/lorax-composer/_modules/composer/unix_socket.html b/lorax-composer/_modules/composer/unix_socket.html index 2d226d54..6d20630d 100644 --- a/lorax-composer/_modules/composer/unix_socket.html +++ b/lorax-composer/_modules/composer/unix_socket.html @@ -8,7 +8,7 @@ - composer.unix_socket — Lorax 19.7.21 documentation + composer.unix_socket — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • @@ -143,7 +143,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • diff --git a/lorax-composer/_modules/index.html b/lorax-composer/_modules/index.html index ed92cd0d..448b3c0d 100644 --- a/lorax-composer/_modules/index.html +++ b/lorax-composer/_modules/index.html @@ -8,7 +8,7 @@ - Overview: module code — Lorax 19.7.21 documentation + Overview: module code — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -118,7 +118,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -468,7 +468,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • diff --git a/lorax-composer/_modules/pylorax/api.html b/lorax-composer/_modules/pylorax/api.html index 5e528c4a..7fa4df34 100644 --- a/lorax-composer/_modules/pylorax/api.html +++ b/lorax-composer/_modules/pylorax/api.html @@ -8,7 +8,7 @@ - pylorax.api — Lorax 19.7.21 documentation + pylorax.api — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -69,7 +69,13 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from pylorax.api.crossdomain import crossdomain -__all__ = ["crossdomain"] +# get the lorax-composer api version +try: + from pylorax.api.version import num as vernum +except ImportError: + vernum = "devel" + +__all__ = ["crossdomain", "vernum"] @@ -103,7 +109,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/api/checkparams.html b/lorax-composer/_modules/pylorax/api/checkparams.html index de84b4e7..7024cfc4 100644 --- a/lorax-composer/_modules/pylorax/api/checkparams.html +++ b/lorax-composer/_modules/pylorax/api/checkparams.html @@ -8,7 +8,7 @@ - pylorax.api.checkparams — Lorax 19.7.21 documentation + pylorax.api.checkparams — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -128,7 +128,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/compose.html b/lorax-composer/_modules/pylorax/api/compose.html index 003f7a23..76e65264 100644 --- a/lorax-composer/_modules/pylorax/api/compose.html +++ b/lorax-composer/_modules/pylorax/api/compose.html @@ -8,7 +8,7 @@ - pylorax.api.compose — Lorax 19.7.21 documentation + pylorax.api.compose — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -623,7 +623,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/config.html b/lorax-composer/_modules/pylorax/api/config.html index f311bfe8..6a03db3b 100644 --- a/lorax-composer/_modules/pylorax/api/config.html +++ b/lorax-composer/_modules/pylorax/api/config.html @@ -8,7 +8,7 @@ - pylorax.api.config — Lorax 19.7.21 documentation + pylorax.api.config — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -197,7 +197,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/crossdomain.html b/lorax-composer/_modules/pylorax/api/crossdomain.html index 0ceb626c..0fa78996 100644 --- a/lorax-composer/_modules/pylorax/api/crossdomain.html +++ b/lorax-composer/_modules/pylorax/api/crossdomain.html @@ -8,7 +8,7 @@ - pylorax.api.crossdomain — Lorax 19.7.21 documentation + pylorax.api.crossdomain — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -148,7 +148,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/projects.html b/lorax-composer/_modules/pylorax/api/projects.html index 2cadc67e..f65309f1 100644 --- a/lorax-composer/_modules/pylorax/api/projects.html +++ b/lorax-composer/_modules/pylorax/api/projects.html @@ -8,7 +8,7 @@ - pylorax.api.projects — Lorax 19.7.21 documentation + pylorax.api.projects — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -648,7 +648,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/queue.html b/lorax-composer/_modules/pylorax/api/queue.html index 6dcc98bc..4b59fa43 100644 --- a/lorax-composer/_modules/pylorax/api/queue.html +++ b/lorax-composer/_modules/pylorax/api/queue.html @@ -8,7 +8,7 @@ - pylorax.api.queue — Lorax 19.7.21 documentation + pylorax.api.queue — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -710,7 +710,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/recipes.html b/lorax-composer/_modules/pylorax/api/recipes.html index d4ab83e2..9076c9f3 100644 --- a/lorax-composer/_modules/pylorax/api/recipes.html +++ b/lorax-composer/_modules/pylorax/api/recipes.html @@ -8,7 +8,7 @@ - pylorax.api.recipes — Lorax 19.7.21 documentation + pylorax.api.recipes — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -1006,7 +1006,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/server.html b/lorax-composer/_modules/pylorax/api/server.html index e5907a32..5fff9496 100644 --- a/lorax-composer/_modules/pylorax/api/server.html +++ b/lorax-composer/_modules/pylorax/api/server.html @@ -8,7 +8,7 @@ - pylorax.api.server — Lorax 19.7.21 documentation + pylorax.api.server — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -75,7 +75,7 @@ from glob import glob import os -from pylorax import vernum +from pylorax.api import vernum from pylorax.api.crossdomain import crossdomain from pylorax.api.v0 import v0_api from pylorax.sysutils import joinpaths @@ -167,7 +167,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/timestamp.html b/lorax-composer/_modules/pylorax/api/timestamp.html index cf69e681..ec5ac58d 100644 --- a/lorax-composer/_modules/pylorax/api/timestamp.html +++ b/lorax-composer/_modules/pylorax/api/timestamp.html @@ -8,7 +8,7 @@ - pylorax.api.timestamp — Lorax 19.7.21 documentation + pylorax.api.timestamp — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -135,7 +135,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/v0.html b/lorax-composer/_modules/pylorax/api/v0.html index 24e2741d..2e3e3a22 100644 --- a/lorax-composer/_modules/pylorax/api/v0.html +++ b/lorax-composer/_modules/pylorax/api/v0.html @@ -8,7 +8,7 @@ - pylorax.api.v0 — Lorax 19.7.21 documentation + pylorax.api.v0 — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -885,8 +885,8 @@ ] } -DELETE `/api/v0/blueprints/cancel/<uuid>` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +DELETE `/api/v0/compose/cancel/<uuid>` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cancel the build, if it is not finished, and delete the results. It will return a status of True if it is successful. @@ -1092,8 +1092,9 @@ return jsonify(status=False, errors=[{"id": BAD_LIMIT_OR_OFFSET, "msg": str(e)}]), 400 with api.config["GITLOCK"].lock: - blueprints = take_limits(map(lambda f: f[:-5], list_branch_files(api.config["GITLOCK"].repo, branch)), offset, limit) - return jsonify(blueprints=blueprints, limit=limit, offset=offset, total=len(blueprints)) + blueprints = map(lambda f: f[:-5], list_branch_files(api.config["GITLOCK"].repo, branch)) + limited_blueprints = take_limits(blueprints, offset, limit) + return jsonify(blueprints=limited_blueprints, limit=limit, offset=offset, total=len(blueprints)) @api.route("/api/v0/blueprints/info", defaults={'blueprint_names': ""}) @api.route("/api/v0/blueprints/info/<blueprint_names>") @@ -1191,12 +1192,13 @@ try: with api.config["GITLOCK"].lock: - commits = take_limits(list_commits(api.config["GITLOCK"].repo, branch, filename), offset, limit) + commits = list_commits(api.config["GITLOCK"].repo, branch, filename) + limited_commits = take_limits(list_commits(api.config["GITLOCK"].repo, branch, filename), offset, limit) except Exception as e: errors.append({"id": BLUEPRINTS_ERROR, "msg": "%s: %s" % (blueprint_name, str(e))}) log.error("(v0_blueprints_changes) %s", str(e)) else: - blueprints.append({"name":blueprint_name, "changes":commits, "total":len(commits)}) + blueprints.append({"name":blueprint_name, "changes":limited_commits, "total":len(commits)}) blueprints = sorted(blueprints, key=lambda r: r["name"].lower()) @@ -2128,7 +2130,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/workspace.html b/lorax-composer/_modules/pylorax/api/workspace.html index 49963713..4e3b4d23 100644 --- a/lorax-composer/_modules/pylorax/api/workspace.html +++ b/lorax-composer/_modules/pylorax/api/workspace.html @@ -8,7 +8,7 @@ - pylorax.api.workspace — Lorax 19.7.21 documentation + pylorax.api.workspace — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -183,7 +183,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/api/yumbase.html b/lorax-composer/_modules/pylorax/api/yumbase.html index bc73d6cf..3b4f95bb 100644 --- a/lorax-composer/_modules/pylorax/api/yumbase.html +++ b/lorax-composer/_modules/pylorax/api/yumbase.html @@ -8,7 +8,7 @@ - pylorax.api.yumbase — Lorax 19.7.21 documentation + pylorax.api.yumbase — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • @@ -213,7 +213,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • pylorax.api »
  • diff --git a/lorax-composer/_modules/pylorax/base.html b/lorax-composer/_modules/pylorax/base.html index dbadeec9..620aaadc 100644 --- a/lorax-composer/_modules/pylorax/base.html +++ b/lorax-composer/_modules/pylorax/base.html @@ -8,7 +8,7 @@ - pylorax.base — Lorax 19.7.21 documentation + pylorax.base — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -150,7 +150,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/buildstamp.html b/lorax-composer/_modules/pylorax/buildstamp.html index 1441a842..ca9d07d2 100644 --- a/lorax-composer/_modules/pylorax/buildstamp.html +++ b/lorax-composer/_modules/pylorax/buildstamp.html @@ -8,7 +8,7 @@ - pylorax.buildstamp — Lorax 19.7.21 documentation + pylorax.buildstamp — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -141,7 +141,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/creator.html b/lorax-composer/_modules/pylorax/creator.html index f6956585..e4e40cc2 100644 --- a/lorax-composer/_modules/pylorax/creator.html +++ b/lorax-composer/_modules/pylorax/creator.html @@ -8,7 +8,7 @@ - pylorax.creator — Lorax 19.7.21 documentation + pylorax.creator — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -697,7 +697,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/decorators.html b/lorax-composer/_modules/pylorax/decorators.html index 9b5cd684..8365b735 100644 --- a/lorax-composer/_modules/pylorax/decorators.html +++ b/lorax-composer/_modules/pylorax/decorators.html @@ -8,7 +8,7 @@ - pylorax.decorators — Lorax 19.7.21 documentation + pylorax.decorators — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -113,7 +113,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/discinfo.html b/lorax-composer/_modules/pylorax/discinfo.html index c1a405e5..6f5df99b 100644 --- a/lorax-composer/_modules/pylorax/discinfo.html +++ b/lorax-composer/_modules/pylorax/discinfo.html @@ -8,7 +8,7 @@ - pylorax.discinfo — Lorax 19.7.21 documentation + pylorax.discinfo — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -122,7 +122,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/executils.html b/lorax-composer/_modules/pylorax/executils.html index b21ec972..e687bb9f 100644 --- a/lorax-composer/_modules/pylorax/executils.html +++ b/lorax-composer/_modules/pylorax/executils.html @@ -8,7 +8,7 @@ - pylorax.executils — Lorax 19.7.21 documentation + pylorax.executils — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -508,7 +508,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/imgutils.html b/lorax-composer/_modules/pylorax/imgutils.html index a2ab05bb..42cafb87 100644 --- a/lorax-composer/_modules/pylorax/imgutils.html +++ b/lorax-composer/_modules/pylorax/imgutils.html @@ -8,7 +8,7 @@ - pylorax.imgutils — Lorax 19.7.21 documentation + pylorax.imgutils — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -569,7 +569,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/installer.html b/lorax-composer/_modules/pylorax/installer.html index 1d746907..16d8600d 100644 --- a/lorax-composer/_modules/pylorax/installer.html +++ b/lorax-composer/_modules/pylorax/installer.html @@ -8,7 +8,7 @@ - pylorax.installer — Lorax 19.7.21 documentation + pylorax.installer — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -493,7 +493,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/logmonitor.html b/lorax-composer/_modules/pylorax/logmonitor.html index ab40fe33..70c719e3 100644 --- a/lorax-composer/_modules/pylorax/logmonitor.html +++ b/lorax-composer/_modules/pylorax/logmonitor.html @@ -8,7 +8,7 @@ - pylorax.logmonitor — Lorax 19.7.21 documentation + pylorax.logmonitor — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -206,7 +206,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/ltmpl.html b/lorax-composer/_modules/pylorax/ltmpl.html index be2eb4d2..f7ae5f7c 100644 --- a/lorax-composer/_modules/pylorax/ltmpl.html +++ b/lorax-composer/_modules/pylorax/ltmpl.html @@ -8,7 +8,7 @@ - pylorax.ltmpl — Lorax 19.7.21 documentation + pylorax.ltmpl — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -748,7 +748,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/sysutils.html b/lorax-composer/_modules/pylorax/sysutils.html index 3ff82595..951ee555 100644 --- a/lorax-composer/_modules/pylorax/sysutils.html +++ b/lorax-composer/_modules/pylorax/sysutils.html @@ -8,7 +8,7 @@ - pylorax.sysutils — Lorax 19.7.21 documentation + pylorax.sysutils — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -191,7 +191,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/treebuilder.html b/lorax-composer/_modules/pylorax/treebuilder.html index 87f59f2f..2c79ca95 100644 --- a/lorax-composer/_modules/pylorax/treebuilder.html +++ b/lorax-composer/_modules/pylorax/treebuilder.html @@ -8,7 +8,7 @@ - pylorax.treebuilder — Lorax 19.7.21 documentation + pylorax.treebuilder — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -403,7 +403,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/treeinfo.html b/lorax-composer/_modules/pylorax/treeinfo.html index 5c881940..f8adf26b 100644 --- a/lorax-composer/_modules/pylorax/treeinfo.html +++ b/lorax-composer/_modules/pylorax/treeinfo.html @@ -8,7 +8,7 @@ - pylorax.treeinfo — Lorax 19.7.21 documentation + pylorax.treeinfo — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -140,7 +140,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_modules/pylorax/yumhelper.html b/lorax-composer/_modules/pylorax/yumhelper.html index 352ce843..6ba9e682 100644 --- a/lorax-composer/_modules/pylorax/yumhelper.html +++ b/lorax-composer/_modules/pylorax/yumhelper.html @@ -8,7 +8,7 @@ - pylorax.yumhelper — Lorax 19.7.21 documentation + pylorax.yumhelper — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • @@ -208,7 +208,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • Module code »
  • pylorax »
  • diff --git a/lorax-composer/_sources/lorax-composer.txt b/lorax-composer/_sources/lorax-composer.txt index 749b816a..bc7442b8 100644 --- a/lorax-composer/_sources/lorax-composer.txt +++ b/lorax-composer/_sources/lorax-composer.txt @@ -316,3 +316,33 @@ The documentation for the source API routes can be `found here - composer-cli — Lorax 19.7.21 documentation + composer-cli — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -45,7 +45,7 @@
  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -169,7 +169,7 @@ save the qcow2 image as UUID-disk
  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -202,7 +202,7 @@ query string.

    -composer.http_client.get_url_json_unlimited(socket_path, url)[source]¶
    +composer.http_client.get_url_json_unlimited(socket_path, url, total_fn=None)[source]¶

    Return the JSON results of a GET request

    For URLs that use offset/limit arguments, this command will fetch all results for the given request.

    @@ -429,7 +429,7 @@ fetch all results for the given request.

  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • src »
  • diff --git a/lorax-composer/genindex.html b/lorax-composer/genindex.html index fc5907bc..d6e5e80e 100644 --- a/lorax-composer/genindex.html +++ b/lorax-composer/genindex.html @@ -10,7 +10,7 @@ - Index — Lorax 19.7.21 documentation + Index — Lorax 19.7.22 documentation @@ -18,7 +18,7 @@ - + @@ -1880,7 +1880,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -126,7 +126,7 @@
  • next |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -161,7 +161,7 @@ upd-instroot and mk-images* scripts.

  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -446,7 +446,7 @@ report bugs against the lorax component.

  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -336,6 +336,40 @@ it returns JSON but it can also return TOML if The configured sources are used for all blueprint depsolve operations, and for composing images. When adding additional sources you must make sure that the packages in the source do not conflict with any other package sources, otherwise depsolving will fail.

    +
    +

    DVD ISO Package Source¶

    +

    In some situations the system may want to only use a DVD iso as the package +source, not the repos from the network. lorax-composer and anaconda +understand file:// URLs so you can mount an iso on the host, and replace the +system repo files with a configuration file pointing to the DVD.

    +
      +
    • Stop the lorax-composer.service if it is running

      +
    • +
    • Move the repo files in /etc/yum.repos.d/ someplace safe

      +
    • +
    • Create a new iso.repo file in /etc/yum.repos.d/:

      +
      [iso]
      +name=iso
      +baseurl=file:///mnt/iso/
      +enabled=1
      +gpgcheck=1
      +gpgkey=file:///mnt/iso/RPM-GPG-KEY-redhat-release
      +
      +
    • +
    • Remove all the cached repo files from /var/lib/lorax/composer/repos/

      +
    • +
    • Restart the lorax-composer.service

      +
    • +
    • Check the output of composer-cli status show for any output specific depsolve errors. +For example, the DVD usually does not include grub2-efi-*-cdboot-* so the live-iso image +type will not be available.

      +
    • +
    +

    If you want to add the DVD source to the existing sources you can do that by +mounting the iso and creating a source file to point to it as described in the +Package Sources documentation. In that case there is no need to remove the other +sources from /etc/yum.repos.d/ or clear the cached repos.

    +
    @@ -370,7 +404,10 @@ conflict with any other package sources, otherwise depsolving will fail.

  • Example: Add partitioned disk support
  • -
  • Package Sources
  • +
  • Package Sources +
  • @@ -418,7 +455,7 @@ conflict with any other package sources, otherwise depsolving will fail.

  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -254,7 +254,7 @@ into another directory and then select the new template directory by passing
  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -172,7 +172,7 @@
  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -127,7 +127,7 @@ command or the installpkgs paramater of previous | -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -315,7 +315,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • -
    -

    DELETE /api/v0/blueprints/cancel/<uuid>¶

    +
    +

    DELETE /api/v0/compose/cancel/<uuid>¶

    Cancel the build, if it is not finished, and delete the results. It will return a status of True if it is successful.

    @@ -3443,7 +3443,7 @@ a line boundry.

  • /api/v0/compose/finished
  • /api/v0/compose/failed
  • /api/v0/compose/status/<uuids>[?blueprint=<blueprint_name>&status=<compose_status>&type=<compose_type>]
  • -
  • DELETE /api/v0/blueprints/cancel/<uuid>
  • +
  • DELETE /api/v0/compose/cancel/<uuid>
  • DELETE /api/v0/compose/delete/<uuids>
  • /api/v0/compose/info/<uuid>
  • /api/v0/compose/metadata/<uuid>
  • @@ -3498,7 +3498,7 @@ a line boundry.

  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • src »
  • pylorax Package »
  • diff --git a/lorax-composer/pylorax.html b/lorax-composer/pylorax.html index 5e0980cd..d52e8fb9 100644 --- a/lorax-composer/pylorax.html +++ b/lorax-composer/pylorax.html @@ -8,7 +8,7 @@ - pylorax Package — Lorax 19.7.21 documentation + pylorax Package — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@
  • previous |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • src »
  • @@ -116,27 +116,27 @@

    Bases: object

    -pcritical(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
    +pcritical(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
    -pdebug(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
    +pdebug(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
    -perror(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
    +perror(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
    -pinfo(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
    +pinfo(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
    -pwarning(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
    +pwarning(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
    @@ -1512,7 +1512,7 @@ image is built with the filename “${prefix}-${kernel.version}.img”/api/v0/compose/finished
  • /api/v0/compose/failed
  • /api/v0/compose/status/<uuids>[?blueprint=<blueprint_name>&status=<compose_status>&type=<compose_type>]
  • -
  • DELETE /api/v0/blueprints/cancel/<uuid>
  • +
  • DELETE /api/v0/compose/cancel/<uuid>
  • DELETE /api/v0/compose/delete/<uuids>
  • /api/v0/compose/info/<uuid>
  • /api/v0/compose/metadata/<uuid>
  • @@ -1608,7 +1608,7 @@ image is built with the filename “${prefix}-${kernel.version}.img” previous | -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • src »
  • diff --git a/lorax-composer/search.html b/lorax-composer/search.html index 5ab281e4..613d3725 100644 --- a/lorax-composer/search.html +++ b/lorax-composer/search.html @@ -8,7 +8,7 @@ - Search — Lorax 19.7.21 documentation + Search — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -43,7 +43,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »
  • @@ -94,7 +94,7 @@
  • modules |
  • -
  • Lorax 19.7.21 documentation »
  • +
  • Lorax 19.7.22 documentation »