From nobody Fri Mar 29 13:19:39 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 5AB2D5C576E for ; Wed, 3 Oct 2018 13:24:14 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 10D999E2445 for ; Wed, 3 Oct 2018 13:24:14 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 628C19E041D for ; Wed, 3 Oct 2018 13:24:13 +0000 (GMT) Date: Wed, 3 Oct 2018 15:24:07 +0200 From: Natanael Copa To: Alpine Development Subject: [alpine-devel] news in abuild Message-ID: <20181003152407.0a7d688b@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! I have pushed 3.3.0_pre1 to Alpine edge. Some of the changes: - manpages. Thanks to A. Wilcox! Make sure they are updated whenever changes are done in abuild. - package() is now required. abuild would previously run build() in fakeroot if package() was missing. It will now fail if package() is missing. There are a handful packages in main that is affected and I will fix those. - check() is no longer run in fakeroot, unless options="checkroot" is set. This means that options="!checkroot" is the default from now. - Automatic chdir to $builddir before prepare(), build(), check() and package(). This means that we no longer need to manually `cd "$builddir"`. However, please do not remove any `cd "$builddir"` lines in those functions til after alpine v3.9 is released and 3.9-stable is branched. This is to make it easier to backport things to v3.8. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---