History log of /freebsd-10-stable/usr.sbin/ctm/mkCTM/mkCTM
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 108533 01-Jan-2003 schweikh

Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.


# 42832 19-Jan-1999 danny

Use 4 digit year in log file, rather than 2.


# 19892 20-Nov-1996 phk

Latest reality.


# 19835 17-Nov-1996 phk

Make the case where there is no changes look less fatal.


# 19813 16-Nov-1996 phk

Improve mkctm.c so we can use it, and start using it.
This should help quite a bit on the load. Notice that
some minor changes in config files will be needed.
Contact me for details.


# 18115 07-Sep-1996 peter

After queueing deltas, send out an initial two mails since that will cover
99.9% of the cases at with out delay as before.


# 18110 07-Sep-1996 peter

- resync with configs running on freefall
- add ctm_conf.gnats from freefall
- add support for doing both the immediate mailout and the queued mailout.
- use "sendmail -odq -t" rather than "sendamil -t" to make it queue to
the mailqueue rather than immediately begin transmission. This allows
us to take advantage of our ordered dequeueing system without blowing
WC's T1 to hell with a 50 part mailout in parallel.
- bump the max ctm size from 3MB to 10MB.... This is mainly for the fast
list.


# 15702 09-May-1996 phk

Update to current reality.
mkctm.c can replace the guts of mkCTM if anybody feels like it...


# 7463 29-Mar-1995 phk

The latest round of bugfixes here...


# 6788 28-Feb-1995 phk

Added lock-files, so we should know if the machine panic'ed in the middle
of an "apply".


# 6777 27-Feb-1995 phk

Latest updates to this.


# 6588 21-Feb-1995 phk

Be more exclusive about cvs-locks.


# 6563 20-Feb-1995 phk

The new and improved mkCTM. Learning from this experience it has been
improved on a couple of accounts. Amongst these are "damage control"
more than 100 files removed and it will bail out...


# 6553 19-Feb-1995 phk

Some recent small changes. Probably about time I start writing this in C.


# 5014 08-Dec-1994 phk

Update to current reality.


# 3833 24-Oct-1994 phk

These patches fix some lesser problems:

1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.

Bruce

I updated the mkCTM stuff while I was at it anyway. /phk

Reviewed by: phk
Submitted by: bde


# 3112 26-Sep-1994 phk

A couple of nit-picks.


# 2971 22-Sep-1994 phk

Various cleanup and fixes.


# 2948 21-Sep-1994 phk

The next batch of refinements. Now it no longer needs to call on ed(1) to
fix our files, it has a builtin "diff -n" editor.


# 2926 20-Sep-1994 phk

A bunch of improvements. Still far to go.


# 2887 19-Sep-1994 phk

This commit was generated by cvs2svn to compensate for changes in r2886,
which included commits to RCS files with non-trunk default branches.


# 2886 19-Sep-1994 phk

This is the present state of CTM version 2. Please do not ask for
subscriptions yet. Wait for the announcement.

CTM is my humble attempt to get -current out to people beyond TCP/IP
connections. This is for people with dial-up connections and such.

CTM can make a delta from one version to another of a source-tree, in
a efficient and verified way. Even if there are binary files in the
tree. It will even try to make the delta as small as possible.

It is OK with me if you yell "Bloating!" but I'll just forward your email
to some of the happy customers from CTM version 1, and let them tell you
what they think.

I will not put ctm into "make world" yet. For now it is just the logical
way to get the sources out to people who helps me test this.

Poul-Henning