From owner-freebsd-questions@freebsd.org Tue Nov 10 17:42:51 2015 Return-Path: Delivered-To: freebsd-questions@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 1D87BA2C9BA for ; Tue, 10 Nov 2015 17:42:51 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (jacobs.geeks.org [204.153.247.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 024B8108E for ; Tue, 10 Nov 2015 17:42:50 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id 9EF41110234 for ; Tue, 10 Nov 2015 11:42:48 -0600 (CST) Received: by mail.geeks.org (Postfix, from userid 1003) id 7F6F9110228; Tue, 10 Nov 2015 11:42:48 -0600 (CST) Date: Tue, 10 Nov 2015 11:42:48 -0600 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: freebsd-update-server current repo location? Message-ID: <20151110174248.GB73663@geeks.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 17:42:51 -0000 I want to build a custom kernel for some portion of machines on my network and push it out from a custom update server. I've found Colin Percival's SVN repo mentioned in the Doc page, but it seems to have been last updated in the middle of 10.0-RELEASE. I've tried extending the structure out for 10.1-RELEASE and 10.2-RELEASE using the same scripts & locations & structure. But I'm having problems during the big build with the machine chowing memory to inactive memory and eventually running out of swap. I'm suspecting something to do with the jail's that are launched many times during the process. So I was looking for the current repo of this code? Thanks.