Elliot Saba
Elliot Saba
The only thing I can think of is that there might not be a TTY attached when running through Travis.
I'm not sure there's much to do with that information. :P It would only really make a difference if something tried to do something "interactiveish", like ask for input from...
Well, it passes on a buildbot, which is the closest thing I have to a travis box. :(
You could also pipe it to a file, then upload the file somewhere, if that doesn't work
Agreed. On Sat, Jun 13, 2015, 06:42 Tony Kelman [email protected] wrote: > I like the sound of using a dedicated test package. We'd have to Pkg.clone; > Pkg.build it unless...
To be fair, we're already downloading/compiling/running tarballs from arbitrary servers when we do from-source builds. We should, however, try to work this in in as explicit and mindful a way...
> But builds are not done as root, right? That's an important difference. That is a very valid point. > It should be very clear why we're asking for root...
> Or it could be even better to ask for a y/n confirmation, and then call sudo (without -k). Yes, I think that's best.
It would be nice to auto-run `BinDeps.debug()` when something fails. That's what we want to do 50% of the time, and the other 50% we just want to see the...
DNS server went down, but it's back up again now. It's using my personal dynamic DNS server which isn't the stablest of things in the world. @StefanKarpinski is there a...