From owner-freebsd-current@freebsd.org Sat Aug 18 23:36:22 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 924981079077 for ; Sat, 18 Aug 2018 23:36:22 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 10F067BD86 for ; Sat, 18 Aug 2018 23:36:21 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id rAlQfhCPsWppDrAlRfN8XY; Sat, 18 Aug 2018 17:36:14 -0600 X-Authority-Analysis: v=2.3 cv=YIcrNiOx c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=dapMudl6Dx4A:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=SVtz_uFXmA0QvfbJkhoA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 8EFBEC0; Sat, 18 Aug 2018 16:36:42 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w7INaGdW088309; Sat, 18 Aug 2018 16:36:16 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w7INaF5J088304; Sat, 18 Aug 2018 16:36:16 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201808182336.w7INaF5J088304@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Dhananjay Balan cc: freebsd-current@freebsd.org Subject: Re: Sharing compiled builds between multiple 12-CURRENT boxes. In-Reply-To: Message from Dhananjay Balan of "Sun, 19 Aug 2018 00:34:20 +0200." <20180818223420.rjisst4vuxzxbcrl@kazhap> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 Aug 2018 16:36:15 -0700 X-CMAE-Envelope: MS4wfEyf7xcMnmqau8PW1SrIWMDyrKrxzuaM8/hdqojltzfnj+HFWot6WiyZo037JCttYG6Q1t3XBWEqVa4sfRxuZ8cEWchVqNgl9m6omL0AAwcEApHgHEcz IENR54ypOV2mpfT76qycrSikr6ol4J9mOxF4sxhsjQeIV0S/WlCOwEzkLV+n/QIQE5dTcf8EqRfOMmIAX/qaOQg/5mjfl1VQ5BbnuuYeCy1lf89CfSU8Q1wh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2018 23:36:22 -0000 In message <20180818223420.rjisst4vuxzxbcrl@kazhap>, Dhananjay Balan writes: > Hi, > > I run 12-CURRENT on few machines, some more powerful that other (all > of them x86_64, march varies). > > Is there is a way to avoid building CURRENT on all machines? Rather > than building everywhere, can I just build it on the big server that I > have and copy and update my laptop? You can use NFS or rsync. Make sure the src and obj path names are exactly the same on all thes servers. I used to use NFS until a year or two ago when I started using different patches on different machines. On occasion I've used rsync followed by a NO_CLEAN, WORLDFAST, KERNFAST build on the target machine or simply installkernel and installworld. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.