From owner-freebsd-stable@FreeBSD.ORG Fri Feb 29 08:48:28 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C46B106566B for ; Fri, 29 Feb 2008 08:48:28 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id 304198FC18 for ; Fri, 29 Feb 2008 08:48:27 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so2817946rvb.43 for ; Fri, 29 Feb 2008 00:48:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=0XerSdhz/StltluFTZAH+YRCpsq/95mRzBEvU8iPljw=; b=VQt5GvDH/eEsmW8ebRGBZZmr26yQ6nLyUtbQsIJANfcLYpJvOLPewOlzoVpqobJpuARLF10AR9Wx764cFfRP5F4fdUpVhCe3+iJXoBDjciUJ3NcpDZ9M0IaEvOWsor1et9L/MsGA05z15Ep60sOiTqDBSnuFz8chZJJiDaFbKVE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=epJ2UwUcACLtmM46mWQJxBusuK7MtJBe2+QmLbF6o0yL9y3KILFSH49ha7cYFr5FbfrEuxB09ZauRdBI6gxpXyznP0oBitqzwt23k2PcU96k0YWf5aPqaGK48lM3GFItdzKv1bYaq/OTzXYeuT7ocUFJa3HZlrG4oWvKwg2BM9E= Received: by 10.141.99.4 with SMTP id b4mr6163885rvm.40.1204273373796; Fri, 29 Feb 2008 00:22:53 -0800 (PST) Received: by 10.140.207.1 with HTTP; Fri, 29 Feb 2008 00:22:53 -0800 (PST) Message-ID: <2e77fc10802290022m426a5d86q45ba511169ed468a@mail.gmail.com> Date: Fri, 29 Feb 2008 08:22:53 +0000 From: "Niki Denev" Sender: ndenev@gmail.com To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 73d6028c206164a0 Subject: "make release" in a jail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 08:48:28 -0000 Any ideas on how to do "make release" in jail? It seems that it needs to mount devfs which is not possible inside a jail.