From owner-freebsd-ports@freebsd.org Fri Nov 18 16:36:43 2016 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 02571C47C0B for ; Fri, 18 Nov 2016 16:36:43 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF8931BB2 for ; Fri, 18 Nov 2016 16:36:42 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id uAIGaaaT005385; Fri, 18 Nov 2016 09:36:36 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: best time to sync References: <2c878c5b-34e0-a58c-352d-b6c533b4da34@dreamchaser.org> <20161118152947.GR2648@home.opsec.eu> To: Kurt Jaeger Cc: FreeBSD Mailing List From: Gary Aitken Message-ID: <552cf255-3a7f-2ea5-8401-d0218c445ece@dreamchaser.org> Date: Fri, 18 Nov 2016 09:36:36 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161118152947.GR2648@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Fri, 18 Nov 2016 09:36:36 -0700 (MST) 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: Fri, 18 Nov 2016 16:36:43 -0000 On 11/18/16 08:29, Kurt Jaeger wrote: > Hello, > >> Can someone tell me what the best time to synchronize ports is, >> in terms of having a consistent ports tree? > >> Thought I saw something once about the end of the weekend being best >> but can't find it. In any case, is there a period during which the >> ports tree is held frozen to get a consistent build? > > If you want to have a more stable ports tree, use the > quarterlies, for example: > > mkdir ~/q4 > cd ~/q4 > svn checkout https://svn.freebsd.org/ports/branches/2016Q4 . I'm interested in a consistent ports tree for build purposes. I want updates, but I want the tree to be consistent enough to build. In the past I have sync'd at less than ideal times and things did not build as a result. I understand this is always a possibility, but was wondering if there was a time when it was most likely consistent. For example, is a weekly build done on the ports tree starting at a particular day and time? Daily? Gary