Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github repository changes break current playbook #7

Closed
fubar2 opened this issue Mar 25, 2022 · 1 comment
Closed

github repository changes break current playbook #7

fubar2 opened this issue Mar 25, 2022 · 1 comment

Comments

@fubar2
Copy link

fubar2 commented Mar 25, 2022

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?

@fubar2
Copy link
Author

fubar2 commented Mar 25, 2022

whoopsie - old version. sorry for the noise.

@fubar2 fubar2 closed this as completed Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant