- Add USE_GITLAB support for downloading from gitlab sites
GitLab is widely used and it is long due for added support to simplify.
This implementation has a similar format as the USE_GITHUB and should
be easy to adopt.
Sample:
USE_GITLAB= yes | nodefault GL_SITE= protocol://domain:443/webroot (Default: https://gitlab.com) GL_ACCOUNT= accountname (Default: ${PORTNAME}) GL_PROJECT= projectname (Default: ${PORTNAME}) GL_COMMIT= 40charactercommithash (Default: None, required variable) GL_TUPLE= [site[:port][/webroot]:]account:project:commit[:group][/subdir] https://foobar.com:9838/gitlab:accountname:projectname:160bitcommithash:group/subdir