From owner-freebsd-ports@freebsd.org Mon Oct 21 14:00:30 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98E18158504 for ; Mon, 21 Oct 2019 14:00:30 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46xdZQ2C5Lz4Hjy; Mon, 21 Oct 2019 14:00:30 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id x9LDx7gY013034 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 21 Oct 2019 06:59:07 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id x9LDx7l2013033; Mon, 21 Oct 2019 06:59:07 -0700 (PDT) (envelope-from warlock) Date: Mon, 21 Oct 2019 06:59:07 -0700 From: John Kennedy To: Matthew Seaman Cc: freebsd-ports@freebsd.org Subject: Re: "poudriere testport" to download binary depends Message-ID: <20191021135907.GA6587@phouka1.phouka.net> References: <03bfeabb-69eb-8f51-2ff0-e16f880fe2be@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03bfeabb-69eb-8f51-2ff0-e16f880fe2be@FreeBSD.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46xdZQ2C5Lz4Hjy X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.91 / 15.00]; NEURAL_HAM_MEDIUM(-0.91)[-0.913,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2019 14:00:30 -0000 On Mon, Oct 21, 2019 at 01:59:17PM +0100, Matthew Seaman wrote: > On 21/10/2019 13:31, Sergei Vyshenski wrote: > > Is it possible to instruct "poudriere testport" such > > that it downloads depends (in a form of binary packages) from the > > central repository, > > and actually tests only the port in question? > > Currently, no this is not available. Using another repo to seed the > repo you're building test packages in is something that has been talked > about, but not implemented yet. I get the feeling that it's trickier > than it at first seems. For my current one-offs, I pull down ports via git, have a local branch where my changes are (refreshing by merging from "master" in my case), and then have poudriere base ports off my branch.