diff options
author | pst <pst@FreeBSD.org> | 1996-09-07 16:23:49 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-09-07 16:23:49 +0000 |
commit | e639a0f255b5605ba7e7a0b186fa66e70289322e (patch) | |
tree | 56a726535c62a42d3b545865a043215b1f7d8c06 /contrib/groff | |
parent | c754c0f299ffd16674006d1348dcc97d46569ae6 (diff) | |
download | FreeBSD-src-e639a0f255b5605ba7e7a0b186fa66e70289322e.zip FreeBSD-src-e639a0f255b5605ba7e7a0b186fa66e70289322e.tar.gz |
Commit import instructions for future maintainers
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/FREEBSD-upgrade | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/groff/FREEBSD-upgrade b/contrib/groff/FREEBSD-upgrade new file mode 100644 index 0000000..b377ffe --- /dev/null +++ b/contrib/groff/FREEBSD-upgrade @@ -0,0 +1,28 @@ +This directory contains virgin copies of the original distribution files +on a "vendor" branch. Do not, under any circumstances, attempt to upgrade +the files in this directory via patches and a cvs commit. + +To upgrade to a newer version of groff, when it is available: + 1. Unpack the new version into an empty directory. + [Do not make ANY changes to the files.] + + 2. Use the command: + cvs import -m 'Virgin import of FSF groff v<version>' \ + src/contrib/groff FSF v<version> + + For example, to do the import of version 1.10, I typed: + cvs import -m 'Virgin import of FSF groff v1.10' \ + src/contrib/groff FSF v1_10 + + 3. Follow the instructions printed out in step 2 to resolve any + conflicts between local FreeBSD changes and the newer version. + +Do not, under any circumstances, deviate from this procedure. + +To make local changes to tcpdump, simply patch and commit to the main +branch (aka HEAD). Never make local changes on the FSF branch. + +All local changes should be submitted to "jjc@jclark.com" for +inclusion in the next vendor release. + +pst@freebsd.org - 7 Sep 1996 |