PDA

View Full Version : cvs grabbing wrong version?


feralape
December 2nd, 2008, 01:10
This is my sup file:


*default tag=RELENG_6
*default host=cvsup9.us.FreeBSD.org
*default prefix=/usr
*default base=/var/db
*default release=cvs delete use-rel-suffix compress
src-all


here is how I run it:

csup -g -L 2 /root/cvs/src.supfile


this has worked for... well, since 6.0 was released. It's always downloaded the lasted production/release quality source files.

I download and rebuilt a week or two ago and to my suprise was running this!


fire2# uname -a
FreeBSD fire2 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #38: Thu Nov 20 01:59:55 CST 2008 root@fire2:/usr/obj/usr/src/sys/FIRE i386



oh noes! how did that happen? I just want production releases, not pre-releases!

Andrius
December 2nd, 2008, 01:20
If you want production releases, then get RELENG_6_4. If you really want -STABLE, then you got what you wanted, the name was changed because 6.4 release was coming.

More reading: http://bsdtips.utcorp.net/mediawiki/index.php/Stable

bsddaemon
December 2nd, 2008, 02:49
I just want production releases, not pre-releases!

csup did what you told it to do.

Note FreeBSD 6.4 was officially released just a few days ago, so if you csup with the same way as you did before, now you will get FreeBSD 6.4-RELEASE

feralape
December 2nd, 2008, 03:27
csup did what you told it to do.

Note FreeBSD 6.4 was officially released just a few days ago, so if you csup with the same way as you did before, now you will get FreeBSD 6.4-RELEASE

ok... how do I tell it to only get official stable releases from 6_xxx branch?

cajunman4life
December 2nd, 2008, 05:54
As mentioned above, change the tag from RELENG_6 to RELENG_6_4 and that will follow the 6.4 series.

feralape
December 2nd, 2008, 06:21
As mentioned above, change the tag from RELENG_6 to RELENG_6_4 and that will follow the 6.4 series.

How do I follow the entire stable/release 6_* branch?

Mel_Flynn
December 2nd, 2008, 07:01
By changing RELENG_6_$x to RELENG_6_$x+1 on each release. There's no other way.

SirDice
December 2nd, 2008, 08:33
csup did what you told it to do.

Note FreeBSD 6.4 was officially released just a few days ago, so if you csup with the same way as you did before, now you will get FreeBSD 6.4-RELEASE

No, you will get 6.4-STABLE