From owner-freebsd-ports@freebsd.org Mon Jun 19 21:24:22 2017 Return-Path: Delivered-To: freebsd-ports@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 492E4DA50E3 for ; Mon, 19 Jun 2017 21:24:22 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 D281C84F1F for ; Mon, 19 Jun 2017 21:24:21 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: by mail-wr0-x244.google.com with SMTP id 77so15218606wrb.3 for ; Mon, 19 Jun 2017 14:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=WNDt7OpfTDi8DXYNMz/5lPmL9PsOz3oQkXLs8XyKKwE=; b=jT6i2JqfrlrDPfjvwz54QqKUpwkz10fVla3301gAzs+4U5EASGGC1NNctgxC3YJnA2 tFray2sC+S7jGCNHVDvNBLk4n0TieaNWvzjkhLnLCh+TbfKu7enbotgYSDMTtshCJZWg XdR4VW7LW2E3p1Osjbfkn4n8U/SUKLQ3n/5ZNEN8LoToBEtF8NlvB2eyfMNJvN9iVy6J 7xsuVzZOQn/hx/DLG0VKSvVChFQzMOK83BIKIUsQjVOa4a8CIkm28KWSJ1zehliMcogi Kqoa5crb4tWURLgbvVEHwO95yTpKkm6dfuWnMvAVSK5CzHt2czoG01Ztl+qkJFQTwt40 F08w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=WNDt7OpfTDi8DXYNMz/5lPmL9PsOz3oQkXLs8XyKKwE=; b=YVFtNwNDr5NfuvoEfrryba7ugYA090ur8XjyqhE6qjBsv25ondl6QI9muYgL7iKodh 2M67XyM8oiUo70unrPazV++ebA9w5haxXdQQbQhPyyK6waUxWJgLgfOt2zNaI/aE3VmL QmAxnKfdmD1LnpaL5mddNBXKen6uSxO8XJg4VifWjNUMtkV23gaL73b8bjGPwQ2VbEQf WlvFsXuGnNyBQjb6yFvxcixJVyLxhwivLXfjmqokvBPIqzT+yORGlLE37BpRWlDGc2IH KET+sMYUnK1sls4xYmiICm+0XkomZ1jJRcj7A2eRKiFrcQxOm87rir76xR8AMSMYMBkq v7WA== X-Gm-Message-State: AKS2vOxm7x5XlJAaWMi7ZIAGKeNhliMKfZqArItLR1GxPIvLQxZai2P4 G9LvBkVNFxZQFg== X-Received: by 10.223.152.34 with SMTP id v31mr14316613wrb.60.1497907460415; Mon, 19 Jun 2017 14:24:20 -0700 (PDT) Received: from gmail.com (tao.xtaz.uk. [2001:8b0:fe33::10]) by smtp.gmail.com with ESMTPSA id 2sm14725925wrx.26.2017.06.19.14.24.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Jun 2017 14:24:20 -0700 (PDT) Date: Mon, 19 Jun 2017 22:24:18 +0100 From: Matt Smith To: Jaap Akkerhuis Cc: Ben Lavery-Griffiths , FreeBSD Ports , Ultima Subject: Re: Keeping -CURRENT up to date with Poudriere Message-ID: <20170619212417.GA47178@gmail.com> Mail-Followup-To: Matt Smith , Jaap Akkerhuis , Ben Lavery-Griffiths , FreeBSD Ports , Ultima References: <52A7B196-B76B-4920-B352-7187DE2513DA@hashbang0.com> <5FD6B35B-3591-4228-80C7-1FF8AB3DDC65@hashbang0.com> <20047649-9F01-450C-9E62-BF2148EFBD01@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20047649-9F01-450C-9E62-BF2148EFBD01@xs4all.nl> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 21:24:22 -0000 On Jun 19 23:14, Jaap Akkerhuis wrote: > >> On Jun 19, 2017, at 20:24, Ben Lavery-Griffiths wrote: >> >> Thanks very much, >> >> I’ll look into doing similar. > >What I do is to have STABLE and CURRENT jails using the svn method. >Then "poudriere jail -u" takes care of the update. > Why bother having the system compile it twice? If you use -m src=/usr/src then it will just use the already built STABLE world from your host build. Easy way to make it synced to the live system. And poudriere jail -u still works fine to update it. -- Matt