Re: [Queue-developers] patches: rlimits-bug-fix, queued--foreground
Brought to you by:
wkrebs
From: W. G. K. <wer...@ya...> - 2001-02-09 19:33:22
|
Yes, we're here. The ways things are currently going, 1.30.2 probably won't see light before mid-March. One thing that would really help speed up this process if the various patches you and others have submitted to queue-developers, and to the patch manager on www.gnuqueue.org, were merged into the CVS archive. That way, it would be easy for people to download the latest, patched distribution. It's actually very easy to apply the patches to CVS distribution; the instructions are on the web. Basically, you just download the distribution from cvs, apply the patches (using patch) and then do a "cvs ci" to put your new version into the archive. Then, you just post a message to "queue-developers" saying you've merged in your latest patch, and the patched files can be downloaded from the CVS repository. Obviously, there are a number of patches, so it would be good if someone would look through all of these and iron out any conflicts. But even your patches alone, applied to the CVS archive, would be very helpful. Let me know what your Sourceforge username is (sourceforge is at http://www.gnuqueue.org) and I'll enable you for write access to the CVS repository so that you can apply your patches. Obviously, if you are uncomfortable with the CVS archive, I don't want to discourage you from continuing to submit your patches to queue-developers (this is always a good idea, even if you use CVS, so that people know what has changed). But, if you do agree to do this, it will really help all of us alot by making it much quicker to get feedback on the patched versions, and get 1.30.2 out much sooner. Thanks. Quoting QingLong <qin...@Bo...>: > Hello! > Anybody alive here? > > I submit to your consideration two patches (see attachment): > > queue-1.30.1.rlimits-bug-fix.diff > A ``small integer used to index the q_rlimit array'' upper limit > and RLIM_NLIMITS were confused in a couple of places in RLIMIT_* > entities handling code. This patch fixes this bug. > It also adds a few new RLIMIT_*'s available in Linux > (they all are properly wrapped in #ifdef's). > > queue-1.30.1.queued--foreground.diff > This patch moves ``rinning in foreground'' feature control from `--debug' > to its own command line option `--foreground'. > I think that having an ability to control run mode independently > from `--debug' is very usefull for Queue now, as I consider it > as not yet very stable and requiring contiguous debugging > even during ``production'' run in background. > This patch also renames `-v' (--version) to `-V' in accordance > with traditions, btw `-v' is traditionally used for `--verbose'. > The patch also squeezes a couple of unnecessary repititions > and slightly ``beatifies'' `show usage' and `show version' code. > > Please consider mergeing these changes in Queue. > > Thank you. > > QingLong. > |