dirac 2017-06-21

@darwin so is it you maintaining

oh ok

is it supposed to launch 100 curl queries?

but in sequence, it returns first successful hit

not all positions have correct binary built, e.g. due to compilation errors

uhm, the seq does not work +++ seq 478483 478383 seems upside down...I am not familiar with it...debugging now

I’m sorry I’m not a bash guy, probably copy&pasted this from SO

yeah there is a bug there

this works: seq 478383 1 478483

ok, I guess I’m missing -1 arg as increment (decrement)

I wanted to go from current position down, to test last 100 recent builds

yep with -1 it works as well

well what is your system?

ubuntu Linux EP-LL-10020 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

uhm there is some bash difference in there then 😉

bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16)

GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)

good to know, because I'll need to support Osx

let’s add that -1 arg

that will work everywhere

do you want me to do that right now?

actually this one might be better: https://stackoverflow.com/a/6191382/1888507

hmm, let’s just fix the seq

ok things work

hmm, why don’t you just scrape the links from release notes? https://github.com/binaryage/dirac/releases/tag/v1.2.10

this would be more flexible, because I could change it ad-hoc just by editing release notes

the problem is that those links are not 100% guaranteed to work, it is just a best guess

so I could go in and move them by hand

in case of some issues

well I like this check, I did not notice the links there lol