-
jbkoh hrm.. I have a fix for illumos.org/issues/15228 that I seem to have never put up for review..
-
fenix→ BUG 15228: tar should extract compressed streams on stdin (New)
-
jbki guess I should re-test (since I can't recall what I did previously) and throw it up
-
jbkit's kinda/sorta hacky, but probably not too unreasonable without a major overhaul of the tar code
-
jbk(it spawns a 'taster' thread that copies off the first 16 bytes to determine which uncompress program (if any) to run)
-
jbkand then pipes the entire stream into the decompression program
-
antranigvrmustacc I see! well there's a FreeBSD driver, I'll start checking that
-
gitomat[illumos-gate] 16743 asy: clean up asy(4D) error and debug messages -- Hans Rosenfeld <rosenfeld⊙gho>
-
toastersonWe 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?
-
jbktoasterson: maybe sommerfeld's recent changes to nightly?
-
jbk(I think it was nightly)
-
toastersonjbk jup that git cli change's gona do that
-
toastersonillumos/illumos-gate 4125432 for reference
-
jbki believe you can override that to get something more like what you're accustomed to
-
jbkerr yeah.. looking at the change
-
jbkjust set VERSION to what you want it to be
-
jbkor nightly -V
-
jbkdepending on what you're using
-
sommerfeldtoasterson: yep, that's it. the -dirty indicates that Git noticed uncommitted changes to the source tree
-
toastersonjup. We where previously replacing that line. Now I needed to change that sed line :)OpenIndiana/oi-userland #18701
-
gitomat[illumos-gate] 14246 sed regression test 7.7 fails due to mediated dictionaries -- Robert Mustacchi <rm⊙fo>