{% extends 'template.html' %} {% block content %}
{% if ALLOW_CUSTOM_GIT_URL_MODULE_PROVIDER %}
This URL must be valid for browsing the base of the repository.
It may include templated values, such as: {namespace}, {module}, {provider}.
E.g. https://github.com/{namespace}/{module}-{provider}
NOTE: Setting this field will override the repository provider configuration.
This URL must be valid for cloning the repository.
It may include templated values, such as: {namespace}, {module}, {provider}>.
E.g. ssh://git@github.com/{namespace}/{module}-{provider}.git
NOTE: Setting this field will override the repository provider configuration.
This URL must be valid for browsing the source code of the repository at a particular tag/path.
It may include templated values, such as: {namespace}, {module}, {provider}.
It must include the following template values: code>{tag} and {path}
E.g. https://github.com/{namespace}/{module}-{provider}/tree/{tag}/{path}
NOTE: Setting this field will override the repository provider configuration.
{% endif %}
This value will be converted to the expected git tag for a module version.
{version} will be replaced by the actual module version.
For example v{version} will translate to a git tag 'v1.1.1' for module version '1.1.1'
{% endblock %}