From owner-freebsd-ports@freebsd.org Sat Dec 19 16:07:07 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6349A4C0FA for ; Sat, 19 Dec 2015 16:07:07 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id B36371DB7; Sat, 19 Dec 2015 16:07:07 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id tBJG70RO066220 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 19 Dec 2015 08:07:01 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Subject: Re: Gogs port: A painless self-hosted Git service To: Craig Rodrigues References: <566D38ED.7050406@rawbw.com> <566D5B3C.4040602@FreeBSD.org> <566E75C3.9090601@toco-domains.de> <56713466.9090609@rawbw.com> Cc: ports From: Yuri Message-ID: <567580A3.6040101@rawbw.com> Date: Sat, 19 Dec 2015 08:06:59 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 16:07:07 -0000 On 12/18/2015 19:44, Craig Rodrigues wrote: > Would you be able to help test this script which takes a patch and then > kicks off poudriere: > https://github.com/Ultima1252/portest/blob/master/portest > > and provide feedback or patches? Ricky Gallamore wrote it. > > This type of script will be necessary to implement the kind of workflow > which you are > suggesting. > > Integrating with pull requests is doable down the road, but we need to get > the basic > scripting working at first. I am working with gogs authors to have all needed features implemented. Currently gogs still doesn't have the hook for the pull request creation, which is a must. Yuri