Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: allow untagged module installation.
`download_github_module` no longer allows only tags for download from GitHub, but also versions specified by branches or commit hashes. This makes it possible to download an unreleased (untagged) version of a module, which applies (a series of) useful bug fixes and patches for our deploy. Modules that do not use tags for versioning can also be downloaded with this function now. When specifying a version through its hash, the complete hash string (41 characters) must be provided due to the default name of directory inside the archive provided by GitHub.
- Loading branch information