From owner-freebsd-pkg@FreeBSD.ORG Tue Jul 23 10:09:22 2013 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 664104A2 for ; Tue, 23 Jul 2013 10:09:22 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3216D24E0 for ; Tue, 23 Jul 2013 10:09:22 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id a1so4167313qcx.25 for ; Tue, 23 Jul 2013 03:09:21 -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=eZFzB+HxdxPwq2krp+/2aTdlmiRtkjGkfPq+atn+nRg=; b=aPBTEv1Ru41Hu+RlvdfGmpCx1AEP8RLobeEfBq00dmsyZV6WGPpeXasyNIlHDMfq1s 9qNwBnpRdJxQEcrdzKh2tPrwnBj93zS2C7sjVu0EXs2c0r8WdCmIqIhDTbn9aJPvigtY 4XgVGEkmdk9s6zWV3rDY9NYwIbsZkkUzEJQBCeBtCWFITSrcyGk13wZPaKMAafdT2G5Y cvyuuUsfDlV1bZ3ebX8+R6pGc2YjuAiozCuvnBrES16TbGRatJ7Z91amHshbw+h2xqjt fG7HQZxW9Kl3+YHtEfxMo/UdBfU5HArcz8YQ8bjWsaxP3k7rAbZ8VLO7cxGDmx3Zvg4+ gLYg== MIME-Version: 1.0 X-Received: by 10.49.127.4 with SMTP id nc4mr37511762qeb.41.1374574161337; Tue, 23 Jul 2013 03:09:21 -0700 (PDT) Received: by 10.224.78.194 with HTTP; Tue, 23 Jul 2013 03:09:21 -0700 (PDT) Date: Tue, 23 Jul 2013 13:09:21 +0300 Message-ID: Subject: Poudriere jails. From: Kimmo Paasiala To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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 Jul 2013 10:09:22 -0000 Is there anything special about the jails that poudriere installs with "poudriere jail -c"? Should I be able to use a pre-installed jail that i have installed with "make installworld DESTDIR=/usr/local/poudriere/jails/somejail"? I'm asking this because if I could install and update the jails without using "poudriere jail" command it would save lots of time because I could just use the world I already have built for updating the build host. -Kimmo