Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DATALAD RUNCMD] Use our mirror instead of snapshot
Although snapshots might be more "official" and thus more "reliably present" than our own server, snapshots. has all kinds of throttling settings which delay download or even cause it to fail: datalad/datalad-installer#154 although datalad-installer should retry now (after it gets upgraded within appveyor setup see datalad#7380) if size changes, I think it would still be more robust to just get it from our server. I also made a note in datalad/datalad-installer#160 so may be we gain possibility to specify multiple URLs thus to robustify. === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,http://snapshot.debian.org/archive/debian/20210906T204127Z/pool/main/g/git-annex/,https://datasets.datalad.org/datalad/packages/neurodebian/,g .appveyor.yml", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [ ".appveyor.yml" ], "pwd": "." } ^^^ Do not change lines above ^^^
- Loading branch information