summaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* Add Tatsumi Hosokawa to committers. I'll be his initial contact injkh1998-02-122-4/+4
| | | | any issues that might come up.
* Killed davidg.dg1998-01-282-4/+4
|
* Add 'dg' (I'm renaming my account).davidg1998-01-282-4/+4
|
* Removed Drew Derbyshire upon his request. Too bad, Drew, but thanksjoerg1998-01-042-4/+4
| | | | for being honest and telling us so.
* Add Jamil Weatherby as limited committer so he can maintain his own driver.jkh1997-12-062-4/+4
|
* Add Vanilla Ice to ports committers.jkh1997-11-252-4/+4
|
* Whups! Get Amancio Hasty's username correct.jkh1997-11-122-4/+4
|
* Add Amancio Hasty to committers.jkh1997-11-102-4/+4
|
* It is my great pleasure, as usual, to announce that Justin Segerasami1997-10-272-4/+4
| | | | | | | | (jseger) has joined the list of the distinguished committers. If I haven't screwed up something, you should be able to commit now, Justin. Please move yourself to the committers section in the handbook (the usual first assignment :).
* Welcome Tim Vanderhoek <hoek@hwcn.org> as a new committer!joerg1997-09-262-4/+4
|
* Tighten the RCS template, so you can see more of what files you're going tojoerg1997-09-101-11/+4
| | | | | commit, as opposed to see the same boring non-information only all the time. Also mention the purpose of the `PR' line.
* Add Brandon Gillespie to committers list. I will be his "sponsor"jkh1997-09-052-4/+4
| | | | for the first 6 months.
* Open up for commits again.peter1997-08-222-4/+4
|
* PANIC STATIONS!! Please, hold the commits for a moment while I fix things!peter1997-08-222-4/+4
|
* Welcome Wolfgang Helbig to the committers' crew.joerg1997-08-192-4/+4
| | | | Well, he promised us to compete with Philippe Charnier :), let's see.
* Please welcome Jonathan Lemon <jlemon@freebsd.org> to committers!jkh1997-08-142-4/+4
| | | | He'll be working on the DOS emulator, among other things.
* Add new committer Matt Jacob <mjacob>. Matt will be helping outgibbs1997-08-132-4/+4
| | | | | | primarily in the SCSI arena. Welcome aboard, Matt!
* Add new committer Ralf S. Engelschall <rse>. Welcome aboard, Ralf !andreas1997-07-302-4/+4
| | | | | | Would someone with root privileges please be so kind to create him an account on freefall ? Thanks a lot ! ack'ed by: core
* Change Chris Timmons's login to "cwt" per request.jdp1997-07-152-4/+4
|
* Add new committer Chris Timmons <skynyrd>. Welcome aboard, Chris!jdp1997-07-142-4/+4
|
* Add itojun (Jun-ichiro Itoh) to our list of committers. Welcome aboard,asami1997-07-092-4/+4
| | | | | | | | itojun! Your first assignment (like everyone else) is to move yourself from the "additional contributors" to "developers" section in the handbook. :)
* Welcome Drew Derbshire to the FreeBSD committers crowed. He's the authorjoerg1997-06-202-4/+4
| | | | | | | of UUPC, and promised to do whatever maintenance will be required for our UUCP. Btw., he's got UID 700...
* oops, forgot to have logcheck checked out into /home/ncvs/CVSROOT/logcheckpeter1997-06-081-1/+2
|
* Deactivate the cvsedit wrapper around $EDITOR, verifymsg/logcheck shouldpeter1997-06-081-3/+3
| | | | be doing a better job now. (fingers crossed)
* Activate logcheck as an alternative to cvseditpeter1997-06-081-1/+5
|
* Cosmetic, use same perl as the other scriptspeter1997-06-081-2/+2
|
* Use hostname() to see if we should append @FreeBSD.org to the mailpeter1997-06-081-5/+14
| | | | addresses
* Checkin of eventual replacement for the editinfo stuff. This will be runpeter1997-06-081-0/+71
| | | | | | from the verifymsg hook to clean the log message on all commits including remote ones, cvs commit -m 'msg' and cvs commit -F msgfile, rather than just local commits on freefall with the editor.
* Be more consistant with $Id$peter1997-06-085-10/+12
|
* I think these two went missing too..peter1997-06-082-0/+39
|
* Hmm, I don't know what happened to the real version of this, but somethingpeter1997-06-082-0/+38
| | | | (or somebody) deleted the real avail,v file from /home/ncvs/CVSROOT(!)
* Update version check to cope with the probability that cvs will soon bumppeter1997-05-261-3/+3
| | | | | it's version digits into double digits, eg: cvs-1.10.0. Bump minimum number for the version installed on freefall.
* recognise top-level ~ncvs/doc directorypeter1997-05-231-1/+2
|
* Put a warning next to the check for commits on freefall about the mailpeter1997-05-211-9/+36
| | | | | | | being sent to cvs-*@freebsd.org. Also, some minor cosmetic tweaks. Reviewed by: Submitted by: Obtained from:
* Set umask so newly created commitlogs dont get bad modespeter1997-05-171-1/+9
| | | | | | Reviewed by: Submitted by: Obtained from:
* Fix some bugs that I introduced not long before committing last time..peter1997-05-151-7/+18
| | | | | | | | | | | - suppress duplicate copies of mail to mailing lists when directories are crossed. I removed the use of dbm files for simplicity and used flat text files, but I kinda forgot about the implicit unique keys, so work around it now. - Don't log the action header if it's unchanged from the last directory. It could still possibly be duplicated, but I'm pretty sure the branch tag hashing will stop that from happening. (I hope :-) - add an extra 5 chars to the directory column
* RED ALERT! RED ALERT! Mission control, we have a slight technicalpeter1997-05-152-253/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem... No seriously, this is a major revamp of the log scripts in preperation for an update to a later version of cvs (ie: 1.9.8) Among the changes: - lots of dead code and useless stuff ripped out - lots of things rewritten and/or redesigned - support new message format that's passed from cvs to the log script so that commits to individual files on branches works. - perl5 now *required* due to above (hashes of arrays @{$var${tag}}) - commit message format slightly changed due to per-file branches - new mailing lists (well, from last year) and commitlogs supported, eg: cvs-contrib, cvs-tools, etc - more space for filenames on each line before wrapping. - more intelligent line wrapping, alignment should be better. - no more insanely long Subject: lines. There are more changes in the pipeline, including being able to do a partial commit message when cvs is aborted in the middle of a commit, but since the diff of the changes is now much larger than the file itself, and we need the new cvs support, commit this now. It's had a fair bit of testing in a private copy of the cvs tree, but it's still not all that unlikely that there won't be things I've missed.
* Edit out null `PR:'sbde1997-04-132-4/+6
| | | | PR:
* I added a "PR:\t\t" line, trying to indicate that it is legal to close PR's.phk1997-04-131-0/+1
|
* Add a check to make sure that cvs on freefall isn't spammed again withpeter1996-12-231-1/+8
| | | | an older version!
* Don't send mail when somebody does a 'cvs add' on a directory. It's notpeter1996-12-151-2/+3
| | | | | much use anyway and just makes people reluctant to use 'cvs add' even though it's more appropriate than 'cvs import' in several cases.
* Dont forget to clean temporary files when doing short logfile processingpeter1996-03-111-1/+2
| | | | for imports..
* An (ahem) "hack" to stop the duplicate mail messages going to cvs-all..peter1996-02-161-2/+2
|
* Attempt to fix some outstanding bugs/misfeatures/bogons in the CVSROOTpeter1996-02-0716-120/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code, as well as simplifying some admin procedures. The main change is to stop multi-directory commits only having the subject info of the last directory, and not being sent to all the lists, and not being logged to the appropriate commitlogs. updateCVSROOT is gone (yay!), it's functionality is replaced by a cvs-1.6 feature - the 'checkoutlist' file, which is designed explicitly for this. This will stop the easy-import users from getting told the mailing list is out of date when a committer has been added but had missed out on being put on the cvs-committers mailing list. Update the comments and info in the *info files with the cvs-1.6 headers, this fixes a few typos, clarifys some things, corrects some misleading comments, etc. Some stub files added to indicate how new cvs-1.6+ functionality is used, but left commented out (taginfo, cvswrappers, etc) All hard-coded references to /home/ncvs are changed back to $CVSROOT (as suggested to me by bde) now that cvs-1.6+ makes a special effort to ensure $CVSROOT is always set. This allows the $CVSROOT files to be used elsewhere (eg: for testing) with much less pain. mkavail is history as well, it was often being forgotten. cvs-committers now takes the user list from /etc/group:ncvs via a trivial perl script. This is so that we still have the ability to temporarily disable commit access via 'avail' without cutting off the cvs-committers mailing list. Since /etc/group editing is still required, this is not a new admin overhead. If we ever change so that membership of "ncvs" is not required (eg: /usr/bin/cvs becomes setgid and access control is via avail) then we are going to have to do it some other way. (I have ideas) I have tested this on my machines, but it is possible that I have missed something. As usual, please yell if I've botched it.
* Something funny is going on with the mailing list mapping andpeter1995-11-271-3/+2
| | | | | the perl construct "local($dir) = @_; " - perl warns about it, but it doesn't seem to work if I directly assigned $dir....
* It was a little disturbing to not see mkmodules being run anymore.peter1995-11-271-1/+2
|
* Clean up updateCVSROOT a bit more..peter1995-11-271-2/+3
|
* Add in revision summaries to the log_accum.pl file...peter1995-11-271-16/+147
| | | | | | | | | I've been using this code in this approximate form for about 6 months now. I'm keen to hear how useful this is/isn't for people. It gives an unambiguous indication of how big the commit is, and the revision numbers are collected into one place to make it easier to find and follow all the parts of a commit over multiple files.
* Just about finished......peter1995-11-271-2/+2
|
* Uncomment a little more of updateCVSROOT.. I'm doing this in smallpeter1995-11-271-6/+6
| | | | incremental steps.. Please forgive the number of commits....
OpenPOWER on IntegriCloud