X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 429CCDC0367 for ; Sun, 19 Jul 2015 18:19:06 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D5DD3DC0066 for ; Sun, 19 Jul 2015 18:19:05 +0000 (UTC) Received: by lagw2 with SMTP id w2so85776861lag.3 for ; Sun, 19 Jul 2015 11:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=1z68eMPeCGqbNmDO1j36ET+DNC0KJEujBDzKlufqEnw=; b=yXvzHKTwmyd5sEPpWANTYVaxEJVt+a3kn5JG/c0K6fD9adkVdzmiI8al+nWTq4G3lC 5/nVGPmvD3Vd6quDWkKfmNIWEannOvpP+O5txFY/eFkUNIUz0RV+PEISoZMiNkQJ8QFj g/Q81IpjByU94W4mhWWBUyyBaqfICD+S1WeNAIbGVDRj6UOeHX8NK648tmix6hkGmunr K1DxVhJehlvG+LDpOv9HkwPiUJfAYW45aMp9aVdMlcFfLG/Bj4kRE8a/nAE2TaD9+Mal t03fFBkZ3vk92QoGAGY98EbQjR69Ra9409dPN4bXbkF/UBNIfxSFeUTW0eE5E4OOGEQo sdKw== X-Received: by 10.112.138.100 with SMTP id qp4mr5227337lbb.85.1437329943421; Sun, 19 Jul 2015 11:19:03 -0700 (PDT) Received: from vostro ([83.145.235.202]) by smtp.gmail.com with ESMTPSA id ky9sm2693258lab.49.2015.07.19.11.19.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 11:19:03 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Sun, 19 Jul 2015 21:18:58 +0300 From: Timo Teras To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] reorganize the repositories Message-ID: <20150719211858.0b70d495@vostro> In-Reply-To: <20150717165916.5f26f656@ncopa-desktop.alpinelinux.org> References: <20150717165916.5f26f656@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; 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 X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 17 Jul 2015 16:59:16 +0200 Natanael Copa wrote: > Hi, > > The 'main' repository has grown big. > > I feel that we have more packages than we can maintain for 2 years. I > don't mind that we have tons of packages, but there are many packages > that I only want give best-effort support for security fixes instead > of supporting it for 2 years. > > Too many files/dirs in a directory is not good for performance also. > > So the idea is to split main, or reorganize the repositories as: > > - main > All core packages and all the package that we can provide 2 year > support for. > > - community > All the extra packages that community maintains. This repository > will be available in stable releases but we only provide best-effort > support for bug and security fixes. None of the packages in 'main' > repository can depend on anything in 'community'. > > - staging > This is basically current 'testing', but we rename it to make it > clear that packages are not supposed to stay here forever. We might > want autopurge packages that has not been moved to 'main' or > 'community' repo. Once a package is tested and confirmed to work, it > can be moved to either community or main. > > We would have a gitolite group, 'maindevs' and another > 'communitydevs'. People in community group may git push to > 'community' repo but not 'main' repo. This is so that maintainers can > push packages themselves, without needing to send patches, like they > currently do. The recent move to gitolite makes this possible. > > We could also give maintainers git push access to only the packages > they maintain, but I think that would complicate things more than > needed. > > Other alternatives is that we introduce categories ala gentoo, and the > bsd ports, but I would prefer avoid this. We'd need to decide what > package belongs in what category. They can often fit into many. > > What do you think? > > Other ideas? Sounds Good. Might be an idea to improve apk-tools at same time a bit. I'd prefer to not need to edit repositories when doing upgrade. Would be nice if we shipped all the mirrors in etc/apk/repositories.d/alpine.list or similar. And then have config to select the correct branch and preferred mirror, or similar. This would allow to great dist-upgrade or similar that would know the latest stable branch and upgrade config to that. Though, not sure if this simplification or complication. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---