On 16 November 2010 18:45, Chris Rees <[email protected]> wrote: > On 16 November 2010 18:09, <[email protected]> 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 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [email protected]" >
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
