Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 21:02:52 +0000
From:      krad <kraduk@gmail.com>
To:        utisoft@gmail.com
Cc:        freebsd-questions@freebsd.org, pigskinwhitehat@icqmail.com
Subject:   Re: *default release=cvs tag=RELENG_8 in both standard-supfile and stable-supfile
Message-ID:  <AANLkTiniGGtsCEH6OgYjUk52NZ3BGc8O1OMEzFMhkFHN@mail.gmail.com>
In-Reply-To: <AANLkTimy%2B6sbkKvbpO1OXvwSsxMzdVbh9=ttpXaqN=2C@mail.gmail.com>
References:  <8CD53D08C773B3C-2350-246C3@Webmail-m114.sysops.aol.com> <AANLkTimy%2B6sbkKvbpO1OXvwSsxMzdVbh9=ttpXaqN=2C@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 November 2010 18:45, Chris Rees <utisoft@gmail.com> wrote:

> On 16 November 2010 18:09,  <pigskinwhitehat@icqmail.com> wrote:
> > I was wondering why both the stable & standard supfiles on FreeBSD-8.1 /
> > amd64 both have the exact release tag:
> >
> > *default release=cvs tag=RELENG_8
> >
> > Shouldn't they be different? What would be the correct tab for each
> supfile
> > respectively?
>
> On my machine, it's not; they're different (and I have RELENG_8_1).
>
> However, if you checkout RELENG_8 then standard-supfile will be for
> RELENG_8 which is the same for STABLE, so I assume you've actually
> checked out RELENG_8, not RELENG_8_1. Were you to checkout RELENG_8_1
> you'd have that tag in standard-supfile.
>
> If you get what I mean... I'm supposed to be a teacher too!
>
> Chris
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>


there does seem to be a bit of duplication going on here, which could cause
confusion. Maybe we could have a security sup file that has the relevant tag
for the release

# grep -v "#" /usr/share/examples/cvsup/stable-supfile

*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8
*default delete use-rel-suffix

*default compress

src-all

# grep -v "#" /usr/share/examples/cvsup/standard-supfile

*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8
*default delete use-rel-suffix

*default compress

src-all



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTiniGGtsCEH6OgYjUk52NZ3BGc8O1OMEzFMhkFHN>