Today I copied the stable_supfile from the /usr/share/examples/cvsup to the root directory, and changed the cvsup mirror to download from. This is the only line I changed because reading the comments above the default release tag, I thought this would acquire me the source for the stable release.
Ran the cvsup command line, rebuilt the world and did a uname -a and was supprized when I seen the following:
Ummmm, reading the comments for the cvs tag, I thought I had the correct value there. I know that 8.1 was just released today(seen the notice cross my pidgin twitter screen).
But... I wanted the latest 8.0 stable. Did I need to make the tag RELENG_8_0??
I don't know what I did wrong.
Code:
# The following line is for 8-stable. If you want 7-stable, 6-stable,
# 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_7",
# "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or "RELENG_2_2"
# respectively.
*default release=cvs tag=RELENG_8
Ran the cvsup command line, rebuilt the world and did a uname -a and was supprized when I seen the following:
Code:
8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Mon May 31 21:35:09 EDT 2010
Ummmm, reading the comments for the cvs tag, I thought I had the correct value there. I know that 8.1 was just released today(seen the notice cross my pidgin twitter screen).
But... I wanted the latest 8.0 stable. Did I need to make the tag RELENG_8_0??
I don't know what I did wrong.