buildbot-docker-example-config
buildbot-docker-example-config copied to clipboard
start_buildbot.sh fails to master.cfg
The script fails to download throwing the following error, initially, I supplied the GitHub url directly earlier but, the script would download a "page not found" from GitHub instead but both urls actually work from the browser...
buildbot_1 | gzip: invalid magic
buildbot_1 | tar: Child returned status 1
buildbot_1 | tar: Error is not recoverable: exiting now
buildbot_1 | Can't download from $BUILDBOT_CONFIG_URL: https://github.com/Submitty/submitty-buildbot/archive/master.tar.gz
May be related to the corporate proxy?
Try adding http_proxy to docker-compose.yml
Avoiding spaces after the equal sign should solve this problem.