From owner-freebsd-pkg@FreeBSD.ORG Tue Sep 23 16:58:48 2014 Return-Path: Delivered-To: freebsd-pkg@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 80D99852 for ; Tue, 23 Sep 2014 16:58:48 +0000 (UTC) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (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 0CAFBA0E for ; Tue, 23 Sep 2014 16:58:47 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id 10so7405019lbg.32 for ; Tue, 23 Sep 2014 09:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Q5ASAI8QhIDjvoucvziVgIZKTihFzftoxIldY9CIhzM=; b=lmDSFo7Vc2xkxCI1dxbyKdupkuDsdnVfkjh/sd+cAPPVFi1h5v5L9zt8aupTTsVQAG Fock8tzwIwM5TWJAKKN0hPuZqSTJGai/5e2nGZUbcZSzwyAeq395pG26l656/j+YH885 zo65DMjxc1HtoN5A3yQqIJ4724dvMD+BesFGjPR9/M2t/T0tbR4r8s8+zQ7N9jk3UJ+h qh9FlFGLNHSXsId/X7BZBgdn5ssHE2BSBNlwe/bX5YZM0KAUkH/NPe61vufNwzRljWbr vvfqtcdmrVmuDWuiPG8UbG9NlwrWqP0Q911mvWmmEliSBqGVfmd7tVBW8AtJ6JPzhTDQ HBZg== MIME-Version: 1.0 X-Received: by 10.152.115.232 with SMTP id jr8mr746626lab.69.1411491525941; Tue, 23 Sep 2014 09:58:45 -0700 (PDT) Received: by 10.25.36.70 with HTTP; Tue, 23 Sep 2014 09:58:45 -0700 (PDT) Date: Tue, 23 Sep 2014 09:58:45 -0700 Message-ID: Subject: Poudriere hooks? From: Patrick Gibson To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 23 Sep 2014 16:58:48 -0000 Is there any way to run a hook within a jail when doing a bulk build? We use the enterprise version of Phusion Passenger (www/rubygem-passenger), and I have a script to download the source from Phusion into the distfiles directory, and patch the port to use the modified version. But as we're moving to a Poudriere-based build system, I haven't figured out a good way to do this within the jailed environment during a bulk build.