*default release=cvs tag=RELENG_8 in both standard-supfile and stable-supfile

krad kraduk at gmail.com
Tue Nov 16 21:02:55 UTC 2010


On 16 November 2010 18:45, Chris Rees <utisoft at gmail.com> wrote:

> On 16 November 2010 18:09,  <pigskinwhitehat at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at 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


More information about the freebsd-questions mailing list