-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/06/2010 17:26:22, Grant Peel wrote: > Hi all, > > Its been a while since I have used CVSup. > > I have a server with FreeBSD 8 RELEASE on it. It was built very shortly > after 8.0 was released. > > I want to run CVSup on the source and ports before deploying it > > TO make sure that just ports and source are updated, what tag do I use > in the supfile (to stay with RELEASE only)? > > RELENG_8_0 ?
Yes. Except that cvsup is spelled csup nowadays -- or at least the C language version in the base system is csup(1). Also RELENG_8_0 is a tag that applies /only/ to the source distribution. Ports simply isn't tagged and branched in the same way. You pretty much always want HEAD when csup'ing ports. Verb. Sap. Put something like the following in your /etc/make.conf (choose a cvsup server closer to you) and you can update both src and ports by running 'make update' in /usr/src: SUP_UPDATE= yes SUP= /usr/bin/csup SUPFLAGS= -L2 SUPHOST= cvsup.uk.freebsd.org SUPFILE= /usr/share/examples/cvsup/standard-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile (standard-supfile should default to RELENG_8_0 on a box running 8.0-RELEASE, but check and edit the file to make sure) Cheers Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matt...@infracaninophile.co.uk Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwRFT0ACgkQ8Mjk52CukIxjiQCfa/3K/gEHHwr/0hpBLLXyPilm EMIAn070XZWdvY2dzm62tFzjkWgBa7yK =JIM2 -----END PGP SIGNATURE----- _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"