![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Namespaces | |
| namespace | nightly_manifest |
Functions | |
| nightly_manifest.build_rank (name, uploaded) | |
| nightly_manifest.api (path, token) | |
| nightly_manifest.sha256_of_url (url) | |
| nightly_manifest.docker_entry () | |
| nightly_manifest.api_raw (url) | |
| nightly_manifest.build_manifest (token, with_hashes=True) | |
| nightly_manifest.render_cask (manifest) | |
| nightly_manifest.render_scoop (manifest) | |
| nightly_manifest.render_summary (manifest) | |
| nightly_manifest.check (manifest) | |
| nightly_manifest.render_oneline (manifest) | |
| nightly_manifest.main () | |
Variables | |
| str | nightly_manifest.REPO = "aurelienpierreeng/ansel" |
| str | nightly_manifest.API = "https://api.github.com" |
| str | nightly_manifest.DOCKER_IMAGE = "aurelienpierre/ansel" |
| str | nightly_manifest.DOCKER_HUB = "https://hub.docker.com/v2/repositories" |
| nightly_manifest.TAG_RE = re.compile(r"^nightly-\d{4}-\d{2}$") | |
| dict | nightly_manifest.FORMATS |
| nightly_manifest.VERSION_RE = re.compile(r"^[Aa]nsel-(?P<version>[0-9][^-]*?\.g(?P<hash>[0-9a-f]+))-") | |
| nightly_manifest.COMMITS_RE = re.compile(r"\+(\d+)[.~]g") | |
| nightly_manifest.VERSION_TAG_RE = re.compile(r"^[0-9][^-]*-\d+\.g(?P<hash>[0-9a-f]+)$") | |