RE: [Spacewalk-devel] PATCH: Allow for rhncfg-client get to --exclude files

2009-02-12 Thread Coe, Colin C. (Unix Engineer)
Ahem... From: spacewalk-devel-boun...@redhat.com [spacewalk-devel-boun...@redhat.com] On Behalf Of Miroslav Suchý [msu...@redhat.com] Sent: Thursday, 12 February 2009 7:31 PM To: spacewalk-devel@redhat.com; Coe, Colin C. (Unix Engineer) Subject: Re

[Spacewalk-devel] PATCH: remove duplicate 'isRhel2' check from code/src/com/redhat/rhn/domain/kickstart/KickstartInstallType.java

2009-02-11 Thread Coe, Colin C. (Unix Engineer)
Hi all Real simple patch to remove a duplicate check. CC NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient,

RE: [Spacewalk-devel] PATCH: remove duplicate 'isRhel2' check from code/src/com/redhat/rhn/domain/kickstart/KickstartInstallType.java

2009-02-11 Thread Coe, Colin C. (Unix Engineer)
From: Devan Goodwin [dgood...@redhat.com] Sent: Wednesday, 11 February 2009 9:37 PM To: spacewalk-devel@redhat.com Cc: Coe, Colin C. (Unix Engineer) Subject: Re: [Spacewalk-devel] PATCH: remove duplicate 'isRhel2' check from code/src/com/redhat/rhn/domain/kickstart

[Spacewalk-devel] BZ 481180

2009-02-10 Thread Coe, Colin C. (Unix Engineer)
Hi all Just looking at this bugzilla filed by John H and just wondering if there was any chance that there was whitespace in the interpreter field? If its possible that there was whitspace in the field, I have a patch that adds a check on 'kss.getInterpreter()' for starts with something

RE: [Spacewalk-devel] beginning spacewalk development

2009-01-20 Thread Coe, Colin C. (Unix Engineer)
: Coe, Colin C. (Unix Engineer) wrote: My suggestion is to start (small) on something you don't like about spacewalk/satellite or think improvements can be made. I'm still only tinkering around the edges but that's how I started

RE: [Spacewalk-devel] Question regarding sending patches

2009-01-12 Thread Coe, Colin C. (Unix Engineer)
: Re: [Spacewalk-devel] Question regarding sending patches Coe, Colin C. (Unix Engineer) wrote: No probs, .zip file attached. editarea's homepage is http://www.cdolivet.net/editarea/. CC For 0.4 we will just inline it, unzip and check into spacewalk/web/html/javascript which I did already

RE: [Spacewalk-devel] Patch: disable syntax highlighting in editarea and remove duplicated code

2009-01-12 Thread Coe, Colin C. (Unix Engineer)
: [Spacewalk-devel] Patch: disable syntax highlighting in editarea and remove duplicated code Mike McCune wrote: Coe, Colin C. (Unix Engineer) wrote: Hi all Apologies for this. I've found that the perl and bash syntax checking is flawed so this patch turns the syntax checking off

[Spacewalk-devel] Follow-up: Shared script segments or cobbler script snippets

2009-01-07 Thread Coe, Colin C. (Unix Engineer)
Hi all Some time ago I emailed the list about having common scripts/scriptlets that could be referenced in multiple kickstart profiles. At the time I was advised that cobbler could do this and to wait for the cobbler integration.

RE: [Spacewalk-devel] Email not showing in http://www.mail-archive.com/spacewalk-devel@redhat.com/

2009-01-07 Thread Coe, Colin C. (Unix Engineer)
not showing in http://www.mail-archive.com/spacewalk-devel@redhat.com/ -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 7 Jan 2009 20:40:07 +0900 Coe, Colin C. (Unix Engineer) colin@woodside.com.au wrote: Hi all Yesterday morning I sent an email containing two patches. I can see

RE: [Spacewalk-devel] Follow-up: Shared script segments or cobbler script snippets

2009-01-07 Thread Coe, Colin C. (Unix Engineer)
@redhat.com Subject: Re: [Spacewalk-devel] Follow-up: Shared script segments or cobbler script snippets Coe, Colin C. (Unix Engineer) wrote: Hi all Some time ago I emailed the list about having common scripts/scriptlets that could be referenced in multiple kickstart profiles. At the time I

[Spacewalk-devel] Patches: make kickstart use editarea not textarea

2009-01-06 Thread Coe, Colin C. (Unix Engineer)
Hi all I figured I'd just get these in sooner rather than later. Attached are two patches: 1) replaces the HTML textarea tags with editarea. Very similar to the previous textarea - editarea patch for the managed config files. And again, this depends on the editarea .zip being extacted to

RE: [Spacewalk-devel] Couple of questions

2009-01-05 Thread Coe, Colin C. (Unix Engineer)
@redhat.com Subject: Re: [Spacewalk-devel] Couple of questions Hey Colin, Coe, Colin C. (Unix Engineer) wrote: Hi all First up, I'm working on a patch to add a 'nicer' editor to replace textareas in specific places (Kickstart pre/post scripts and config file creatation and editing

[Spacewalk-devel] Couple of questions

2009-01-04 Thread Coe, Colin C. (Unix Engineer)
Hi all First up, I'm working on a patch to add a 'nicer' editor to replace textareas in specific places (Kickstart pre/post scripts and config file creatation and editing). The problem I'm having is when I change html:textarea property=contents rows=20 cols=80 /br / to textarea

[Spacewalk-devel] Patches: rhncfg-*

2008-12-09 Thread Coe, Colin C. (Unix Engineer)
Hi all Attached are two patches. The first fixes an issue where the sticky, suid and/or guid bits are ignored when uploading files using rhncfg-manager. The second provides an 'ls' like output of managed files. Called by 'rhncfg-client elist'. (I'm submitting this on behalf of a colleague,

RE: [Spacewalk-devel] Kickstart script questions

2008-11-20 Thread Coe, Colin C. (Unix Engineer)
, 19 November 2008 9:09 PM To: Coe, Colin C. (Unix Engineer) Subject: RE: [Spacewalk-devel] Kickstart script questions Hi Colin, I would really like to see your kickstart scripts if you can make them available. From what I have seen you have done some pretty cool things and I can certainly learn

RE: [Spacewalk-devel] Kickstart script questions

2008-11-20 Thread Coe, Colin C. (Unix Engineer)
Sorry about that. I've renamed the scripts to *_txt, just strip the _txt off the names. CC From: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Thursday, 20 November 2008 8:00 PM To: Coe, Colin C. (Unix Engineer) Subject: RE: [Spacewalk-devel] Kickstart

[Spacewalk-devel] PATCH: JUNIT tests for get/setCustomOptions

2008-11-18 Thread Coe, Colin C. (Unix Engineer)
Hi all Attached are the JUNIT tests for the get/setCustomOptions API calls. This is a correction of the patch sent Oct 5. Apologies for the delay. CC NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not

RE: [Spacewalk-devel] Patches: serializers and setCustomOptions API call

2008-10-03 Thread Coe, Colin C. (Unix Engineer)
Hi Brad, Thanks :) I'm working on the JUnit tests now. CC From: Brad Buckingham [EMAIL PROTECTED] Sent: Friday, 3 October 2008 8:39 PM To: Coe, Colin C. (Unix Engineer) Cc: spacewalk-devel@redhat.com Subject: Re: [Spacewalk-devel] Patches: serializers

RE: [Spacewalk-devel] Patches: serializers and setCustomOptions API call

2008-10-03 Thread Coe, Colin C. (Unix Engineer)
Hi Brad Attached is a patch to fix CryptoKeySerializer.java. I got carried away with cleaning up... CC From: Brad Buckingham [EMAIL PROTECTED] Sent: Friday, 3 October 2008 8:39 PM To: Coe, Colin C. (Unix Engineer) Cc: spacewalk-devel@redhat.com Subject

[Spacewalk-devel] Patches: serializers and setCustomOptions API call

2008-10-02 Thread Coe, Colin C. (Unix Engineer)
Hi all Attached are two patches: 0004 - fixes a bunch of checkstyle messages (apologies as I forgot to do this before sending the last patch in) 0005 - adds setCustomOptions - thanks to jmrodri for pointing me in the right direction with this. Comments/criticisms welcome. CC NOTICE: This

RE: [Spacewalk-devel] API dev question

2008-09-23 Thread Coe, Colin C. (Unix Engineer)
-Original Message- From: Jesus M. Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 September 2008 12:20 PM To: Coe, Colin C. (Unix Engineer) Cc: spacewalk-devel@redhat.com Subject: Re: [Spacewalk-devel] API dev question On Mon, Sep 22, 2008 at 11:46 PM, Coe, Colin C. (Unix

RE: [Spacewalk-devel] Patch: add 'Last Changed' column toKickstart profile list page

2008-09-19 Thread Coe, Colin C. (Unix Engineer)
Hmm, I see your point. I was most interested in the pre/post script changes. Would you be happy with a 'last modified' column on the scripts page? CC From: Jan Pazdziora [mailto:[EMAIL PROTECTED] Sent: Fri 9/19/2008 7:29 PM To: Coe, Colin C. (Unix Engineer