|
cd-ci-glue
|
Functions | |
| github_pages_prepare (repository) | |
| Prepare a local directory for working with GitHub pages. More... | |
| github_doc_commit (dir) | |
| Commit previously prepared documentation. More... | |
| github_releases_get_latest (repository) | |
| Returns the latest tagged version on the given repository. More... | |
| github_wiki_commit (dir) | |
| Commit previously prepared wiki directory. More... | |
| github_wiki_prepare (repository) | |
| Prepare a local directory for working with GitHub Wiki repo. More... | |
| github_doc_commit | ( | dir | ) |
Commit previously prepared documentation.
| dir | Temporary directory returned from previous invocation of github_(pages|wiki)_prepare(). |
| github_pages_prepare | ( | repository | ) |
Prepare a local directory for working with GitHub pages.
| repository | GitHub repository; e.g. madworx/docshell. |
Checks out the given repository's gh-pages branch in a temporary directory. Outputs the temporary directory on stdout.
| github_releases_get_latest | ( | repository | ) |
Returns the latest tagged version on the given repository.
| repository | GitHub repository; e.g. madworx/docker-minix. |
| github_wiki_commit | ( | dir | ) |
Commit previously prepared wiki directory.
github_doc_commit() function instead.| dir | Temporary directory returned from previous call to github_(pages|wiki)_prepare(). |
| github_wiki_prepare | ( | repository | ) |
Prepare a local directory for working with GitHub Wiki repo.
| repository | GitHub repository; e.g. madworx/docshell. |
Outputs the temporary directory name you're supposed to put the Wiki files into to stdout.
1.8.18