[00:08:51] *** jumpkick_ has joined #hudson [00:09:16] <jumpkick_> does anyone know where I can find info on the qmakebuilder plugin? [00:09:40] <jumpkick_> there is a wiki page on the hudson wiki, that just says go look at http://www.qtsoftware.com [00:17:27] *** jumpkick_ has quit IRC [00:28:06] *** jumpkick_ has joined #hudson [00:30:47] *** keshureddyp has quit IRC [00:31:44] *** keshureddyp has joined #hudson [00:55:06] <jumpkick_> o noez [00:55:29] <jumpkick_> JDK 6 or greater is required to build qmakebuilder plugin.... and I'm on a Mac.... [00:55:32] <jumpkick_> :( [01:03:34] * jumpkick_ shakes fist at silly Apple for not releasing a newer version of the JDK then 1.5 on OSX [01:06:37] *** crack_head has joined #hudson [01:19:50] *** Lewisham has joined #hudson [01:32:22] *** jieryn-w has quit IRC [01:41:37] *** Lewisham has quit IRC [02:26:26] *** jieryn-w has joined #hudson [02:55:20] *** bkaney has quit IRC [03:08:31] *** crack_head has quit IRC [03:27:53] *** crack_head has joined #hudson [03:31:53] *** bkaney has joined #hudson [04:37:59] *** admc has quit IRC [04:45:11] *** Lewisham has joined #hudson [05:04:56] * jumpkick_ has found a linux machine and is trying to build qmakebuilder with fingers crossed [05:25:04] *** rromanchuk has quit IRC [05:43:35] *** bkaney has left #hudson [05:52:32] *** rromanchuk has joined #hudson [06:11:24] *** mosley has quit IRC [06:39:27] <jieryn-w> why isn't there a cobertura plugin? :) [07:08:26] *** crack_head has quit IRC [07:57:25] *** khmarbaise has joined #hudson [08:30:00] *** akostadinov has joined #hudson [08:36:43] *** khmarbaise has quit IRC [09:03:42] *** Lewisham has quit IRC [09:41:51] *** akostadinov has quit IRC [09:51:54] *** akostadinov has joined #hudson [10:11:21] *** calculus has quit IRC [10:17:49] *** calculus has joined #hudson [10:17:49] *** irc.freenode.net sets mode: +v calculus [10:35:11] *** eskatos has joined #hudson [10:40:45] *** lapeluche has joined #hudson [10:40:59] <lapeluche> hi all [10:41:43] *** lapeluche is now known as lapeluche_InDev [11:11:26] *** timp__ has joined #hudson [11:11:33] *** timp has quit IRC [11:38:56] *** jieryn-w has quit IRC [11:57:46] *** gits1 has quit IRC [12:39:18] *** gits has joined #hudson [12:54:15] *** akostadinov has quit IRC [12:56:33] *** khmarbaise has joined #hudson [13:41:56] *** akostadinov has joined #hudson [13:49:58] *** velo has joined #hudson [15:08:31] *** W_work has quit IRC [15:15:49] *** jieryn-w has joined #hudson [15:37:55] *** davidstrauss has joined #hudson [15:41:12] *** jdolan has joined #hudson [15:55:04] *** jdolan has quit IRC [15:58:50] *** abayer has joined #hudson [16:06:56] *** crack_head has joined #hudson [16:08:41] *** akostadinov has quit IRC [16:09:59] *** crack_head has quit IRC [16:12:25] *** khmarbaise_ has joined #hudson [16:23:31] *** akostadinov has joined #hudson [16:25:38] *** crack_head has joined #hudson [16:25:40] *** akostadinov has quit IRC [16:27:56] *** ppawel has joined #hudson [16:28:19] *** khmarbaise has quit IRC [16:28:41] *** rromanchuk has quit IRC [16:35:54] <jbriguet> hi [16:36:01] <jbriguet> is there anybody here ? [16:36:25] <jbriguet> i didn't found how to edit view easily, like grid and radiator view [16:36:36] <jbriguet> any idea where i can find this [16:36:58] <_W_> do it through Netbeans :D [16:38:52] <jbriguet> ok, it's in config.xml :p [16:39:17] <jbriguet> it's the only thing not easily editable with the mouse :) [17:00:08] *** jdolan has joined #hudson [17:03:32] *** khmarbaise_ has quit IRC [17:05:08] *** akostadinov has joined #hudson [17:08:44] *** rromanchuk has joined #hudson [17:13:12] *** jumpkick_ has quit IRC [17:28:27] *** dvrzalik has quit IRC [17:30:39] *** davidstrauss has quit IRC [17:46:24] *** lapeluche_InDev has quit IRC [17:49:07] *** rtyler sets mode: +o abayer [17:49:12] *** rtyler sets mode: +o kohsuke [17:49:25] *** rtyler sets mode: +vv kstreith akostadinov [17:51:20] *** davidstrauss has joined #hudson [18:28:44] *** khmarbaise has joined #hudson [18:29:33] *** khmarbaise has quit IRC [18:34:44] *** kelt has joined #hudson [18:39:01] <rtyler> kohsuke: do the more recent builds of concurrent-build sync with trnuk [18:39:33] <kohsuke> It's already merged back to the trunk, unless someone else made additional changes since then. [18:40:38] <rtyler> whoa really [18:40:48] <rtyler> how do I enable it in trunk? I'll just grab a trunk build :D [19:01:14] *** eskatos has quit IRC [19:04:58] <kohsuke> It's in the advanced project option now. [19:05:08] <kohsuke> So you need to click a button in the project setting to see it [19:16:27] <rtyler> ah, on a per-project basis [19:16:29] <rtyler> gotcha [19:16:36] <rtyler> when you cutting a release with it? [19:21:23] *** akostadinov has quit IRC [19:24:28] <rtyler> kohsuke: also, did you ever write that CLI script to enable concurrency on all projects? [19:24:48] <kohsuke> Oh, I didn't intend to make it a CLI command [19:25:03] <kohsuke> I thought whoever interested in doing this could just run that one liner from script console [19:25:17] <rtyler> that's what I meant [19:25:49] <kohsuke> And I pasted that one liner right then [19:25:49] <kohsuke> I think it's hudson.model.Hudson.instance.items.each { it.concurrentBuild=true; } [19:25:49] <rtyler> I don't have it in my scrollback, still rmeember it? [19:27:13] * rtyler gives it a whirl [19:27:57] <rtyler> looks like it worked [19:28:14] <rtyler> is there a wiki page for concurrent-build where you could paste that? [19:28:56] <kohsuke> Yeah, we need a page that discusses what it does and why it's useful and some such. [19:29:45] * rtyler nods [19:29:55] <rtyler> I've actually been considering nuking a large amount of jobs now that this is in trunk [19:30:05] <rtyler> we have a large number of jobs that are tied to a specific branch [19:30:33] <rtyler> so we could ostensibly have JobJob that takes a branch parameter instead [19:32:41] *** ppawel has quit IRC [19:35:38] <kohsuke> Be sure to back things up before you start deleting them. [19:35:44] <kohsuke> Remember, this is still a pretty young feature [19:39:44] <rtyler> no confidence, I'm sure you knocked it out of the park :) [19:52:48] *** davidstrauss has quit IRC [20:01:32] *** khmarbaise_ has joined #hudson [20:26:19] *** timp__ has quit IRC [20:35:40] *** alexlod_ has joined #hudson [20:39:36] <rtyler> kohsuke: do you care if I blog about the concurrent-build stuff now/ [20:39:51] <kohsuke> not at all, go ahead [20:40:01] <kohsuke> tell them that it'll be in1.318 [20:41:00] *** jdolan has quit IRC [20:41:33] <rtyler> YAY [20:48:06] *** alexlod has quit IRC [20:59:21] *** jdolan has joined #hudson [21:07:08] *** admc has joined #hudson [21:10:43] *** jbriguet has quit IRC [21:23:37] *** jbriguet has joined #hudson [21:25:59] *** rromanchuk has quit IRC [21:26:07] *** Lewisham has joined #hudson [21:27:26] *** rromanchuk has joined #hudson [21:36:30] *** alexlod_ has quit IRC [21:44:02] *** rromanchuk has quit IRC [21:45:08] *** rromanchuk has joined #hudson [21:46:26] <mrooney|w> how sweet [21:46:42] <mrooney|w> now we just have to make our builds ABLE to run concurrently :) [22:02:57] *** khmarbaise_ has quit IRC [22:24:13] *** lapeluche_InDev has joined #hudson [22:24:46] *** lapeluche_InDev is now known as lapeluche [22:25:01] *** lapeluche is now known as lapeluche_Sereni [22:25:40] *** lapeluche_Sereni is now known as lapeluc_Serenite [22:25:50] *** lapeluc_Serenite is now known as Serenitec [22:25:55] <Serenitec> arf... [22:34:26] <mrooney|w> I wish the junit parser robust enough to understand nested <testsuite> tags [22:35:06] <mrooney|w> I think I will write an ant task to flatten it, at last [22:44:07] *** velo has quit IRC [22:56:44] *** jdolan has quit IRC [23:11:26] <Serenitec> does anyone would be available for a quick help on plugin dev. ? [23:14:12] <Serenitec> it would be very fast... [23:23:54] <mrooney|w> Serenitec: what do you need? I might be able to help [23:23:56] <mrooney|w> I also might not :) [23:24:20] <mrooney|w> kohsuke: I have noticed twice that adding a second SVN repository to check out re-checks out the first one, this seems like a bug? [23:24:33] <mrooney|w> am I missing something? [23:30:05] <mrooney|w> kohsuke: yeah so it says: "Checking out a fresh workspace because /opt/hudson/jobs/trunk/workspace/hudson doesn't exist\n Checking out http://svnrepos/repos/trunk/webapp" [23:30:05] <mrooney|w> [23:30:22] <mrooney|w> so it sees it is missing the second newly added one, and checks them both out again, interesting [23:48:35] <mrooney|w> I wonder why I have a test result for the most recent build of this project, as well as the dashboard mouseover, but not in the project page itself [23:52:26] <mrooney|w> ah there we go, it just needs two builds with tests to make a useful graph, I guess [23:53:39] *** Serenitec has quit IRC