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

Feature/pkgdb2 and fas updates #14

Merged
merged 4 commits into from Aug 18, 2014
Merged

Conversation

abadger
Copy link
Contributor

@abadger abadger commented May 20, 2014

FAS and Pkgdb updated last week. This set of changes updates the use of pkgdb to the pkgdb2 api. The FAS update made the query we use slower. This update also increases the client-side timeout that supybot uses so that it can complete the request.

except AppError:
irc.reply("No such package exists.")
return
branch_list = []
for listing in pkginfo['packageListings']:
for listing in pkkinfo['packages']:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here: pkkinfo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping? :)

@pypingou pypingou mentioned this pull request May 20, 2014
@abadger
Copy link
Contributor Author

abadger commented Jun 16, 2014

Thanks for the ping. Typo fixed.

@@ -46,7 +46,7 @@
from fedora.client import ServerError
from fedora.client.fas2 import AccountSystem
from fedora.client.fas2 import FASError
from fedora.client.pkgdb import PackageDB
from pkgdb2client import PkgDB
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we explicitly require packagedb-cli somewhere?

@pypingou
Copy link
Member

one question, otherwise 👍 for me

@abadger
Copy link
Contributor Author

abadger commented Jun 17, 2014

Done. There's no setup.py or spec file but I added it to the requirements.txt

@pypingou
Copy link
Member

Looks all good to me 😄 👍

@pypingou
Copy link
Member

@abadger should we merge this?

@ralphbean
Copy link
Contributor

👍 from me.

pypingou added a commit that referenced this pull request Aug 18, 2014
@pypingou pypingou merged commit 76d2af8 into develop Aug 18, 2014
@pypingou pypingou deleted the feature/pkgdb2-and-fas-updates branch August 18, 2014 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants