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
So we could robustify download of .deb from our server (which might get down) or snapshots. (which is throttled and causes troubles but might be online when ours isn't)
The text was updated successfully, but these errors were encountered:
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this issue
May 1, 2023
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 ^^^
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 ^^^
So we could robustify download of .deb from our server (which might get down) or snapshots. (which is throttled and causes troubles but might be online when ours isn't)
The text was updated successfully, but these errors were encountered: