From nobody Tue Sep 7 21:12:32 2021 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3642F17A1E9C for ; Tue, 7 Sep 2021 21:12:39 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4H3ydy0Zzgz4Vdv for ; Tue, 7 Sep 2021 21:12:38 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A59522DE41; Tue, 7 Sep 2021 14:12:36 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id zoSt7iIFutB5; Tue, 7 Sep 2021 14:12:32 -0700 (PDT) Subject: Re: poudriere testport store pkgs? DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com A00B12DE35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1631049152; bh=PfSwCwarC2+Iw68ytBjtgk4Dow+vN+cl5w0zbEbKpg0=; h=Subject:To:References:From:Date:In-Reply-To; b=mcvhGbTHYUcKQfoI9zML8jvAh8TgKiR4M5my+naNZMheOPo9FUxZ4cG1YE3JlqA0E 9fI2AlC4JDpW2+hwSznTYuM04nh4mZuy1pbYOmRUAJXqDW0oUTDJwjpmhgJv6LS9+2 K2LpTkuesUmzm/bG1fW8AUD1lrqfl99VNmo23fs7X0eTWRKVox/wAGyPFK8OiVKVaq e3rlp0REKb8I9esaV2KlyfYKulhMkMr3IA/XzHwUNMccHeF+pvIAhqCLBFJppi+fY3 db3Ijh5ApTT/fGR24QKRPYL+6Q9yh2dYYW6UdGLYTZjejR9yuHy8V8L8kpermcve4O F+9ydaOKEGV5Q== To: Ronald Klop , freebsd-ports@freebsd.org References: <521642202.47.1630924316890@mailrelay> From: Bryan Drewery Message-ID: Date: Tue, 7 Sep 2021 14:12:32 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 In-Reply-To: <521642202.47.1630924316890@mailrelay> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4H3ydy0Zzgz4Vdv X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=shatow.net header.s=mxc204805312015 header.b=mcvhGbTH; dmarc=pass (policy=none) header.from=shatow.net; spf=pass (mx1.freebsd.org: domain of bryan-lists@shatow.net designates 52.11.127.251 as permitted sender) smtp.mailfrom=bryan-lists@shatow.net X-Spamd-Result: default: False [-3.00 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[shatow.net:s=mxc204805312015]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[shatow.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[shatow.net,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:16509, ipnet:52.10.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 9/6/2021 3:31 AM, Ronald Klop wrote: > Hi, > > I'm running "poudriere testport ... -o " on some of the ports I > maintain. This builds all dependencies and stores them in the local pkg > repo. > But I can't find the pkg anywhere. Is this not stored? If yes, > why not. > > Some of my ports take many hours to build so doing an extra run for > storing the pkg seems a waste of time. https://github.com/freebsd/poudriere/issues/185. The reasoning isn't clear beyond not wanting to surprise users of ancient behavior. `bulk -t myport` does the same as `testport myport` and will save all of the packages. -- Regards, Bryan Drewery bdrewery@freenode/EFNet