You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and indeed, the following fails with or without the added -ce part:
wget https://github.com/sylabs/singularity/releases/download/v3.5.3/singularity-ce-3.5.3.tar.gz --2022-03-25 13:24:03-- https://github.com/sylabs/singularity/releases/download/v3.5.3/singularity-ce-3.5.3.tar.gz Resolving github.com (github.com)... 13.237.44.5 Connecting to github.com (github.com)|13.237.44.5|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-03-25 13:24:03 ERROR 404: Not Found.
I can get it to work by hacking a git builtin instead of the get_url - is a PR useful or is there utility in fixing the repository downloads so the existing ansible playbook works and finds the right tarball?
The text was updated successfully, but these errors were encountered:
With or without #6, as of today, it seems that the available releases have changed.
"fatal: [xxx]: FAILED! => {"changed": false, "dest": "/tmp/singularity-3.5.3.tar.gz", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://github.com/sylabs/singularity/releases/download/v3.5.3/singularity-ce-3.5.3.tar.gz"}
and indeed, the following fails with or without the added -ce part:
wget https://github.com/sylabs/singularity/releases/download/v3.5.3/singularity-ce-3.5.3.tar.gz --2022-03-25 13:24:03-- https://github.com/sylabs/singularity/releases/download/v3.5.3/singularity-ce-3.5.3.tar.gz Resolving github.com (github.com)... 13.237.44.5 Connecting to github.com (github.com)|13.237.44.5|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-03-25 13:24:03 ERROR 404: Not Found.
I can get it to work by hacking a git builtin instead of the get_url - is a PR useful or is there utility in fixing the repository downloads so the existing ansible playbook works and finds the right tarball?
The text was updated successfully, but these errors were encountered: