adjust for Bodhi 2.0
ClosedPublic

Authored by kparal on Aug 18 2015, 3:28 PM.

Details

Summary

A lot of changes, some temporary:

  • bodhi_utils.build2update() has been adjusted to the new API
  • bodhi_utils.query_update() is blocked on https://github.com/fedora-infra/bodhi/issues/164 , so it has been disabled. Nothing seems to use it ATM except for bodhi directive, which in turn nothing uses, so we have some time to fix this. We might remove the whole method completely.
  • fas_password can't be non-empty anymore, auth fails. We will need to deal with fake_fedorainfra issues (doesn't accept empty password) in a different way.
Test Plan

test suite works, and upgradepath and depcheck when run manually also seem to work

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to adjust for Bodhi 2.0.Aug 18 2015, 3:28 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: tflink, jskladan, lbrabec.
tflink accepted this revision.Aug 18 2015, 8:28 PM

Other than the question about == vs >= for the python-fedora version in requirements.txt, looks good to me

requirements.txt
19–20

I know why all this was changed but I suspect that there's going to be more churn in python-fedora soon, maybe a >= 0.5.2 would be better here for the near future?

This revision is now accepted and ready to land.Aug 18 2015, 8:28 PM
This revision was automatically updated to reflect the committed changes.