Date: Sat, 21 Feb 2004 18:31:49 +0000 From: Ceri Davies <ceri@FreeBSD.org> To: Marc Fonvieille <blackend@FreeBSD.org> Cc: World Wide Web Owner <www@FreeBSD.org> Subject: Re: FreeBSD web build failed on www.freebsd.org Message-ID: <20040221183149.GI45593@submonkey.net> In-Reply-To: <20040221143508.GC12945@abigail.blackend.org> References: <200402210927.i1L9Rb1O089513@www.freebsd.org> <20040221094251.GA12945@abigail.blackend.org> <20040221141751.GD45593@submonkey.net> <20040221143508.GC12945@abigail.blackend.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Z9t8O/5YJLB6LEUl Content-Type: multipart/mixed; boundary="KjX7LgAomYr70Ka9" Content-Disposition: inline --KjX7LgAomYr70Ka9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 03:35:09PM +0100, Marc Fonvieille wrote: > On Sat, Feb 21, 2004 at 02:17:51PM +0000, Ceri Davies wrote: > > > It's maybe time to add in committers doc the need to use > > > LC_ALL=3DC cvs ci, LC_ALL=3DC edit-pr etc. if they have custom locali= zation. > > >=20 > > > (Well I was on the way to add it 1 year ago but... :) ) > >=20 > > The better option is to to enforce it in /usr/local/bin/edit-pr, which > > can easily be done. I already approached admins@ about this a long time > > ago, but I'm not familiar enough with locales to know exactly what > > effect this would have on people who do use them. > >=20 > > How much would it freak you out to lose your locale setting within vi > > with no warning, for instance? If the answer is "not much", then we'll > > just go ahead and do it. >=20 > No one needs "localization" when it's time to use edit-pr or other > repository access tool :) OK, I've requested that admins apply the attached patch to edit-pr on freefall, which should prevent reoccurrence of this in the future. Ceri --=20 --KjX7LgAomYr70Ka9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="edit-pr.diff" Content-Transfer-Encoding: quoted-printable --- edit-pr.orig Sat Feb 21 10:25:41 2004 +++ edit-pr Sat Feb 21 10:26:14 2004 @@ -20,5 +20,6 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. =20 LIBEXECDIR=3D/usr/local/libexec +LC_ALL=3DC; export LC_ALL =20 exec $LIBEXECDIR/gnats/gnats-edit-pr --mode=3Dlocal ${1+"$@"} --KjX7LgAomYr70Ka9-- --Z9t8O/5YJLB6LEUl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN6QVocfcwTS3JF8RAhqqAJ97Geiyi0jGZGjXSy9+wLd4ttFnOQCeLKjy zs1vR5ei/KZCmfrEEVCVK/k= =6SMV -----END PGP SIGNATURE----- --Z9t8O/5YJLB6LEUl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040221183149.GI45593>