@darwin so is it you maintaining <https://omahaproxy.appspot.com>
@richiardiandrea no, thats from chrome devs
oh ok
this part here does not really work in (my) script https://github.com/binaryage/dirac/blob/master/scripts/lookup-chromium-link.sh#L27
is it supposed to launch 100 curl queries?
yes
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
kk
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?
on my mac:
`
> seq 3 1 3 2 1
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?
yep I was also checking this: https://stackoverflow.com/questions/40373278/how-to-have-2-variables-with-2-different-seq-bash-linux
actually this one might be better: https://stackoverflow.com/a/6191382/1888507
hmm, let’s just fix the seq
https://github.com/binaryage/dirac/commit/bbd066097ce68fd78ed3d42665e24a699a34e9f0
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