X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp141.iad.emailsrvr.com (smtp141.iad.emailsrvr.com [207.97.245.141]) by lists.alpinelinux.org (Postfix) with ESMTP id 5F6DC1EBFF7 for ; Thu, 9 Dec 2010 15:41:51 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp44.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id AF1522104D7; Thu, 9 Dec 2010 10:41:50 -0500 (EST) X-Virus-Scanned: OK Received: from dynamic12.wm-web.iad.mlsrvr.com (dynamic12.wm-web.iad1a.rsapps.net [192.168.2.219]) by smtp44.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 992FE2104BA; Thu, 9 Dec 2010 10:41:50 -0500 (EST) Received: from darkregion.net (localhost [127.0.0.1]) by dynamic12.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id 8ADDA2168082; Thu, 9 Dec 2010 10:41:50 -0500 (EST) Received: by apps.rackspace.com (Authenticated sender: mcs@darkregion.net, from: mcs@darkregion.net) with HTTP; Thu, 9 Dec 2010 09:41:50 -0600 (CST) Date: Thu, 9 Dec 2010 09:41:50 -0600 (CST) Subject: Re: [alpine-devel] [PATCH] new: aports helper scripts From: "Matt Smith" To: "Natanael Copa" Cc: alpine-devel@lists.alpinelinux.org 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=UTF-8 Content-Transfer-Encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-Type: plain In-Reply-To: <1291902032.24376.27.camel@ncopa-desktop.nor.wtbts.net> References: <1291843221-21222-1-git-send-email-mcs@darkregion.net> <1291902032.24376.27.camel@ncopa-desktop.nor.wtbts.net> Message-ID: <1291909310.567329176@192.168.2.229> X-Mailer: webmail8 On Thursday, December 9, 2010 7:40am, "Natanael Copa" said:=0A> On Wed, 2010-12-08 at 15:20 -0600, Matt Smith wrote:=0A>> I've= created some helper scripts for aports, which I'll briefly cover here.=0A>= >=0A>> New files:=0A>> - aports/apk-aports.conf: configuration file for the= following helper scripts=0A>> - aports/apkindex.sh: creates a signed A= PKINDEX.tar.gz for your aports=0A>> - aports/apkwrapper.sh: apk wrapper t= hat uses your aports repository=0A>>=0A>> Let me know what you think.=0A> = =0A> I'm not really sure what problem those scripts are supposed to solve?= =0A=0AThe idea is to make it easier/quicker to be able to install a package= from aports (for testing, etc).=0A=0AIt's my understanding and experience = that you can't simply "abuild -r; apk add ./package.apk", atleast without s= pecifying --no-network to apk, but that seems to be a 'global option' inste= ad of being per-package.=0A=0AI suppose its no different though: doing --no= -network, or specifying a specific local repository (atleast without HTTP r= epositories added into the mix?).=0A=0AIdeally, I'd like to be able to "abu= ild -r; apk add ./package.apk" and have apk resolve dependencies either via= /etc/apk/repositories (HTTP and/or local repos), or abuild the dependencie= s in aports instead, similar to FreeBSD ports, if I'm not mistaken.=0A=0AAp= ologies if this is already possible.=0A=0AThanks in advance,=0AMatt=0A=0AP.= S.: Looks like I could use some form of "abuild -ri". --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---