05:37:28 oh hrm.. I have a fix for https://www.illumos.org/issues/15228 that I seem to have never put up for review.. 05:37:30 → BUG 15228: tar should extract compressed streams on stdin (New) 05:37:49 i guess I should re-test (since I can't recall what I did previously) and throw it up 05:42:16 it's kinda/sorta hacky, but probably not too unreasonable without a major overhaul of the tar code 05:43:02 (it spawns a 'taster' thread that copies off the first 16 bytes to determine which uncompress program (if any) to run) 05:43:33 and then pipes the entire stream into the decompression program 07:38:13 rmustacc I see! well there's a FreeBSD driver, I'll start checking that 18:57:25 [illumos-gate] 16743 asy: clean up asy(4D) error and debug messages -- Hans Rosenfeld 21:33:43 We are getting uname's like 'SunOS colossus 5.11 master-0-g111b966ed3-dirty i86pc i386 i86pc' with our newest illumos-gate build. the master-0-g111b966ed3-dirty is a bit unexpected do other get this or was there a change? 21:35:25 toasterson: maybe sommerfeld's recent changes to nightly? 21:35:33 (I think it was nightly) 21:45:25 jbk jup that git cli change's gona do that 21:45:59 https://github.com/illumos/illumos-gate/commit/4125432b52bd46f8b4129eae0625c71e159f0077 for reference 21:53:41 i believe you can override that to get something more like what you're accustomed to 21:53:52 err yeah.. looking at the change 21:53:58 just set VERSION to what you want it to be 21:54:20 or nightly -V 21:54:28 depending on what you're using 22:05:37 toasterson: yep, that's it. the -dirty indicates that Git noticed uncommitted changes to the source tree 22:21:19 jup. We where previously replacing that line. Now I needed to change that sed line :)https://github.com/OpenIndiana/oi-userland/pull/18701 22:47:12 [illumos-gate] 14246 sed regression test 7.7 fails due to mediated dictionaries -- Robert Mustacchi