logs | stats
   August 7, 2009  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:04:19] *** alexlod has joined #hudson
[00:11:29] *** saml has quit IRC
[00:17:24] <rtyler> Lewisham: that sounds probable. not enough developer discipline
[00:17:38] <rtyler> I can't wait until we get the GitHub Ruby VM
[00:25:03] *** davidk has joined #hudson
[00:25:31] *** davidk is now known as Guest37865
[00:36:44] *** alexlod has quit IRC
[00:43:05] <mrooney> rtyler: they sure do, I wish they'd stop reinventing everything and just focus on something
[00:43:37] * rtyler can't stand their Wiki or Issues reinventions
[00:44:27] *** alexlod has joined #hudson
[00:45:10] <mrooney> I know, it seems harmful to the general community
[00:45:20] <rtyler> then there's rip..
[00:45:22] * rtyler sighs
[00:50:02] <mrooney> they have some cool stuff, I think the problem is that they are trying to make money
[00:50:34] <mrooney> integrating with existing free solutions couples you less to their "platform" which I think they want to be
[01:01:31] <calculus> kohsuke: I just got through setting up various window slave nodes and without the right privileges I cannot even do the auto install of the jdk
[01:02:07] <calculus> we ended up just copying a jdk installation from another machine and added .installedByHudson to the directory
[01:04:51] *** velo has quit IRC
[01:45:02] *** penyaskito has quit IRC
[03:05:09] *** admc has quit IRC
[03:05:10] *** mde has quit IRC
[03:05:10] *** kohsuke has quit IRC
[03:05:10] *** jtong has quit IRC
[03:05:10] *** glass-eye has quit IRC
[03:07:27] *** kohsuke has joined #hudson
[03:07:27] *** admc has joined #hudson
[03:07:27] *** mde has joined #hudson
[03:07:27] *** jtong has joined #hudson
[03:07:27] *** glass-eye has joined #hudson
[03:07:27] *** irc.freenode.net sets mode: +o kohsuke
[03:10:26] <kohsuke> calculus: what's the right privileges that you need?
[03:11:14] <kohsuke> I thought the modern versions of Hudson do detect a common security related issues with Windows.
[03:12:21] <jieryn-w> kohsuke: have you any thoughts about securing the irc plugin, linking users which have identified to the particular network to a particular group of users defined in hudson proper?
[03:12:48] <jieryn-w> as it stands, irc plugin is a security hole .. admittedly, opened by the person deploying hudson, but still
[03:13:05] <kohsuke> I don't think I ever touched IRC plugin before.
[03:13:24] <kohsuke> One of the earlier discussions is that we want some core-level support for IM and bots
[03:13:36] <kohsuke> ... then let the plugins contribute transport glue code.
[03:13:52] <kohsuke> But it's bit unrelated to your question, I guess.
[03:14:07] <kohsuke> The usual answer in Hudson is that, "well, that sounds like a good idea! Are you volunteering?"
[03:21:11] <jieryn-w> i am volunteering :) i have a vested interest in the plugin .. but someone who contributes more than speeling mistake patches said last week they were going to peek at it
[03:21:28] <jieryn-w> even if i wasn't going to contribute code itself, a discussion about how to proceed was warranted
[03:21:46] <jieryn-w> since we have security roles which are allowed to trigger a build, it seems odd that the irc plugin has no such notion
[03:22:13] <jieryn-w> was it you, rtyler ?  i think so
[03:37:06] <Hornswoggles> hey yall I'm building a JUnit test results report.  I can't seem to figure out what attribute populates the "Error Messages" part of the report. anyone familiar?
[03:38:06] <kohsuke> I think the easy thing to do is to use Ant <junit> to generate a few reports and see it
[03:38:13] <kohsuke> I don't remember the format off the top of my head now
[03:38:45] <Hornswoggles> ok thanks
[03:39:09] <jieryn-w> anyway.. i guess you have no idea how to solve this problem ..w hich is fine, i don't either :)
[03:39:31] <jieryn-w> kohsuke: anyway, congratz/condolences on your inclusion in the corporate game
[03:39:42] <kohsuke> thanks
[03:40:04] <jieryn-w> personal question: you seem to spend a lot of time on programming, how do you get away with it with your family?
[03:40:22] <kohsuke> Ask my wife and daughter :-)
[03:40:25] <jieryn-w> maybe you're just 50x smarter :)
[03:40:39] <kohsuke> But that reminds me that I should call it a day
[03:40:44] <jieryn-w> agreed
[03:40:52] <kohsuke> Looking forward to your work in the IRC plugin!
[03:41:16] <jieryn-w> good night
[03:41:21] <jieryn-w> :)
[03:56:17] *** rromanchuk has quit IRC
[04:09:34] *** Lewisham has quit IRC
[04:14:15] *** Lewisham has joined #hudson
[04:21:15] *** alexlod has quit IRC
[04:40:32] *** Hornswoggles has left #hudson
[04:58:25] *** abayer has joined #hudson
[05:23:35] *** davidstrauss has joined #hudson
[05:34:08] *** Lewisham has quit IRC
[05:45:13] *** abayer has quit IRC
[06:14:12] *** Lewisham has joined #hudson
[06:25:52] *** wsmoak has quit IRC
[06:27:55] <calculus> kohsuke: I never really figured out what permissions I needed... all it told me was that I needed adminstrator privs
[06:28:24] <calculus> it is odd that I can unpack the linux jdk to my local directory without problems, but I could not do it with the windows one
[06:29:17] <calculus> even just clicking on the .exe resulted in a message about needing more privileges
[06:35:33] *** davidstrauss has quit IRC
[06:44:51] *** penyaskito has joined #hudson
[07:35:24] *** beamso has joined #hudson
[07:35:52] <beamso> hi.
[07:36:13] <beamso> i'm having a problem deploying a plugin that i've developed into a standalone hudson server.
[07:36:37] <beamso> unfortunately it deploys perfectly when i run hudson from the plugin's directory using mvn hpi:run.
[07:38:59] <beamso> hudson complains about a ClassNotFoundException for hudson.maven.MavenReporterDescriptor
[07:43:49] *** akostadinov has joined #hudson
[07:43:49] *** ChanServ sets mode: +v akostadinov
[07:46:56] *** admc has quit IRC
[07:50:25] *** Lewisham has quit IRC
[08:00:44] *** akostadinov has quit IRC
[08:05:24] *** admc has joined #hudson
[08:16:58] *** admc has quit IRC
[08:17:07] *** admc has joined #hudson
[08:17:32] *** Lewisham has joined #hudson
[08:43:01] *** akostadinov has joined #hudson
[08:43:01] *** ChanServ sets mode: +v akostadinov
[08:43:16] *** akostadinov has quit IRC
[08:57:23] *** khmarbaise has joined #hudson
[09:22:01] *** Lewisham has quit IRC
[09:25:39] *** admc has quit IRC
[09:35:47] *** eskatos has joined #hudson
[09:35:53] *** beamso has quit IRC
[10:40:21] *** khmarbaise has quit IRC
[10:51:47] *** gboss has joined #hudson
[10:53:20] <gboss> hello all
[11:00:33] *** trifon has quit IRC
[11:07:10] *** trifon has joined #hudson
[11:13:47] *** admc has joined #hudson
[11:21:11] *** gits has joined #hudson
[11:30:07] <gboss> i have a bug on doclinks plugin
[12:21:21] *** akostadinov has joined #hudson
[12:21:21] *** ChanServ sets mode: +v akostadinov
[12:23:24] *** gits has quit IRC
[12:29:19] *** akostadinov has quit IRC
[12:30:32] *** gits has joined #hudson
[12:44:29] *** akostadinov has joined #hudson
[12:44:29] *** ChanServ sets mode: +v akostadinov
[12:47:47] *** karnaugh has joined #hudson
[12:47:49] <karnaugh> hello
[12:48:00] <karnaugh> http://wiki.hudson-ci.org/display/HUDSON/Distributed+builds
[12:48:12] <karnaugh> "Another way of doing this is to start a slave agent through Java Web Start (JNLP). In this approach, you'll interactively logon to the slave node, open a browser, and open the slave page"
[12:48:18] <karnaugh> Uh, Where?!
[12:48:35] <karnaugh> no such animal exists on my 1.318 install
[13:11:23] *** penyaskito has quit IRC
[13:13:01] *** _W_ has quit IRC
[13:14:06] *** akostadinov has quit IRC
[13:19:37] *** khmarbaise has joined #hudson
[13:26:31] *** penyaskito has joined #hudson
[13:29:36] *** velo has joined #hudson
[13:30:04] *** abayer has joined #hudson
[13:30:48] *** psst has joined #hudson
[14:03:21] *** rdng has joined #hudson
[14:26:28] *** acarbs12 has quit IRC
[14:31:01] *** akostadinov has joined #hudson
[14:31:02] *** ChanServ sets mode: +v akostadinov
[14:35:15] *** jdolan_ has joined #hudson
[14:39:33] *** abayer has quit IRC
[14:39:41] *** colonelx has joined #hudson
[14:39:52] <colonelx> hi all
[14:40:22] <colonelx> i have a few questions about hudson , just wondering if anyone is around to maybe help answer them ?
[14:40:41] *** wsmoak has joined #hudson
[14:44:13] *** penyaskito has quit IRC
[14:55:06] *** wsmoak has quit IRC
[15:00:53] *** dvrzalik has quit IRC
[15:04:05] *** admc has quit IRC
[15:07:39] *** jdolan__ has joined #hudson
[15:10:33] *** acarbs12 has joined #hudson
[15:11:15] *** jdolan_ has quit IRC
[15:16:41] *** admc has joined #hudson
[15:19:39] *** admc has quit IRC
[15:20:57] *** khmarbaise has quit IRC
[15:21:33] *** admc has joined #hudson
[15:33:07] * rdng trolls for info :)
[15:43:29] *** khmarbaise has joined #hudson
[15:50:22] *** kwas has joined #hudson
[15:52:50] <psst> colonelx: why not send them, so that when people do see them they can answer them?
[15:53:21] <psst> colonelx: Actually, I have something to tell you.
[15:57:03] *** admc has quit IRC
[16:07:02] <colonelx> psst: heh sorry . I'll ask them now ...
[16:08:12] <colonelx> for pre and post build actions is the release plugin the way to go .
[16:08:41] <colonelx> basically I need it that a pre action is to checkout from svn by a tag (if passed in)
[16:08:50] <colonelx> then build.
[16:09:17] <colonelx> then post the build kick off a script which will copy my successful build to a location
[16:36:20] *** jbriguet has joined #hudson
[16:49:47] <gboss> checkout > build > execute a script ? is that your scenario ?
[16:54:05] *** jbriguet- has quit IRC
[16:59:50] *** mindless has joined #hudson
[16:59:50] *** ChanServ sets mode: +v mindless
[17:01:33] <psst> colonelx: just for reference, I read your questions, but I don't know about those things (pre- and post-build actions / the release plugin)
[17:03:41] *** rromanchuk has joined #hudson
[17:19:22] *** akostadinov has quit IRC
[17:34:43] *** statlor has joined #hudson
[17:34:44] *** ChanServ sets mode: +v statlor
[17:47:15] *** khmarbaise has quit IRC
[18:07:45] *** gboss has quit IRC
[18:08:31] *** wsmoak has joined #hudson
[18:10:37] *** khmarbaise has joined #hudson
[18:20:49] *** eskatos has quit IRC
[18:28:20] *** Lewisham has joined #hudson
[18:28:23] *** khmarbaise has quit IRC
[18:42:39] *** akostadinov has joined #hudson
[18:42:39] *** ChanServ sets mode: +v akostadinov
[18:44:18] *** mindless has quit IRC
[18:44:51] <colonelx> psst: no probs ...
[18:49:13] *** akostadinov has quit IRC
[18:50:53] *** akostadinov has joined #hudson
[18:50:54] *** ChanServ sets mode: +v akostadinov
[19:07:52] *** rromanchuk has quit IRC
[19:07:52] *** jdolan__ has quit IRC
[19:07:53] *** mwalling has quit IRC
[19:07:53] *** kelt has quit IRC
[19:07:53] *** btQuark has quit IRC
[19:08:10] *** rromanchuk has joined #hudson
[19:08:10] *** jdolan__ has joined #hudson
[19:08:10] *** kelt has joined #hudson
[19:08:10] *** mwalling has joined #hudson
[19:08:10] *** btQuark has joined #hudson
[19:09:13] *** Lewisham has quit IRC
[19:11:19] *** alexlod has joined #hudson
[19:15:41] *** khmarbaise has joined #hudson
[19:21:58] *** akostadinov has quit IRC
[19:31:07] *** psst has quit IRC
[19:37:30] *** khmarbaise has quit IRC
[19:39:39] *** akostadinov has joined #hudson
[19:39:39] *** ChanServ sets mode: +v akostadinov
[19:51:54] *** akostadinov has quit IRC
[19:56:09] *** Lewisham has joined #hudson
[19:56:36] *** Lewisham_ has joined #hudson
[20:00:07] *** kohsuke has quit IRC
[20:03:41] *** Lewisham has quit IRC
[20:11:25] *** kohsuke has joined #hudson
[20:11:50] *** ChanServ sets mode: +o kohsuke
[20:27:45] *** kohsuke has quit IRC
[20:31:35] *** kwas has quit IRC
[20:44:48] *** rdng has quit IRC
[20:50:25] *** Hornswoggles has joined #hudson
[20:53:26] *** admc has joined #hudson
[20:53:37] *** alexlod has quit IRC
[20:55:44] *** gits has quit IRC
[21:08:51] *** Lewisham_ has quit IRC
[21:34:29] *** abayer has joined #hudson
[21:34:30] *** admc has quit IRC
[21:35:05] *** admc has joined #hudson
[22:06:10] *** jdolan__ has quit IRC
[22:09:05] *** alexlod has joined #hudson
[22:16:54] *** admc has quit IRC
[22:17:51] *** admc has joined #hudson
[22:43:56] *** admc has quit IRC
[22:47:47] *** admc has joined #hudson
[22:58:42] *** velo has quit IRC
[23:01:58] *** gits has joined #hudson
[23:02:05] *** kohsuke has joined #hudson
[23:02:18] *** ChanServ sets mode: +o kohsuke
[23:13:29] *** admc has quit IRC
[23:14:22] *** admc has joined #hudson
[23:23:57] *** admc has quit IRC
[23:26:11] *** wsmoak has quit IRC
[23:33:23] *** statlor has quit IRC

top