UbuntuIRC / 2014 /08 /06 /#ubuntu-autopilot.txt
niansa
Initial commit
4aa5fce
[03:51] <robru> thomi, hey, you want to merge my memevent branch asap?
[03:51] <thomi> robru: yes please!
[03:52] <robru> thomi, k, the thing is, my jasmine-unit test branch is a prerequisit, and it's unreviewed.
[03:52] <thomi> link me?
[03:52] <robru> thomi, not sure if I should merge that, or resubmit without it
[03:52] <thomi> merge it
[03:52] <robru> thomi, https://code.launchpad.net/~robru/uci-engine/jasmine-unit-testing/+merge/228229
[03:53] <robru> thomi, ok, will merge. wouldn't mind a 'lgtm' ack on the mp though
[03:53] <thomi> ok, just reviewing this one ^
[03:55] <thomi> robru: first one approved
[03:56] <thomi> robru: one thing, shouldn't it be 'KB' for kilobyte?
[03:56] <robru> thomi, ok, it's merged.
[03:56] <thomi> 'b' == bit, 'B' == 'byte'
[03:56] <robru> thomi, uhhh...
[03:56] <thomi> and is it a KB or a KiB?
[03:56] <robru> veebers, is it kilobits or kilobytes? ^^
[03:57] <thomi> ... or kibibytes?
[03:57] <veebers> robru, thomi ugh, let me re-check now
[04:03] <veebers> comparing the results of smem-tabs gives me '618980' without units and '604.6M' with units
[04:04] <veebers> also, '316' and '316.0K'
[04:04] <thomi> OK, so the correct unit is 'kiB'
[04:04] <thomi> or KB, if you want to ignore SI
[04:05] <thomi> but certainly not 'kb' or 'K'
[04:06] <thomi> and not 'kB', which is 1000 bytes, not 1024
[04:20] <robru> thomi, veebers sorry I have company over one sec
[04:21] <robru> thomi, ok, it's pushed to trunk. didn't get time to look at chris g's thing today because I was so swamped with everything.
[04:22] <robru> thomi, you should probably do a local deployment before going live with IS, that jasmine branch had a lot of big changes.
[04:25] <thomi> robru: OK, I'll try and get around to doing a deployment. even bvetter would be if veebers got juju setup
[04:26] <robru> veebers, make sure you run `mkdir -p /usr/local/bin`. juju completely falls over without any sort of useful error messages if that directory happens to be missing on your system. stymied me for an entire month.
[04:26] <veebers> o_0 nice
[04:27] <robru> veebers, yeah there's some deep dark corner of juju where it tries to make a symlink there, but does so without checking if the directory exists first. and if the direcotry doesn't exist, the symlink fails, and then the whole thing falls over
[04:27] <robru> but I really gotta go, i have company over.
[13:18] <barry> nuclearbob: \o/ * Remove python2 compatibility code from autopilot.
[13:53] <nuclearbob> barry: yeah, I've been working on that one since Malta