Re: a...@mailbox.org

2018-03-08 Thread Eli Schwartz
On 03/08/2018 05:20 PM, Mikael Blomstrand wrote: > I missed this before replying before since the thread switched name again. > > OK, maybe I've misunderstood the purpose of replaces when reading the > man page. It's been my impression that if package A replaces B, then A > must be the "new" B, an

Re: a...@mailbox.org

2018-03-08 Thread Mikael Blomstrand
tors 8 mars 2018 kl. 13:39 skrev Eli Schwartz : > On 03/08/2018 12:24 AM, Mikael Blomstrand > > When searching by name, i think the rpc should > > at least also search by the "replaces" attribute too. Provides would be a > > separate query but it could also be the same. > > That would have very li

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-08 Thread Actionless Loveless
https://transfer.sh/L3H4Z/0001-feat-rpc-return-providers-packages-when-querying-by-.patch On Thu, Mar 8, 2018 at 11:04 PM, Eli Schwartz wrote: > On 03/08/2018 04:53 PM, Actionless Loveless wrote: > > This is still not a git formatted patch, it is a git-formatted patch > that is then pasted into

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-08 Thread Eli Schwartz
On 03/08/2018 04:53 PM, Actionless Loveless wrote: This is still not a git formatted patch, it is a git-formatted patch that is then pasted into like Gmail's web interface or something. Look at the raw patch: https://paste.xinu.at/Qx2ys2gs/ Note the junk at the bottom where it includes the html

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-08 Thread Actionless Loveless
From: actionless To: aur-dev@archlinux.org Cc: actionless Subject: [PATCH] feat(rpc): return "providers" packages when querying by `name` or `name-desc` Date: Thu, 8 Mar 2018 22:50:13 +0100 Message-Id: <20180308215013.8626-1-actionless.lovel...@gmail.com> X-Mailer: git-send-email 2.16.2 --- do

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-08 Thread Eli Schwartz
On 03/08/2018 04:27 PM, Actionless Loveless wrote: > Done: Your patch does not appear to be git formatted, please resubmit it using for example git-send-email(1) -- Eli Schwartz Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-08 Thread Actionless Loveless
Done: >From 6f7e9c081706d1ef9996f6b3138a4bdf11a64675 Mon Sep 17 00:00:00 2001 From: actionless Date: Thu, 8 Mar 2018 22:25:27 +0100 Subject: [PATCH] feat(rpc): return "providers" packages when querying by `name` or `name-desc` --- doc/rpc.txt | 4 ++-- web/lib/aurjson.class.php

Re: a...@mailbox.org

2018-03-08 Thread Eli Schwartz
On 03/08/2018 12:24 AM, Mikael Blomstrand wrote: > I'm pretty new to this mailing list. But I'm been thinking the same thing. > Talked about it in a previous mail. > https://lists.archlinux.org/pipermail/aur-general/2018-March/034001.html > > I think it's a great idea. When searching by name, i th

Re: a...@mailbox.org

2018-03-07 Thread Mikael Blomstrand
I'm pretty new to this mailing list. But I'm been thinking the same thing. Talked about it in a previous mail. https://lists.archlinux.org/pipermail/aur-general/2018-March/034001.html I think it's a great idea. When searching by name, i think the rpc should at least also search by the "replaces" a

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-07 Thread Eli Schwartz
On 03/07/2018 09:52 PM, Actionless Loveless wrote: > Btw do you have docker or some other other kind of container > prepopulated with AUR db so i can test the changes before submitting? No, but there are instructions in the "TESTING" file. -- Eli Schwartz Bug Wrangler and Trusted User signatur

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-07 Thread Actionless Loveless
Btw do you have docker or some other other kind of container prepopulated with AUR db so i can test the changes before submitting? On Thu, Mar 8, 2018 at 3:49 AM, Actionless Loveless < actionless.lovel...@gmail.com> wrote: > Would you like me to send a patch for that? > > RE your PS: i think subj

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-07 Thread Actionless Loveless
Would you like me to send a patch for that? RE your PS: i think subject got auto-edited by mail list tool because i've put him into CC On Thu, Mar 8, 2018 at 3:44 AM, Eli Schwartz wrote: > On 03/07/2018 09:24 PM, Actionless Loveless wrote: > > Currently AUR web interface is able to resolve the

Re: Extending the RPC to include "provides" info (Was: a...@mailbox.org)

2018-03-07 Thread Eli Schwartz
On 03/07/2018 09:24 PM, Actionless Loveless wrote: > Currently AUR web interface is able to resolve the dependencies in case if > the dependendent package is provided by another package (see > python2-catkin-pkg in the dependencies list): > https://aur.archlinux.org/packages/ros-indigo-catkin/ > >

a...@mailbox.org

2018-03-07 Thread Actionless Loveless
Currently AUR web interface is able to resolve the dependencies in case if the dependendent package is provided by another package (see python2-catkin-pkg in the dependencies list): https://aur.archlinux.org/packages/ros-indigo-catkin/ However AUR RPC is not allowing querying by Provides field but