Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aur_pkg_dup() optimization: do not copy values that are not provided by AUR #112

Merged
merged 1 commit into from
Mar 15, 2016
Merged

aur_pkg_dup() optimization: do not copy values that are not provided by AUR #112

merged 1 commit into from
Mar 15, 2016

Conversation

f2404
Copy link
Collaborator

@f2404 f2404 commented Mar 14, 2016

Copy only the following values from the AUR search result into new object:
{"ID":282175,"Name":"yaourt","PackageBaseID":5863,"PackageBase":"yaourt","Version":"1.8.1-1","Description":"A pacman wrapper with extended features and AUR support","URL":"https://github.com/archlinuxfr/yaourt","NumVotes":2843,"Popularity":56.092221,"OutOfDate":null,"Maintainer":"archlinuxfr","FirstSubmitted":1152045478,"LastModified":1457263531,"URLPath":"/cgit/aur.git/snapshot/yaourt.tar.gz"}]

…by AUR

Copy only the following values from the AUR search result into new object:
{"ID":282175,"Name":"yaourt","PackageBaseID":5863,"PackageBase":"yaourt","Version":"1.8.1-1","Description":"A pacman wrapper with extended features and AUR support","URL":"https:\/\/github.com\/archlinuxfr\/yaourt","NumVotes":2843,"Popularity":56.092221,"OutOfDate":null,"Maintainer":"archlinuxfr","FirstSubmitted":1152045478,"LastModified":1457263531,"URLPath":"\/cgit\/aur.git\/snapshot\/yaourt.tar.gz"}]
@f2404 f2404 changed the title aur_pkg_dup() optimization: do not copy values that are not provided … aur_pkg_dup() optimization: do not copy values that are not provided by AUR Mar 14, 2016
f2404 added a commit that referenced this pull request Mar 15, 2016
aur_pkg_dup() optimization: do not copy values that are not provided by AUR
@f2404 f2404 merged commit f02fa8b into archlinuxfr:master Mar 15, 2016
@f2404 f2404 deleted the aur_pkg_dup-optim branch March 15, 2016 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant