From owner-freebsd-current@freebsd.org Wed May 11 19:47:30 2016 Return-Path: Delivered-To: freebsd-current@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 24551B3737B for ; Wed, 11 May 2016 19:47:30 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A8461FCE for ; Wed, 11 May 2016 19:47:29 +0000 (UTC) (envelope-from marquis@roble.com) Received: from alba.roble.net (mx5.roble.com [206.40.34.5]) by mx5.roble.com (Postfix) with ESMTP id 06B1267E93 for ; Wed, 11 May 2016 12:47:23 -0700 (PDT) Date: Wed, 11 May 2016 12:47:23 -0700 Subject: make release vs jenkins From: "Roger Marquis" To: freebsd-current@freebsd.org Reply-To: marquis@roble.com MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 11 May 2016 19:47:30 -0000 We use jenkins to build, test and release 11.0-CURRENT using jenkin's uid:gid. Everything works well up to "install -o root -g wheel" in "make release". Anyone know what the use case is for requiring release to be built as root? Roger