X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by lists.alpinelinux.org (Postfix) with ESMTP id E9FB01EC819 for ; Thu, 23 Jul 2009 18:10:47 +0000 (UTC) Received: by bwz12 with SMTP id 12so1007158bwz.25 for ; Thu, 23 Jul 2009 11:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=bSJ7jCw6lo46S4WsUFCLGfr6IZYMdaHPQHlfXaeT1+A=; b=bo473QICo5ZMOKdq/5tZGcuFniYpp8CYrFj6cH5oHyBjFxmGjT3Li3dpeQM1h2+nO6 pKntANlqEHjc01RjH5cMCcBTE1DyCeTfJFSwaXngkJZE43hmuERx3gJ2DaZ5A7A3uk0t XIw9ALyPzr5iSXeJcgSsab1a7g2DBJyiCsKBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=k6XBcDA8m74pNRAqidunNLay5atkDwhnbYT15Jbs35sjtxLBk6U4wvGol15jubsSfF js+u9Uw7h9JmSX/EbG1dfAzywGE/n5HofDp/X/LkwsC9rbY6IbefloUV2/92qyuhZqyh gDFvha5zCvlHjkWxyHbNKUhpfppfeepEIMEAQ= Received: by 10.103.223.1 with SMTP id a1mr1246880mur.102.1248372646709; Thu, 23 Jul 2009 11:10:46 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id e10sm8926761muf.44.2009.07.23.11.10.45 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 11:10:46 -0700 (PDT) Subject: [alpine-devel] Merge core and extra to a single repository: main From: Natanael Copa To: Alpine Developers Content-Type: text/plain Date: Thu, 23 Jul 2009 20:11:16 +0200 Message-Id: <1248372676.19772.279.camel@localhost.localdomain> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Hi, We are merging core and extra into a new repository: main. At the same time we will switch to a new format for the repository index that is not compatible with apk-tools prior to 2.0_pre14. We are also starting to sign the repositories so you will need some public keys installed in your /etc/apk/keys with the keys of the developers you trust. I think we will have the official keys distributed in a package that gets automatically pulled in so you should not need to do anything manually. This will also require some changes for developers who build their own packages. You will need to create a pair of keys. If your user account have sudo permissions (needed for 'abuild -r' anyway) it is just a question of 'abuild-keygen -i -a' and you're done. I will try test upgrading to new repository, but generally, I believe it will be a question of replacing 'core' and 'extra' with 'main' in /etc/apk/repositories. This new 'main' repository and package signing features in abuild/apk-tools should be the last stoppers for making a beta release. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---