buildbot-docker-example-config icon indicating copy to clipboard operation
buildbot-docker-example-config copied to clipboard

start_buildbot.sh fails to master.cfg

Open nfebe opened this issue 6 years ago • 2 comments

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

nfebe avatar May 30 '19 17:05 nfebe

May be related to the corporate proxy?

Try adding http_proxy to docker-compose.yml

spidgorny avatar Dec 10 '19 16:12 spidgorny

Avoiding spaces after the equal sign should solve this problem.

fabianjuelich avatar Mar 20 '24 10:03 fabianjuelich