Move to gitlab for CI (Rye's work but ported)

d3ddcdae: Update various urls from bitbucket to new alchemy gitlab
c24b176d: Standardize on one vc directory name for ease of build automation
Also add .gitlab-ci.yml

Thanks for the help, Rye!
This commit is contained in:
Liru Færs
2019-12-14 23:01:07 -05:00
parent c6e3c31fae
commit cf5586037e
4 changed files with 62 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ http://wiki.secondlife.com/wiki/Template_verifier.py
""")
parser.add_option(
'-u', '--master_url', type='string', dest='master_url',
default='http://bitbucket.org/lindenlab/master-message-template/raw/tip/message_template.msg',
default='http://git.alchemyviewer.org/alchemy/master-message-template/raw/master/message_template.msg',
help="""The url of the master message template.""")
parser.add_option(
'-c', '--cache_master', action='store_true', dest='cache_master',