X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id D7754DC0501 for ; Mon, 25 Apr 2016 07:24:35 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.117]) by mail.alpinelinux.org (Postfix) with ESMTP id B2EE8DC01D0 for ; Mon, 25 Apr 2016 07:24:35 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 0F20C5A15AD; Mon, 25 Apr 2016 07:24:34 +0000 (GMT) Date: Mon, 25 Apr 2016 09:24:29 +0200 From: Natanael Copa To: Przemyslaw Pawelczyk Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 0/7] Pre-upgrade/pre-install addgroup/adduser cleanings Message-ID: <20160425092429.14ccf6b4@ncopa-desktop.alpinelinux.org> In-Reply-To: <1461410021-29808-1-git-send-email-przemoc@zoho.com> References: <1461410021-29808-1-git-send-email-przemoc@zoho.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 X-Virus-Scanned: ClamAV using ClamSMTP On Sat, 23 Apr 2016 13:13:34 +0200 Przemyslaw Pawelczyk wrote: > This is a follow-up patch series to the alpine-devel ML thread titled: > > UID+GID inconsistency for installed services I have pushed them. Many thanks! ... > These patches do not bump pkgrel number, because they work on whole tree > and changes were splitted across these patches. I also prepared patches > bumping pkgrel, but there are so many of them, that lead me to avoiding > sending them to alpine-aports ML, yet providing them via other means: > > http://paste.przemoc.net/alpine/20160423-addgroupuser-bump-pkgrel.mbox.gz I applied them and merged them into 3 bigger commits. > > Patches from mbox bumping pkgrel have to be applied AFTER this patch > set. All packages that had changes in scripts, even if insubstantial, > are covered by them. > If you don't want to bump pkgrel of unmaintained > packages, please ignore/drop last 4 patches from mbox. Those are not needed so they were dropped. > Are pre-upgrade/pre-install scripts using addgroup/adduser fully > consistent after applying this patch series? > > Surely not. There are things like line-wrapping for instance that are > sometimes present and sometimes not, but I wanted to preserve some > original conventions seen in scripts and leave further refining them for > future. It's kind of milestone and I had to stop at some point to not > delay this patch set any further, especially not beyond upcoming AL > 3.4.0. Sorry for disappointing those wishing for getting perfectly > consistent scripts in one go. I totally agree. Better do incremental improvements that actually gets in than trying to engineer something so prefect that it never gets in. This is a big step forward and I think the timing for the 3.4 release was perfect. Right before I start up the v3.4 builders (well, I already started armhf builder...) I should also mention that there have been talking about add a feature to apk to create users and groups. When that lands we will probably be able to remove most of the pre-install scripts. Meanwhile, this is a big improvement. Again. Many thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---