From owner-freebsd-pkg@freebsd.org Fri Apr 28 11:42:28 2017 Return-Path: Delivered-To: freebsd-pkg@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 CF920D54BE0 for ; Fri, 28 Apr 2017 11:42:28 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A28CFC44 for ; Fri, 28 Apr 2017 11:42:28 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: by mail-pg0-x230.google.com with SMTP id v1so13780505pgv.1 for ; Fri, 28 Apr 2017 04:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=sender:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=TH3GWi+yb65bSmHXYYSPBabNRrV/NRoCNE8X9Kh1DBs=; b=TegwUx9XurD3XqN3ZKJCAwqGLZ/vWKqgGsm9euAjORoQY4OiRh5rJwUrj7+8IA062+ HA7tzedgeQ/ZCe6X9K5Va6qRuYovwx2zJc9X1go+86SK6HwSzULqdnxtbZK4DMM5t3sy twlBbhmymLhmyHlWHL5zIRPUYIyBkz4VI/VuMolCRyj+HZt43ERg0h7MYuV2a4uXYzMR x3MljXCLPF/Ti5hEgmuMt78DbU4QiwTXi6GXqp9S+deiyDNQBMksSJVvzRSMlwvbXvjb cRrdulP9snjxArWs92dW/sBUKnS1BmM5GuMlHvQgoOXzq1iAj/RUcyv8dyiu55HI/YRa XJMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-transfer-encoding; bh=TH3GWi+yb65bSmHXYYSPBabNRrV/NRoCNE8X9Kh1DBs=; b=pxjZg8z8qkk/9M5G31i8b63nC9SW06c1qItIWXKkLsFT0bKLvUuvqYv+XHP9w9xrFO IvK0vTrZC//3lwEMGZMPKuwY87bHthGrL8BUf1DuLOH8s85fU4jmmadlyDzTZ+WIFVPf Kj6WPI8Vh8VrvUAYWy+Rm38yNpdAzIg5thFx7GJEKanXlLoAWqcoI+bM/TRd9myZvk3W VQiDZiAEHWLtemvmTZ/c4Hs92BLEHltt8VlvC5UziP8J+qj2wE6eZLkpQv8sX2iVz3MF Zk7beDsw5CafjTx83KuFbT/S0KNMAY31FlNXbwYnmJPUfL3zHeJ8zuf/uFK8H/eieClM y2Aw== X-Gm-Message-State: AN3rC/4NJE4bd1ZQdYhn6+DZuKwkn2YRoYghfYOmT7v/p8BkuLXSu/h2 P5IujpHwQXh4cq7r X-Received: by 10.99.131.66 with SMTP id h63mr11390347pge.39.1493379747870; Fri, 28 Apr 2017 04:42:27 -0700 (PDT) Received: from rsbsd ([24.133.238.42]) by smtp.gmail.com with ESMTPSA id g89sm10842116pfk.25.2017.04.28.04.42.24 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Apr 2017 04:42:26 -0700 (PDT) Sender: "Raif S. Berent" Date: Fri, 28 Apr 2017 14:41:50 +0300 From: Beeblebrox To: freebsd-pkg@freebsd.org Subject: poudriere suggestions Message-ID: <20170428144150.4db646cc@rsbsd> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 11:42:28 -0000 Hello. I noticed recently that you guys implemented the "set source-path" option (= -S) for jail creation; thanks a bunch for that tweak. I have some questions about other poudriere functions: * Does poudriere do incremental fetch of source file diffs or does it downl= oad the whole thing from scratch? I seem to remember that it can be increme= ntal? * There's a cache folder under poudriere/data, full of package files but a= ll 3B in size. What's the purpose for this? * Some ports have no option flags and they take extremely long (6+ hours)to= build (prime example is the webkit-gtk2/3 ports). Might there be a "fetch-= only" list in poudriere for such ports? * The build que optimization in poudriere might consider port build length = as a parameter, so that all build jails get full usage. I sometimes see 2 o= r 3 jails idle because poudriere is waiting on an ongoing build, whereas th= e port in question could have been built much sooner in the process but sma= ller ports had been queued. Thanks --=20 FreeBSD_amd64_12-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.