X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 2D9A51EBFFB for ; Thu, 30 Dec 2010 20:49:45 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 65B57AE4002; Thu, 30 Dec 2010 20:49:44 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z8WK57tgLb1L; Thu, 30 Dec 2010 20:49:43 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 8D660AE4001; Thu, 30 Dec 2010 20:49:42 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 6465260A89E56; Thu, 30 Dec 2010 20:49:42 +0000 (UTC) Received: from localhost (unknown [10.65.96.33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 153ED60A89E52; Thu, 30 Dec 2010 20:49:41 +0000 (UTC) Date: Thu, 30 Dec 2010 20:49:37 +0000 From: Natanael Copa To: Timo =?ISO-8859-1?Q?Ter=E4s?= Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Re: [PATCH] alpine-conf: add script to add dl-3 internet repos from setup-alpine script Message-ID: <20101230204937.70e82e24@alpinelinux.org> In-Reply-To: <4D1AE247.8060707@iki.fi> References: <1293137371-3175-1-git-send-email-jbilyk@gmail.com> <20101228154223.5155c4ec@ncopa-desktop.nor.wtbts.net> <4D19F9CB.8050807@iki.fi> <20101229082233.17af33bc@ncopa-desktop.nor.wtbts.net> <4D1AE247.8060707@iki.fi> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i686-pc-linux-gnu) 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 29 Dec 2010 09:24:55 +0200 Timo Ter=E4s wrote: > On 12/29/2010 09:22 AM, Natanael Copa wrote: > > On Tue, 28 Dec 2010 16:52:59 +0200 > > Timo Ter=E4s wrote: > >=20 > >> On 12/28/2010 04:42 PM, Natanael Copa wrote: > >>> 2. we should append the arch (right Timo?) > >>> > >>> case "$(uname -m)" in > >>> i[3-9]86) arch=3Dx86;; > >>> x86_64) arch=3Dx86_64;; > >>> esac > >> > >> To where? > >> > >> Apk-tools will auto-append that, so no, it should not be in > >> /etc/apk/repositories > >=20 > > Is that supposed to work in current apk-tools, because it does not. >=20 > Implemented in commit fca1c30b801537ce35c1e4aa50331ae52c9bf567. > Not sure if it's in any pre-built binary yet. Oh, yes... I don't think its applied yet. I'll apply it sometime you are around and have time to fix bugs. iirc it segfaults with apk add --virtual .makedepends-foo pkg1 pkg2 -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---