*** tpb has joined #melange | 00:00 | |
*** madrazr has joined #melange | 00:53 | |
*** mrs_spearce has quit IRC | 01:38 | |
*** mrs_spearce has joined #melange | 01:39 | |
*** madrazr has quit IRC | 01:53 | |
*** mrs_spearce has quit IRC | 02:43 | |
*** MatthewWilkes has quit IRC | 04:38 | |
*** MatthewWilkes has joined #melange | 04:54 | |
*** MatthewWilkes has quit IRC | 04:55 | |
*** MatthewWilkes has joined #melange | 04:55 | |
*** penyaskito_ has joined #melange | 05:26 | |
*** penyaskito has quit IRC | 05:26 | |
*** penyaskito_ is now known as penyaskito | 05:26 | |
*** mithro has joined #melange | 06:03 | |
*** ChanServ sets mode: +v mithro | 06:03 | |
*** madrazr has joined #melange | 07:40 | |
*** madrazr has left #melange | 08:37 | |
*** madrazr has joined #melange | 09:42 | |
*** solydzajs has joined #melange | 10:42 | |
*** solydzajs has joined #melange | 10:48 | |
*** ChanServ sets mode: +v solydzajs | 10:48 | |
*** solydzajs has quit IRC | 10:49 | |
*** Lennie has joined #melange | 11:33 | |
*** ChanServ sets mode: +v Lennie | 11:33 | |
Lennie | lh: poke :D | 11:34 |
---|---|---|
*** Lennie is now known as Lennie|Gone | 11:35 | |
Lennie|Gone | Watching House MD, bbl ^_^ | 11:35 |
*** madrazr has left #melange | 11:54 | |
*** SRabbelier has joined #melange | 12:48 | |
*** ChanServ sets mode: +v SRabbelier | 12:48 | |
SRabbelier | durin42: buildbot's still dead | 12:48 |
durin42 | SRabbelier: kinda. | 12:49 |
durin42 | SRabbelier: the tests are running | 12:49 |
durin42 | it just doesn't like my cleaning of pyc files | 12:49 |
durin42 | which I am going to remove | 12:49 |
SRabbelier | durin42: heh, ok | 12:49 |
durin42 | SRabbelier: should be fixed | 12:50 |
* durin42 hugs screen and long-running emacs sessions | 12:50 | |
SRabbelier | durin42: you should re-run them all | 13:13 |
*** MatthewWilkes has quit IRC | 13:45 | |
*** mrs_spearce has joined #melange | 13:50 | |
durin42 | SRabbelier: hm? | 13:55 |
durin42 | SRabbelier: I restarted the master and the slave, but it needs a commit to trigger | 13:56 |
SRabbelier | durin42: but it needs to redo all the failed ones too | 14:00 |
SRabbelier | durin42: since most of them failed because of failing buildbot | 14:01 |
durin42 | SRabbelier: meh, that's not really the point of CI | 14:02 |
durin42 | at least not as I envision it | 14:02 |
durin42 | once the config is right, it gives meaningful info | 14:02 |
*** Lennie|Gone is now known as Lennie | 14:04 | |
*** lh has quit IRC | 14:40 | |
*** mrs_spearce has quit IRC | 15:11 | |
*** mrs_spearce has joined #melange | 15:29 | |
SRabbelier | mrs_spearce: hello there again | 16:26 |
mrs_spearce | hi Srabbelier. How are you? | 16:32 |
SRabbelier | mrs_spearce: rather well, thank you; trying to decide what to do next for Melange :) | 16:32 |
mrs_spearce | srabbelier: sounds like fun | 16:33 |
SRabbelier | mrs_spearce: meh, only half | 16:33 |
durin42 | SRabbelier: if you update to trunk nose you can get my html output goodness :) | 16:56 |
SRabbelier | durin42: you got it in nose? | 16:56 |
durin42 | yup yup | 16:56 |
SRabbelier | durin42: awesome | 16:56 |
SRabbelier | durin42: how do I do that again? | 16:56 |
durin42 | easy_install -U nose==dev should work | 16:57 |
SRabbelier | durin42: nose==dev? | 16:57 |
durin42 | that tells easy_install to get the dev version | 16:57 |
durin42 | rather than 0.10.whatever | 16:57 |
SRabbelier | durin42: ah | 16:57 |
durin42 | once I get the buildbot working, I'm going to try and get this to publish the coverage report to someplace served by nginx | 16:58 |
durin42 | so we can all be really depressed by our coverage | 16:58 |
SRabbelier | durin42: heh | 16:58 |
*** mrs_spearce has quit IRC | 17:10 | |
*** webchick has joined #melange | 17:10 | |
*** webchick has quit IRC | 17:19 | |
*** mrs_spearce has joined #melange | 17:32 | |
SRabbelier | durin42: how do I make it make a report? :P | 17:41 |
* SRabbelier was helping Lennie earlier | 17:42 | |
durin42 | --with-coverage --cover-erase --cover-package=... --cover-html | 17:44 |
durin42 | not sure what --cover-package should be offhand | 17:44 |
SRabbelier | durin42: but I just want to run run.py :P | 17:45 |
durin42 | *sigh* slacker | 17:45 |
durin42 | you don't want coverage on by default | 17:45 |
SRabbelier | durin42: hheh, no, you shouldof integrated it by now :D | 17:45 |
durin42 | it slows stuff down a ton | 17:45 |
SRabbelier | durin42: that's ok, make it an option to run.py? | 17:45 |
SRabbelier | python run.py --with-coverage | 17:45 |
durin42 | you can add a shell script that has the right args | 17:45 |
SRabbelier | would be nicely | 17:45 |
SRabbelier | I can't pass anything ot run.py can I? | 17:46 |
durin42 | run.py is really just a wrapper around nose to do our path munging | 17:46 |
durin42 | yes, you can | 17:46 |
durin42 | any arg nose takes iirc | 17:46 |
SRabbelier | python run.py --with-coverage --cover-erase --cover-package=... --cover-html | 17:46 |
SRabbelier | run.py: error: no such option: --with-coverage | 17:46 |
SRabbelier | yes I know the ... is not good | 17:46 |
SRabbelier | but I was waiting for it ot tell me whati t expects it to be :P | 17:47 |
Lennie | nn | 17:50 |
SRabbelier | Lennie: g'night | 17:51 |
SRabbelier | I should be off too | 17:51 |
durin42 | SRabbelier: easy_install coverage? | 17:51 |
*** Lennie has quit IRC | 17:51 | |
durin42 | or we should add it to our third party packages | 17:51 |
*** mithro has quit IRC | 17:52 | |
SRabbelier | durin42: done that, same result | 17:52 |
durin42 | hm | 17:55 |
durin42 | I'll have to look then | 17:55 |
SRabbelier | durin42: ok | 17:55 |
*** mrs_spearce has quit IRC | 17:58 | |
*** mrs_spearce has joined #melange | 17:59 | |
*** SRabbelier has quit IRC | 18:35 | |
*** mrs_spearce has quit IRC | 19:06 | |
*** MatthewWilkes has joined #melange | 20:59 | |
*** MatthewWilkes has quit IRC | 21:06 | |
durin42 | Anyone awake? | 22:31 |
durin42 | I have questions about adding something to thirdparty | 22:31 |
*** mithro has joined #melange | 23:37 | |
*** ChanServ sets mode: +v mithro | 23:37 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!