Fork me on GitHub
#dirac
<
2017-06-21
>
richiardiandrea22:06:14

@darwin so is it you maintaining

darwin22:06:09

@richiardiandrea no, thats from chrome devs

richiardiandrea23:06:34

is it supposed to launch 100 curl queries?

darwin23:06:41

but in sequence, it returns first successful hit

darwin23:06:08

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

richiardiandrea23:06:31

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

darwin23:06:04

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

richiardiandrea23:06:33

yeah there is a bug there

richiardiandrea23:06:50

this works: seq 478383 1 478483

darwin23:06:41

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

darwin23:06:12

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

richiardiandrea23:06:18

yep with -1 it works as well

darwin23:06:53

well what is your system?

darwin23:06:10

on my mac: `

darwin23:06:12

> seq 3 1 3 2 1

richiardiandrea23:06:30

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

richiardiandrea23:06:47

uhm there is some bash difference in there then 😉

darwin23:06:55

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

richiardiandrea23:06:07

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

richiardiandrea23:06:30

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

darwin23:06:38

let’s add that -1 arg

darwin23:06:42

that will work everywhere

darwin23:06:14

do you want me to do that right now?

darwin23:06:06

hmm, let’s just fix the seq

darwin23:06:44

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

darwin23:06:08

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

darwin23:06:15

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

darwin23:06:27

so I could go in and move them by hand

darwin23:06:34

in case of some issues

richiardiandrea23:06:40

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