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 1F0741EBFEF for ; Mon, 13 Dec 2010 19:31:13 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp34.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 5D83C380B3D; Mon, 13 Dec 2010 14:31:13 -0500 (EST) X-Virus-Scanned: OK Received: from dynamic11.wm-web.iad.mlsrvr.com (dynamic11.wm-web.iad1a.rsapps.net [192.168.2.218]) by smtp34.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 455A7B8040; Mon, 13 Dec 2010 14:26:54 -0500 (EST) Received: from darkregion.net (localhost [127.0.0.1]) by dynamic11.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id 318D6E0086; Mon, 13 Dec 2010 14:26:54 -0500 (EST) Received: by apps.rackspace.com (Authenticated sender: mcs@darkregion.net, from: mcs@darkregion.net) with HTTP; Mon, 13 Dec 2010 13:26:54 -0600 (CST) Date: Mon, 13 Dec 2010 13:26:54 -0600 (CST) Subject: RE: [alpine-devel] new aport utility: ap 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: <20101213162256.056c0e23@ncopa-desktop.nor.wtbts.net> References: <20101213162256.056c0e23@ncopa-desktop.nor.wtbts.net> Message-ID: <1292268414.201528757@192.168.2.228> X-Mailer: webmail8 I'm wondering if we should have an extra sub-command that would allow one t= o search all APKBUILDs in their aports for their name or another contributo= r/maintainer's name. =C2=A0This would allow contributors to keep track of w= hich package(s) they're involved in.=0A=0AI'd actually just made a one-line= r shell command for this prior to checking my e-mail:=0Agrep -rHi "Matt Smi= th" ~/aports/ | grep -E 'aports/(testing|main)/[^/]+/APKBUILD' | awk -F '/'= '{print $5 "/" $6}' | sort -u=0A=0AOn Monday, December 13, 2010 9:22am, "N= atanael Copa" said:=0A...=0A> We need a config file= (/etc/ap.conf?) where you can list your aports=0A> dirs.=0A> =0A> I am int= erested in feedback:=0A> =0A> Is 'ap' a good name for this command?=0A> =0A= > Do we want 'ap ' or ap-subcommand as a symlink? or separate= =0A> file?=0A...=0A=0AI think having a config file is a great idea.=0A=0AI = also have a few ideas that I'd like to see what you think about:=0A- Rename= 'ap' to 'aports'=0A- Make 'ap' / 'aports' similar to 'apk' in regards to s= ub-commands; include abuild, abump, newapkbuild, etc. as sub-commands to 'a= p' / 'aports' (e.g.: aports build -r, aports newapkabuild newpackage)=0A- R= ename /etc/abuild.conf to /etc/aports.conf and add variable(s) for 'ap' / '= aports' pointing to the local aports directory(s)=0A=0A- Matt --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---