Linked by Corey Holcomb-Hockin on Wed 5th Nov 2003 19:48 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
More News »
Sponsored Links



Good and fair article. RE: "a long time" to compile during FreeBSD's 'make world' updating process, with my 1.533Ghz Athlon XP1800+ it takes me about 25 minutes to build world, 5 minutes to build the new kernel, a few seconds to install the kernel, and about a minute and a half to install world. To update an entire OS and kernel, that ain't bad. Do it while you're having breakfast on a weekend morning (afternoon?;).
The following are, from my reading of the Handbook and FreeBSD mailing lists, generally accepted terms for the following CVSup tags:
Tag=. Term=-CURRENT
(This is the up-to-the-minute development version.)
Tag=RELENG_x Term=-STABLE
(This is a more stable version backporting those items from the development branch that appear to be stable after testing by developers and users running -CURRENT. Though the author was somewhat reluctant to try this branch, I haven't had a problem with it in several years of use.)
Next is what seems to me to be the most often used term for the following CVSup tag:
Tag=RELENG_x_y_0 Term=x.y-RELEASE
(That's the same source as appears on the release isos, no changes. It has been extensively tested through preview and release candidate stages.)
Next is a branch for which there is less consensus about what to call it, but the term I've seen most often (a good one IMO, since it doesn't duplicate the names of other branches) is as follows:
Tag=RELENG_x_y Term="Security branch"
(This is the source that went into the release updated to fix security bugs and perhaps a limited number of non-security bugs deemed to be especially critical.)