Re: [Spacewalk-devel] [PATCHes] fix a fd leak, and other patches

2009-10-08 Thread Jesus M. Rodriguez
Hrm I haven't been paying attention to this, but you should never just close FileWriters, etc. The better approach is to use a try/catch to close it. We should never really be throwing IOExceptions when we can handle them, also logging a warning after catching an IOException is not the best idea

Re: [Spacewalk-devel] Split of spacewalk yum repo?

2009-09-08 Thread Jesus M. Rodriguez
2009/9/8 Dennis Gilmore den...@ausil.us: On Friday 04 September 2009 07:33:36 am Miroslav Suchý wrote: Today, we have both Spacewalk (and proxy) packages together in one repo with client packages. If somebody will install Spacewalk on RHEL he will get as side effect all those client packages

Re: [Spacewalk-devel] Split of spacewalk yum repo?

2009-09-04 Thread Jesus M. Rodriguez
2009/9/4 Miroslav Suchý msu...@redhat.com: Today, we have both Spacewalk (and proxy) packages together in one repo with client packages. If somebody will install Spacewalk on RHEL he will get as side effect all those client packages (rhnlib, yum-rhn-plugin, rhn-client-tools), which will get

Re: [Spacewalk-devel] Re: Add spacewalk-backend Requires on python-pgsql.

2009-08-14 Thread Jesus M. Rodriguez
On Fri, Aug 14, 2009 at 9:00 AM, Michael Mrakamichael.mr...@redhat.com wrote: Fedora Hosted Git Repositories - spacewalk.git/rss log: % Add spacewalk-backend Requires on python-pgsql. % % Add spacewalk-backend Requires on python-pgsql. % %   • [DH] backend/spacewalk-backend.spec % % URL:

Re: [Spacewalk-devel] PostgreSQL Update How To Get Involved

2009-08-14 Thread Jesus M. Rodriguez
You need to run with --disconnected option: https://fedorahosted.org/spacewalk/wiki/HowToInstall#ConfiguringSpacewalk 2009/8/14 Devrim GÜNDÜZ dev...@commandprompt.com: On Thu, 2009-08-13 at 16:41 -0300, Devan Goodwin wrote: 6. Run spacewalk-setup and specify postgresql for the database type.

Re: [Spacewalk-devel] fr: sync schedule does not occur as pending action

2009-08-10 Thread Jesus M. Rodriguez
On Mon, Aug 10, 2009 at 9:14 AM, Marcus Moellerm...@marcus-moeller.de wrote: Hi all, on 0.6 if a yum respository is added and 'Sync Repo' is set, it says: 'repository sync scheduled' It would be great if this would occur on the scheduled/pending actions tab, too. Nice idea, I've filed a

Re: [Spacewalk-devel] Keeping up with rawhide

2009-08-06 Thread Jesus M. Rodriguez
2009/8/6 Miroslav Suchý msu...@redhat.com: Greg DeKoenigsberg wrote: Is it better to be pulling stuff straight out of git, or is it better to be using some combination of the 0.6/rawhide RPM nightly builds at miroslav.suchy.cz? Nightly builds. Sometimes in master are commits which can broke

[Spacewalk-devel] Spacewalk repo has been branched

2009-08-06 Thread Jesus M. Rodriguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The spacewalk git repo has been branched: master - Spacewalk 0.7 SPACEWALK-0.6 - Spacewalk 0.6 We still need to bump the version in the spec files in master. - -- jesus m. rodriguez| jes...@redhat.com sr. software engineer | irc: zeus

Re: [Spacewalk-devel] rhnpush error from latest 0.6 packages

2009-08-06 Thread Jesus M. Rodriguez
On Thu, Aug 6, 2009 at 8:46 PM, John Matthewsjmatt...@redhat.com wrote: I installed our latest 0.6 packages from koji and am seeing a problem with rhnpush. from rhnpush Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in type

Re: [Spacewalk-devel] 0.6 Ready for Testing

2009-08-04 Thread Jesus M. Rodriguez
On Tue, Aug 4, 2009 at 11:14 AM, Michael Stahnkemastah...@gmail.com wrote: On Fri, Jul 31, 2009 at 8:57 AM, Devan Goodwindgood...@redhat.com wrote: Still Oracle dependencies because we still depend on Oracle. :) Spacewalk right now would be less than useless without them. The pgsql merge is

Re: [Spacewalk-devel] Three rhn_rpm.py files?

2009-08-03 Thread Jesus M. Rodriguez
ugh, I hate when we do that :) +1 to using the same one and repackage. In the short term, could we create one then symlink them to the other places? It would seem silly to create an rpm package that had just the one file. On Mon, Aug 3, 2009 at 9:25 AM, Jan Pazdziorajpazdzi...@redhat.com wrote:

[Spacewalk-devel] Re: java/code

2009-07-21 Thread Jesus M. Rodriguez
Um what is this for? seems like a lot of code for a one time thing. My first impression is -1 to this commit. jesus On Tue, Jul 21, 2009 at 5:23 PM, Mike McCunemmcc...@fedoraproject.org wrote:  java/code/src/com/redhat/rhn/domain/task/Task.hbm.xml                           |    9  

Re: [Spacewalk-devel] Off Topic: Command Line Fu

2009-07-20 Thread Jesus M. Rodriguez
bin7Fi3KDdzw1.bin Description: PGP/MIME version identification encrypted.asc Description: OpenPGP encrypted message ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Off Topic: Command Line Fu

2009-07-20 Thread Jesus M. Rodriguez
binmbRRJ5Hs95.bin Description: PGP/MIME version identification encrypted.asc Description: OpenPGP encrypted message ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Off Topic: Command Line Fu

2009-07-20 Thread Jesus M. Rodriguez
On Mon, Jul 20, 2009 at 1:14 PM, Dennis Gilmoreden...@ausil.us wrote: On Monday 20 July 2009 11:58:00 am Jesus M. Rodriguez wrote: Jesus  i cant decrypt your encrypted message Dennis ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https

[Spacewalk-devel] Re: spacewalk/config spacewalk/setup

2009-07-14 Thread Jesus M. Rodriguez
On Tue, Jul 14, 2009 at 5:51 PM, Partha Ajipar...@fedoraproject.org wrote:  spacewalk/config/etc/sysconfig/rhn-satellite-prep/etc/rhn/rhn.conf |    3 +++  spacewalk/config/satellite-rules.conf                              |    4 +++-  spacewalk/setup/bin/spacewalk-setup                        

Re: [Spacewalk-devel] new script spacewalk-api - feedback wanted

2009-07-09 Thread Jesus M. Rodriguez
Wow that's great. I love everything about it except the fact that it's more perl code :) Aside from that looks good. jesus 2009/7/9 Miroslav Suchý msu...@redhat.com: SPACEWALK-API(1)      User Contributed Perl Documentation SPACEWALK-API(1) NAME       spacewalk-api - Call Spacawalk API from

[Spacewalk-devel] Config class becoming cobbler config...

2009-06-30 Thread Jesus M. Rodriguez
This most recent commit http://tinyurl.com/mws95e seems to make Config.java more and more a KickstartConfig class. I know it shouldn't bother me but it does, that Config used to be pretty generic a class simply to access the configuration. But of late it has become a dumping ground for config

[Spacewalk-devel] Re: java/code

2009-06-24 Thread Jesus M. Rodriguez
Partha, This should probably be public int getDefaultVirtMemorySize() { return Config.get().getInt(virt.default.memsize, 512); } That way we can override the value via config at any time. jesus On Wed, Jun 24, 2009 at 12:34 PM, Partha Ajipar...@fedoraproject.org wrote:  

[Spacewalk-devel] Re: java/code

2009-06-20 Thread Jesus M. Rodriguez
Partha, EXCELLENT commit with just one nit pick :) see inline. java/code/webapp/WEB-INF/decorators/layout_c.jsp |5 +++ [snip filelist] New commits: commit 8c7a125761d570236aa67559e249ef336c3e83c6 Author: Partha Aji p...@redhat.com Date: Fri Jun 19 18:37:46 2009

[Spacewalk-devel] Fwd: Spacewalk 0.5 on Fedora 10 x86_64

2009-05-19 Thread Jesus M. Rodriguez
FYI ... -- Forwarded message -- From: Jesus M. Rodriguez jmro...@gmail.com Date: Wed, May 20, 2009 at 12:03 AM Subject: Spacewalk 0.5 on Fedora 10 x86_64 To: spacewalk-l...@redhat.com spacewalk-l...@redhat.com Folks (including myself) were having issues installing Spacewalk 0.5

Re: [Spacewalk-devel] Channel Name Length

2009-05-06 Thread Jesus M. Rodriguez
On Wed, May 6, 2009 at 5:57 PM, Pradeep Kilambi pkila...@redhat.com wrote: Jason Dobies wrote: I'm taking a look at https://bugzilla.redhat.com/show_bug.cgi?id=498467 In short, when we clone a channel we default the name to Clone of *. For certain Red Hat channels, this results in a channel

[Spacewalk-devel] Re: Branch 'VADER' - java/code

2009-05-06 Thread Jesus M. Rodriguez
On Wed, May 6, 2009 at 11:34 AM, Justin Sherrill jlsherr...@fedoraproject.org wrote:  java/code/src/com/redhat/rhn/domain/kickstart/KickstartData.java                           |    2 -  java/code/src/com/redhat/rhn/domain/kickstart/KickstartScript.java                         |    3 +-  

Re: [Spacewalk-devel] Re: branding/css java/code

2009-05-06 Thread Jesus M. Rodriguez
On Tue, May 5, 2009 at 11:45 AM, Partha Aji p...@redhat.com wrote: [snip] Can we get a unit test for the comparator? Sure it looks like a trivial class, but let's test it so that we don't break it. This is not a new add, we have been using DynamicComparator class in the List Tag over the

[Spacewalk-devel] something funky is going on with building/tagging

2009-05-06 Thread Jesus M. Rodriguez
I'm seeing weird errors more and more often now with building in master. while pushing the branding tags in master. fatal: Invalid revision range ..20840c06cc33f00a9457d271c9eaeb1563ebd494 thoughts? jesus ___

[Spacewalk-devel] Re: something funky is going on with building/tagging

2009-05-06 Thread Jesus M. Rodriguez
along the same lines, 'tito report' mentioned a problem with the spacewalk-monitoring-selinux packaging tagging. When i tried to retag it, I got a messy stack trace. http://pastebin.com/m331abf84 jesus On Wed, May 6, 2009 at 10:47 PM, Jesus M. Rodriguez jmro...@gmail.com wrote: I'm seeing

Re: [Spacewalk-devel] Dojo?

2009-05-02 Thread Jesus M. Rodriguez
On Sat, May 2, 2009 at 1:48 PM, Cliff cpe...@redhat.com wrote: So, anyone looked at dojo in the pass? If so, thoughts on it? Could/would it replace our list tag? Make it better? Compatible licenses? The old age problem of how to represent lots of data in a timely manner to Spacewalk folks and

[Spacewalk-devel] Brainbox (ack/nackd) :)

2009-05-02 Thread Jesus M. Rodriguez
I've gone through Brainbox ( https://fedorahosted.org/spacewalk/wiki/BrainBox ) and added my comments to most of the features listed. jesus ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

Re: [Spacewalk-devel] removing remote branches

2009-04-24 Thread Jesus M. Rodriguez
origin/schemasandbox origin/spacewalk-repomd Please let me know what these are for and if I can remove them. jesus Jesus M. Rodriguez wrote: I think I asked this before but didn't do it :) so I'm asking again. Please let me know if you NEED any of these branches. If I do not hear from anyone I

[Spacewalk-devel] removing remote branches

2009-04-23 Thread Jesus M. Rodriguez
I think I asked this before but didn't do it :) so I'm asking again. Please let me know if you NEED any of these branches. If I do not hear from anyone I will delete them TOMORROW (Friday): origin/errata-cache origin/iss origin/monitoring origin/multiarch origin/multiorg

Re: [Spacewalk-devel] Errors when running 'ant clean all'

2009-04-19 Thread Jesus M. Rodriguez
I don't think the ant ones are needed in ivy.xml anymore. We took them out because they were old versions and would conflict with new versions of other jars. The project should build despite these warnings. It is probably better to remove jmap and velocity from the build-props as IIRC we don't

Re: [Spacewalk-devel] [PATCH] handle orphaned GID's the same way as orphaned UID's

2009-04-15 Thread Jesus M. Rodriguez
I added you to the Contributor's List: https://fedorahosted.org/spacewalk/wiki/ContributorList jesus On Wed, Apr 15, 2009 at 3:33 AM, Maxim Burgerhout ma...@wzzrd.com wrote: Thanks! I'm glad I have been able to help out. Maxim Burgerhout ma...@wzzrd.com GPG Fingerprint

Re: [Spacewalk-devel] fatal: ambiguous argument when pushing tags to Spacewalk repo

2009-04-04 Thread Jesus M. Rodriguez
On Fri, Apr 3, 2009 at 4:30 PM, Jason Dobies jason.dob...@redhat.com wrote: What rev of git are you all using? I'm on git-1.5.6.6-1.fc9.x86_64 Depends on the box I'm on a the time: git-1.6.0.6-1.fc10.x86_64 git-1.5.5.6-2.el5 -- Jason Dobies RHN Satellite / Spacewalk RHCE#

Re: [Spacewalk-devel] fatal: ambiguous argument when pushing tags to Spacewalk repo

2009-04-04 Thread Jesus M. Rodriguez
On Sat, Apr 4, 2009 at 10:10 PM, Jesus M. Rodriguez jmro...@gmail.com wrote: On Fri, Apr 3, 2009 at 4:30 PM, Jason Dobies jason.dob...@redhat.com wrote: What rev of git are you all using? I'm on git-1.5.6.6-1.fc9.x86_64 Depends on the box I'm on a the time: git-1.6.0.6-1.fc10.x86_64 git

Re: [Spacewalk-devel] Re: spacewalk-setup-0.5.24-1.el5 successfully untagged from dist-5E-sw-0.5-candidate by dgilmore

2009-03-31 Thread Jesus M. Rodriguez
Dennis Gilmore wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/31/2009 11:50 AM, Jesus M. Rodriguez wrote: Miroslav Such wrote: And all others packages have been untagged. Which effectively broken down rel-eng/build-missing-builds-in-koji.sh script. May I propose to create 0.6

Re: [Spacewalk-devel] Exceptions need work

2009-03-26 Thread Jesus M. Rodriguez
On Thu, Mar 26, 2009 at 11:25 AM, Devan Goodwin dgood...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Mar 2009 22:45:46 -0400 Jesus Rodriguez jes...@redhat.com wrote: This is more of a note to self, but I'd figured I'd share with everyone. We need to revisit

Re: [Spacewalk-devel] 0.5 State of the Union

2009-03-26 Thread Jesus M. Rodriguez
On Thu, Mar 26, 2009 at 1:03 PM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Wed, Mar 25, 2009 at 05:26:16PM -0400, Jesus M. Rodriguez wrote: IIRC you never get past the waidpid. It is noteworthy that everything is up and running at this point, spacewalk-setup just doesn't realize it. Jan

Re: [Spacewalk-devel] spacewalk-commits

2009-03-26 Thread Jesus M. Rodriguez
On Thu, Mar 26, 2009 at 8:19 PM, Dennis Gilmore den...@ausil.us wrote: would anyone object to me creating a spacewalk-comm...@lists.fedorahosted.org and having all commits pushed to fedorahosted emailed there? I would be fine with that. We didn't do it before because folks thought the RSS feed

Re: [Spacewalk-devel] 0.5 State of the Union

2009-03-25 Thread Jesus M. Rodriguez
on a file to be owned by the jabberd user, which doesn't exist at least on F10, it's now just the jabber user. I fixed this today: 6ff2e4c035239140e85089bab690ff63add38303 http://tinyurl.com/clqkgn -- jesus m. rodriguez| jes...@redhat.com sr. software engineer | irc: zeus rhn

Re: [Spacewalk-devel] Re: 491762 - ProfileManager.epochcmp incorrectly handling null epoch value

2009-03-24 Thread Jesus M. Rodriguez
agreed, we've become quite lax with our unit tests (present company included). jesus 2009/3/24 Mike McCune mmcc...@redhat.com: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=1aad37f79cfc242aa4a3752f46b0d70f4a1bef4c this simple fix screams for a unit test Mike -- Mike

Re: [Spacewalk-devel] PGPORT: Query tagging commits to cherry-pick into master

2009-03-24 Thread Jesus M. Rodriguez
On Tue, Mar 24, 2009 at 1:20 PM, Devan Goodwin dgood...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think cherry-picking these commits would help reduce the conflicts in the pgsql branch: 22fae9993b39a35f882131ce7ae5c4b9024744cf

Re: [Spacewalk-devel] largish checkin

2009-03-18 Thread Jesus M. Rodriguez
On Wed, Mar 18, 2009 at 5:24 PM, Mike McCune mmcc...@redhat.com wrote: Jesus M. Rodriguez wrote: Mike McCune wrote: I just pushed a big port of our old perl based kickstart file downloader into java: http://git.fedorahosted.org/git/spacewalk.git?p=spacewalk.git;a=commit;h

Re: [Spacewalk-devel] making log statment debug as it was intended to be

2009-03-17 Thread Jesus M. Rodriguez
It avoids the creation of the debug string, over time this can get costly. We had a huge problem with this at my last job and we improved performance quite a bit by simply wrapping our debug logs in an if statement. the JIT pretty much compiles out the block at runtime. We are NOT that good at

Re: [Spacewalk-devel] Code Review Tool

2009-03-13 Thread Jesus M. Rodriguez
On Fri, Mar 13, 2009 at 9:57 AM, Miroslav Suchý msu...@redhat.com wrote: James Bowes wrote: Why not take away everyone's commit access and make all changes go through the mailing list first? E.g. Google has it this way. And it was enough PITA that I did not finished that process and take my

Re: [Spacewalk-devel] F10 nightly repo

2009-03-12 Thread Jesus M. Rodriguez
On Thu, Mar 12, 2009 at 2:31 AM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Thu, Mar 12, 2009 at 12:00:41AM -0400, Jesus Rodriguez wrote: I tried to install the F10 nightly repo tonight on a fresh (and updated) F10 box. I got the following dependency errors: http://fpaste.org/paste/5924

Re: [Spacewalk-devel] Code Review Tool

2009-03-12 Thread Jesus M. Rodriguez
2009/3/12 Michael Mraka michael.mr...@redhat.com: Pradeep Kilambi wrote: % Miroslav Suchý wrote: % Seeing as Jesus likes reviewing commit... I'm just wondering - do we % want to setup some Code Review tools? Will we use it? Or gitk/tig and % sending mails to spacewalk-devel is sufficient? %

Re: [Spacewalk-devel] Code Review Tool

2009-03-12 Thread Jesus M. Rodriguez
On Thu, Mar 12, 2009 at 3:31 PM, Jesus M. Rodriguez jmro...@gmail.com wrote: 2009/3/12 Michael Mraka michael.mr...@redhat.com: Pradeep Kilambi wrote: I like the idea either. IMHO post commit review would be enough (we do it now when reading commit logs) so commits could be taken automaticaly

Re: [Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-12 Thread Jesus M. Rodriguez
2009/3/12 Michael Mraka michael.mr...@redhat.com: Jan Pazdziora wrote: % On Thu, Mar 12, 2009 at 07:27:19AM +0100, Jan Pazdziora wrote: % On Wed, Mar 11, 2009 at 08:09:49PM -0700, Mike McCune wrote: %

[Spacewalk-devel] space05 bugs still in NEW/ASSIGNED state

2009-03-10 Thread Jesus M. Rodriguez
There are still 27 bugs unaddressed for Spacewalk 0.5. http://tinyurl.com/bfz3le Please try to get these addressed by noon on Thursday. jesus -- jesus m. rodriguez| jes...@redhat.com sr. software engineer | irc: zeus rhn satellite spacewalk | 919.754.4413 (w) rhce

config constants (Re: [Spacewalk-devel] 487563 - switching take_snapshots to enable_snapshots)

2009-03-05 Thread Jesus M. Rodriguez
On Thu, Mar 5, 2009 at 9:01 AM, Brad Buckingham bbucking...@redhat.com wrote: This is a good question.  I'll be working on modifications in the future to make the documentation links configurable.  This would be to address the fact that the various help links in Spacewalk are currently

Re: [Spacewalk-devel] [Fwd: Package: spacewalk-java-0.5.25-1.fc10 Tag: dist-f10-sw-0.5-candidate Status: failed Built by: msuchy]

2009-03-02 Thread Jesus M. Rodriguez
Investigating, odd that it says it can't find bcel package. jesus 2009/3/2 Miroslav Suchý msu...@redhat.com: It seems that recent commits to /java broke the building Original Message Subject: Package: spacewalk-java-0.5.25-1.fc10 Tag: dist-f10-sw-0.5-candidate Status:

[Spacewalk-devel] GitGuide Tips section updated

2009-02-25 Thread Jesus M. Rodriguez
I added my command prompt that shows the git branch when in a git directory. https://fedorahosted.org/spacewalk/wiki/GitGuide#Tips There are other ways of doing this, but this is the one I use. I hope it helps others. -- jesus m. rodriguez| jes...@redhat.com sr. software engineer

[Spacewalk-devel] space05 bugs

2009-02-24 Thread Jesus M. Rodriguez
unaddressed bugs: 37 - http://tinyurl.com/bm3e9y total bugs: 84 - http://tinyurl.com/dx5skq We are planning on going out on March 15th (the Ides of March release). Please have your unaddressed bugs done by no later than March 9th. Sincerely, Spacewalk Nanny -- jesus m. rodriguez

[Spacewalk-devel] updated LICENSE.txt file again

2009-02-23 Thread Jesus M. Rodriguez
. -- jesus m. rodriguez| jes...@redhat.com sr. software engineer | irc: zeus rhn satellite spacewalk | 919.754.4413 (w) rhce # 805008586930012| 919.623.0080 (c) +---+ | Those who cannot learn from history | | are doomed to repeat

Re: [Spacewalk-devel] Spacewalk Cgit Web Interface

2009-02-16 Thread Jesus M. Rodriguez
Very nice, I like that a lot. On Mon, Feb 16, 2009 at 12:31 PM, Devan Goodwin dgood...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noticed in Fedora Weekly News there's some talk of replacing gitweb with cgit for the Fedora infrastructure git web interface. They've got

[Spacewalk-devel] broken links in rss feed?

2009-02-15 Thread Jesus M. Rodriguez
Anyone else having busted links in the rss feed? The titles have a url of : http://git.fedoraproject.org/git/?p=spacewalk.git%3Ba I'm using google reader which might be my problem. Just curious if others noticed it. jesus ___ Spacewalk-devel mailing

Re: [Spacewalk-devel] build.py: CLI Changes Coming Soon

2009-02-09 Thread Jesus M. Rodriguez
tito gets my vote. +1 On Mon, Feb 9, 2009 at 9:14 PM, Clifford Perry cpe...@redhat.com wrote: Devan Goodwin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Working on cvs build integration for build.py and seeing some cleanup that needs to happen before things start getting out of

Re: [Spacewalk-devel] Debugging Unit Tests

2009-02-03 Thread Jesus M. Rodriguez
On Tue, Feb 3, 2009 at 7:01 PM, Jason Dobies jason.dob...@redhat.com wrote: I checked in the lines directly into the file, commented out by default: http://tinyurl.com/aeem8w I hope you didn't mind, but I made it so that you can now pass in -Dtestdebug=true and it will invoke the debugger.

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-28 Thread Jesus M. Rodriguez
On Wed, Jan 28, 2009 at 5:43 AM, Miroslav Suchý msu...@redhat.com wrote: Jason Dobies wrote: As I was working on the performance enhancements for the SSM bulk channel subscription change (https://bugzilla.redhat.com/show_bug.cgi?id=469984) I started to wonder if our approach to the SSM in

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-28 Thread Jesus M. Rodriguez
On Wed, Jan 28, 2009 at 10:09 AM, Justin Sherrill jsher...@redhat.com wrote: Jesus M. Rodriguez wrote: On Tue, Jan 27, 2009 at 5:30 PM, Justin Sherrill jsher...@redhat.com wrote: Jesus Rodriguez wrote: On Tue, Jan 27, 2009 at 04:12:43PM -0500, Jason Dobies wrote: [snip] Outside of what we

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-27 Thread Jesus M. Rodriguez
On Tue, Jan 27, 2009 at 4:45 PM, Jason Dobies jason.dob...@redhat.com wrote: Just a quick followup, from my reading Quartz does seem to support a lot of these needs, including thread pooling and canceling tasks. I'm willing to bet they support timeouts too. I'm not sure how much of this we

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-27 Thread Jesus M. Rodriguez
On Tue, Jan 27, 2009 at 5:30 PM, Justin Sherrill jsher...@redhat.com wrote: Jesus Rodriguez wrote: On Tue, Jan 27, 2009 at 04:12:43PM -0500, Jason Dobies wrote: [snip] Outside of what we track for a request, the big question is how to thread off the work. One possibility is taskomatic,

Re: [Spacewalk-devel] bugzilla

2009-01-24 Thread Jesus M. Rodriguez
On Sat, Jan 24, 2009 at 4:00 PM, Travis Camechis camec...@gmail.com wrote: Is there a way for me to get emails when bugs are entered/updated? I haven't used bugzilla before and Im not sure if that is even possible without being a core developer. You can add yourself to the CC list of the

Re: [Spacewalk-devel] Informal Devel Environment Survey

2009-01-23 Thread Jesus M. Rodriguez
On Thu, Jan 22, 2009 at 3:03 PM, Coe, Colin C. (Unix Engineer) colin@woodside.com.au wrote: I've found that doing the steps under 'Deploying Development Schema' doesn't work (for me anyway) and ends up needing to redo the dev environment. Also, I'd like to see

Re: [Spacewalk-devel] Proofreading

2009-01-22 Thread Jesus M. Rodriguez
On Thu, Jan 22, 2009 at 9:11 AM, Miroslav Suchý msu...@redhat.com wrote: Can I ask somebody with English as native language to read my commit 084b882ef21f0b68631c222135e5c3f340db2495 and edit my errors I made in that man page? Thx in advance. checked in minor changes:

Re: [Spacewalk-devel] make upload-tgz

2009-01-20 Thread Jesus M. Rodriguez
On Tue, Jan 20, 2009 at 10:56 AM, Dennis Gilmore den...@ausil.us wrote: I changed make upload-tgz behaviour. previously it was using a user in the scp which it was determining from whoami. my fas account name does not match my local user name so trying to upload resulted in my getting blocked

Re: [Spacewalk-devel] beginning spacewalk development

2009-01-20 Thread Jesus M. Rodriguez
On Tue, Jan 20, 2009 at 8:11 PM, Travis Camechis camec...@gmail.com wrote: Thanks for the advice everyone. Whats probably the best way to get familiar with spacewalk? I know the overall spacewalk functionality but never actually used it. Also whats the best way to pick bugs? I don't want to

Re: [Spacewalk-devel] PGPORT (installation issue using make)

2009-01-19 Thread Jesus M. Rodriguez
On Mon, Jan 19, 2009 at 3:19 PM, Vikram Rai vra...@gmail.com wrote: Hi Jeff, Here is what we have tried so far: Installed spacewalk with version 0.3 and got permission denied and internal errors which do not give information as to what went wrong. Installed 0.4 and got: Tomcat failed to

Re: [Spacewalk-devel] error after completing development workstation setup

2009-01-19 Thread Jesus M. Rodriguez
On Mon, Jan 19, 2009 at 10:11 PM, Travis Camechis camec...@gmail.com wrote: After completing the development workstation setup, I attempted to hit the spacewalk page but received an error on the page. After looking at the logs it appeared to be a null pointer exception on line 90 of

Re: [Spacewalk-devel] New email list

2009-01-18 Thread Jesus M. Rodriguez
On Sun, Jan 18, 2009 at 7:29 PM, Bruce Momjian br...@momjian.us wrote: I have created a special email list for use by EDB employees working on spacewalk. The members are: Bruce Momjian br...@momjian.us George Williams george.willi...@enterprisedb.com

[Spacewalk-devel] Re: Spacewalk 0.4 BRANCHED

2009-01-16 Thread Jesus M. Rodriguez
Michael Mraka wrote: Jesus M. Rodriguez wrote: % master = spacewalk 0.5 % SPACEWALK-0.4 = spacewalk 0.4 Why 0.4 branch is called SPACEWALK-0.4 while we have RELEASE-0.2 and RELEASE-0.3 branches? -- Michael Mráka Satellite Engineering, Red Hat As part of the on going Spacewalk to Satellite

[Spacewalk-devel] hold off on checkins to master

2009-01-14 Thread Jesus M. Rodriguez
Please hold your commits to master for now, we're finalizing Spacewalk 0.4 builds. If you've got 0.4 bugs to fix, please definitely use master. If not, hold off or use a branch for now. Thanks jesus -- jesus m. rodriguez| jes...@redhat.com sr. software engineer | irc: zeus rhn

Re: [Spacewalk-devel] Why do we hate specspo?

2009-01-08 Thread Jesus M. Rodriguez
This bug seems to describe why we conflict with specspo: https://bugzilla.redhat.com/show_bug.cgi?id=175774 jesus On Thu, Jan 8, 2009 at 9:03 AM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Thu, Jan 08, 2009 at 08:56:03AM -0500, Pradeep Kilambi wrote: As I recall cliff mentioning to me

Re: [Spacewalk-devel] commons-io?

2008-12-15 Thread Jesus M. Rodriguez
On Sun, Dec 14, 2008 at 7:48 AM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Sat, Dec 13, 2008 at 11:17:13AM -0500, Jesus M. Rodriguez wrote: [snip] It might be needed by a package that we use, which means that the Requires should be fixed on the other dependent package. Well

[Spacewalk-devel] commons-io?

2008-12-13 Thread Jesus M. Rodriguez
Jan, What caused us to need jakarta-commons-io? http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=2a7387eb5f26ec43cc3fc01b48fbc050b4e941cc None of our code uses commons-io: $ grep commons ivy.xml dependency org=redhat name=commons-beanutils rev=1.7.0 / dependency

[Spacewalk-devel] instead of new Long().toString() try String.valueOf()

2008-12-11 Thread Jesus M. Rodriguez
Shannon, Instead of new Long(daysUntilExpiration).toString(), I think String.valueOf(daysUntilExpiration) looks better. I'm just being picky, because what you have works, though like I said I think it looks better with String.valueOf()

[Spacewalk-devel] symlink of sqlplus

2008-12-11 Thread Jesus M. Rodriguez
Michael, Excellent, thanks for doing this. http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=7c1c8cd0faa52a34db383e7477567bd20971806c jesus ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

[Spacewalk-devel] httpd.conf?

2008-12-10 Thread Jesus M. Rodriguez
Mike, I thought we were getting rid of satellite-httpd in favor of /etc/httpd/conf.d? http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=056892dfcd5dcabc49bb7b487033227ed5268f13 jesus ___ Spacewalk-devel mailing list

[Spacewalk-devel] commit message format reminder

2008-12-06 Thread Jesus M. Rodriguez
Partha, The commit message is bug number - message. Let's try to keep it consistent. http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=6463bc732ccc61672776dda3ed6a2676ac455046 thanks jesus ___ Spacewalk-devel mailing list

[Spacewalk-devel] Fwd: exception naming

2008-12-06 Thread Jesus M. Rodriguez
-- Forwarded message -- From: Jesus M. Rodriguez [EMAIL PROTECTED] Date: Sat, Dec 6, 2008 at 2:56 PM Subject: exception naming To: [EMAIL PROTECTED] John, Please rename CommunicationErrorSearchServer and ErrorWithSearchQuery to something *Exception. http://git.fedorahosted.org

Re: [Spacewalk-devel] New Makefile.git(2) committed

2008-11-26 Thread Jesus M. Rodriguez
On Wed, Nov 26, 2008 at 5:11 AM, Miroslav Suchý [EMAIL PROTECTED] wrote: Jesus M. Rodriguez wrote: How does this compare to the build.py stuff we added? The formula for comparability is: Makefile.git build.py :) Then let's pick one or the other. Having two is confusing. While I prefer

Re: [Spacewalk-devel] Reason why we should use dist-5E-sw-0.4

2008-11-26 Thread Jesus M. Rodriguez
On Wed, Nov 26, 2008 at 8:23 AM, Jan Pazdziora [EMAIL PROTECTED] wrote: On Wed, Nov 26, 2008 at 01:50:45PM +0100, Miroslav Suchý wrote: That is probably OK with small packages (like nocpulse-common), but it do not work with main packages (like java), which are usually rebuild only once just

Re: [Spacewalk-devel] Reason why we should use dist-5E-sw-0.4

2008-11-26 Thread Jesus M. Rodriguez
Just to chime in with my preference, I think I'd prefer to have it remain largely as we do today. - - Require manual package rebuilds. (assign people to keep a loose eye on certain packages if there's a genuine problem with no re-builds taking place) - - Keep the version going up for each

Re: [Spacewalk-devel] New Makefile.git(2) committed

2008-11-25 Thread Jesus M. Rodriguez
code and if you tell me your thoughts. How does this compare to the build.py stuff we added? While I prefer the build.py (as I can work more easily with python than make), I don't care which one ultimately we choose. -- jesus m. rodriguez| [EMAIL PROTECTED] sr. software engineer | irc

Re: [Spacewalk-devel] schema upgrade required

2008-11-25 Thread Jesus M. Rodriguez
On Tue, Nov 25, 2008 at 2:12 PM, Mike McCune [EMAIL PROTECTED] wrote: I added a few new schema upgrades to master: spacewalk/schema/spacewalk/upgrade/spacewalk-0.3-spacewalk-0.4 132-rhnActionKickstartGuest-add-kshost.sql 133-rhnKickstartVirtualizationType-update.sql

[Spacewalk-devel] Spacewalk 0.4 update

2008-11-24 Thread Jesus M. Rodriguez
Hey Spacewalk hackers, I'd like to wrap up feature and bug fixing by 12/5 so that we can start the package building process on Monday 12/8 for a release on 12/15. Let me know if this will be a problem. Feature freeze: 12/5 Packages: 12/9 QA freeze: 12/12 Release: 12/15 If we can get the

[Spacewalk-devel] Re: Spacewalk 0.4 update

2008-11-24 Thread Jesus M. Rodriguez
On Mon, Nov 24, 2008 at 5:46 PM, Jesus M. Rodriguez [EMAIL PROTECTED] wrote: Hey Spacewalk hackers, I'd like to wrap up feature and bug fixing by 12/5 so that we can start the package building process on Monday 12/8 for a release on 12/15. Let me know if this will be a problem. Feature

Re: [Spacewalk-devel] Developers: please rebuild packages

2008-11-21 Thread Jesus M. Rodriguez
We're rebuilding only the stuff that has changed right? I don't see any reason to rebuild anything if nothing has changed. 2008/11/21 Miroslav Suchý [EMAIL PROTECTED]: $ rel-eng/koji-missing-builds.pl dist-5E-sw-0.4-candidate Extra builds in koji: spacewalk-selinux-0.4.1-1.el5

[Spacewalk-devel] taskomatic refactoring

2008-11-21 Thread Jesus M. Rodriguez
I refactored some of the packages in our java tree based on the code analysis page: https://hosted.fedoraproject.org/spacewalk/wiki/CodeAnalysis * I moved InvalidUserNameException into the frontend.xmlrpc.test package because it was only used by UnitTestHandler. * I created a new taskomatic.core

[Spacewalk-devel] reminder commit message

2008-11-19 Thread Jesus M. Rodriguez
Jason, Can you please change your commit messages? http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=b9ef3ebb28596c762bf949f89b0c523a6df22257 Here's the original message: https://www.redhat.com/archives/spacewalk-devel/2008-September/msg4.html jesus

[Spacewalk-devel] OracelXeSetup page updated

2008-11-07 Thread Jesus M. Rodriguez
/OracleXeSetup -- jesus m. rodriguez| [EMAIL PROTECTED] sr. software engineer | irc: zeus rhn satellite spacewalk | 919.754.4413 (w) rhce # 805008586930012| 919.623.0080 (c) +---+ | Those who cannot learn from history | | are doomed to repeat

Re: [Spacewalk-devel] Nightly builds

2008-11-01 Thread Jesus M. Rodriguez
On Thu, Oct 30, 2008 at 10:49 AM, Miroslav Suchý [EMAIL PROTECTED] wrote: Jan Pazdziora wrote: Mirek, some packages seem to be missing from the repos. For example, spacewalk-java-0.3.6-1.el5.sw is nowhere to be found even if it is tagged in spacewalk-5E-0.3-candidate. Am I doing something

Re: [Spacewalk-devel] Nightly builds

2008-11-01 Thread Jesus M. Rodriguez
On Thu, Oct 30, 2008 at 9:31 AM, Miroslav Suchý [EMAIL PROTECTED] wrote: I prepared nighlty builds: http://miroslav.suchy.cz/spacewalk/rawhide/ http://miroslav.suchy.cz/spacewalk/rawhide-candidate/ It is created from packages in spacewalk-5E-[lastversion] resp.

[Spacewalk-devel] cobbler: XMLRPCInvoker and XMLRPCHelper

2008-11-01 Thread Jesus M. Rodriguez
Mike, Why do we need XMLRPCInvoker interface? https://fedorahosted.org/spacewalk/browser/java/code/src/com/redhat/rhn/manager/kickstart/cobbler/XMLRPCInvoker.java Can we move XMLRPCHelper out of the kickstart.cobbler package? Seems it could be useful for other things not just cobbler or

[Spacewalk-devel] cleanup.py

2008-10-14 Thread Jesus M. Rodriguez
Justin, What's up with the if True:? http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=a6040267c89d0510e18d7302872eedc809209d19 jesus ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

Re: [Spacewalk-devel] cleanup.py

2008-10-14 Thread Jesus M. Rodriguez
upon passed in arguments. -Justin Jesus M. Rodriguez wrote: Justin, What's up with the if True:? http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=a6040267c89d0510e18d7302872eedc809209d19 jesus ___ Spacewalk-devel mailing list

[Spacewalk-devel] Spacewalk 0.2 src rpms updated

2008-10-03 Thread Jesus M. Rodriguez
The Spacewalk 0.2 source rpms are up now. I apologize for missing this step during the release process. http://www.redhat.com/spacewalk/source/ -- jesus m. rodriguez| [EMAIL PROTECTED] sr. software engineer | irc: zeus rhn satellite spacewalk | 919.754.4413 (w) rhce

[Spacewalk-devel] stringtree-json commit

2008-09-26 Thread Jesus M. Rodriguez
Partha, Two comments on your latest commit. http://tinyurl.com/48vsdl 1) can we make the methods consistent? you have String toJson(Object) and Object jsonToObject(String) How about toJson - objectToJson? 2) please update the spacewalk-java.spec to BuildRequires: stringtree-json AND

Re: [Spacewalk-devel] API dev question

2008-09-23 Thread Jesus M. Rodriguez
On Tue, Sep 23, 2008 at 8:06 PM, Coe, Colin C. (Unix Engineer) [EMAIL PROTECTED] wrote: -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] Spacewalk 0.1 to 0.2 upgrades available

2008-09-19 Thread Jesus M. Rodriguez
the mailing lists. Enjoy! P.S. PLEASE BACKUP YOUR DATA! -- jesus m. rodriguez| [EMAIL PROTECTED] sr. software engineer | irc: zeus rhn satellite spacewalk | 919.754.4413 (w) rhce # 805008586930012| 919.623.0080 (c) +---+ | Those who

  1   2   >