X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by lists.alpinelinux.org (Postfix) with ESMTP id D5A551EB587 for ; Tue, 28 Dec 2010 14:53:02 +0000 (UTC) Received: by ewy24 with SMTP id 24so4647276ewy.13 for ; Tue, 28 Dec 2010 06:53:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=5PhP0gYxMY+3BxtLAGKzB4ZEdo4lf0bOj3ReuPmpuEg=; b=ut0G2ZONTNWhg58FoSZi3RVB8ZvNOV8x5jUBl+Oa08FQn9EJm2CAfXeKVc7k+v6/aQ 5DwzugoiPbThjeiqOu/bLrZnbG8xKaU5UGVP314hjmt+Pzas7Z7a1n9Yrf+dhlwRuujQ x60Rej66I/ajZbRDgSGi8xe/mlvpjy48VkWz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=x6FFOi12lpyYUgHJFkhDDkaSyllg2gpAbGn06nv8JBge3EA8o/FESAFxMBQnuHdWhd yrhZ4wrMViVrh7OXVpjSZ39rqe8o7n+XUFMwDxV9QrqtCeVR1E0tWeCsIhxMx4TqP+ig LyBBzwbtFxGCdO7IvDUtFNcnm/8p309IYZlgk= Received: by 10.213.9.79 with SMTP id k15mr12115236ebk.27.1293547981366; Tue, 28 Dec 2010 06:53:01 -0800 (PST) Received: from [10.26.34.2] (mail.fi.jw.org [83.145.235.193]) by mx.google.com with ESMTPS id t50sm9765747eeh.6.2010.12.28.06.53.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Dec 2010 06:53:00 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4D19F9CB.8050807@iki.fi> Date: Tue, 28 Dec 2010 16:52:59 +0200 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: 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 References: <1293137371-3175-1-git-send-email-jbilyk@gmail.com> <20101228154223.5155c4ec@ncopa-desktop.nor.wtbts.net> In-Reply-To: <20101228154223.5155c4ec@ncopa-desktop.nor.wtbts.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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=x86;; > x86_64) arch=x86_64;; > esac To where? Apk-tools will auto-append that, so no, it should not be in /etc/apk/repositories - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---