From owner-freebsd-python@FreeBSD.ORG Sun Jun 22 23:16:05 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71411F75; Sun, 22 Jun 2014 23:16:05 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9692F67; Sun, 22 Jun 2014 23:16:05 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id fp1so4897265pdb.25 for ; Sun, 22 Jun 2014 16:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8a9TKH9ipEJJ/9z3QqtozZUWvBhsQvawcQtGaYZ2gAM=; b=IQBUx10dZMyez20vv/KpsgoSkGIIpDiVV/I9pWgr9nrcujakJMblZ41cxGLHSTPths 4JnrJ5OWAGRoZH6QTkxCJte+Bb7Yo5/tAZX4A6pD/56OuY40pCFvMmmIyMMCVtqhmEmj ulABtCE9wFtpkLDJ7fUU+iR/QnPMFnBo/K7qcBmWr+Zxxxczbb5UIqzIagkNqfTsATdo rJpqQ/SVd5s9hUgoMwWwnOueNKdwVmofJ70wuSuayap3WXLpa8dA1mU3nN/iWJgvDK8b HeMfHWgYUHzEd8Gl+ghYY/3U4BivPXVZBT/NUZROXERcdyHUPZaM7nn3nujNQjLgkBQk rzwQ== X-Received: by 10.66.142.73 with SMTP id ru9mr23584941pab.41.1403478964328; Sun, 22 Jun 2014 16:16:04 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id oa3sm23717902pbb.15.2014.06.22.16.16.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jun 2014 16:16:03 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53A763AF.9010507@FreeBSD.org> Date: Mon, 23 Jun 2014 09:15:59 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Lawrence Stewart , python@FreeBSD.org Subject: Re: [PATCH] devel/mercurial --authormapsuffix References: <53A731CC.1000202@freebsd.org> In-Reply-To: <53A731CC.1000202@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Glen Barber X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 23:16:05 -0000 On 23/06/2014 5:43 AM, Lawrence Stewart wrote: > Hi Python team, > > As part of the set up and ongoing running of hg-beta.freebsd.org, I make > use of a patch against devel/mercurial which allows me to append a > suffix to author names during the svn -> hg incremental conversion process. > > clusteradm@ are working to streamline the package management on cluster > hosts and it would simplify things for them if the hg-beta.freebsd.org > jail did not make use of any custom compiled software. > > The patch in question is at [1]. and after discussion with upstream > [2,3] it was decided not to fold it into the official Mercurial > distribution. > > I'm hoping you would be happy to carry the patch in our mercurial/devel > port as an off-by-default option which clusteradm@ can then enable for > cluster package builds via poudriere. > > Thoughts? > > Cheers, > Lawrence > > [1] > http://people.freebsd.org/~lstewart/ports/mercurial/patch-authormapsuffix > > [2] > http://mercurial.808500.n3.nabble.com/PATCH-convert-add-authormapsuffix-to-append-set-text-to-author-names-issue4171-td4007341.html > > [3] http://bz.selenic.com/show_bug.cgi?id=4171 > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Sounds fine Lawrence, can you create an issue for it please so we can review/track it -- Koobs