X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 6E3141EBFFF for ; Wed, 6 Apr 2011 21:26:32 +0000 (UTC) Received: by iwn33 with SMTP id 33so2198902iwn.13 for ; Wed, 06 Apr 2011 14:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mWLnLAdq7Jf9GmIGGNvVpb7KQ20HTwiOiquBLl/3KQ8=; b=OlXefM+pH3DtRjeFWo2auTxv/SM3hkMExKAtyfleroKkT7dpS1IQnuI839ps0FLPZN Y0t5KxBClZDm/ybZbbUf/dM/SsY/17M6WMBbq0e0wAl4ey5ocXnjFG7p1mLqIOPSpsGS 2HXTg5E47jRPe7X5ulVW6oiHUbRzVUCsj/IK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=k3Y3YlYH/SoevbfssSckQDRqtN2KhnHTT8fV43OaTZ0g28sqzuQ8M0VcagmZu4Zp10 GtFBmMjSFFxCF0sEOyGhrtKZ6A9K7ES4XrDJYmhUPQTczC8jF1F87LvHmw4TsyMtDA7G 2pe1gT11M7STW+DsVwEhFKBje2eG/fOc9B+zU= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.231.66.75 with SMTP id m11mr86528ibi.190.1302125192037; Wed, 06 Apr 2011 14:26:32 -0700 (PDT) Received: by 10.231.40.9 with HTTP; Wed, 6 Apr 2011 14:26:32 -0700 (PDT) In-Reply-To: <20110406153619.50914a56@ncopa-desktop.nor.wtbts.net> References: <20110406153619.50914a56@ncopa-desktop.nor.wtbts.net> Date: Wed, 6 Apr 2011 23:26:32 +0200 Message-ID: Subject: Re: [alpine-devel] apk-tools-2.1 and abuild-2.9 in edge From: Carlo Landmeter To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Apr 6, 2011 at 3:36 PM, Natanael Copa wrote= : > Hi, > > We have upgraded apk-tools-2.1 and abuild-2.9 in edge. In addidtion > so some exciting new features (as install_if and a nicer > progrerssbar) there are some changes that you should be aware of. > Sorry for being blunt, but what does install_if do? > 1) Pure multiarch support. If you previously had arch as last element > for your repo in /etc/apk/repositories, then you need to remove it. > > 2) The $HOME/.cache/apks temporary abuild repo (for its own built > dependencies) has moved to $HOME/.cache/abuild/$repo, where repo is > either 'main' or 'testing'. This means that if you dont have 'testing' > in your repositories, you will not be able to build packages in 'main' > which has dependencies in 'testing'. This is a feature. This also means > that in order to build things in 'testing' (or other repo) you need > have 'main' in you system apk repos. > > 3) you can no longer upgrade directly from alpine v1.x or v2.0 to edge. > You will need a newer apk-tools. Either upgrade to alpine v2.1 first and > from there to edge, or download apk-tools-static manually. This also > affect upgrading to the upcoming v2.2. I am thinking of making an > upgrade script that can be downloaded to perform the upgrade. > > In short: > * remove x86 or x86_64 as last element from url > =A0in /etc/apk/repositories if its there. > > * replace $HOME/.cache/apks with $HOME/.cache/abuild/main if you have > =A0it in your /etc/apk/repositories. > > * watch out if you upgrade from earlier than v2.1 > > -nc > > > --- > Unsubscribe: =A0alpine-devel+unsubscribe@lists.alpinelinux.org > Help: =A0 =A0 =A0 =A0 alpine-devel+help@lists.alpinelinux.org > --- > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---