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

Adding network-wait-timeout support #1573

Open
wants to merge 1 commit into
base: dnf-4-master
Choose a base branch
from

Conversation

RishabhSaini
Copy link

Supports to fix the issue: coreos/rpm-ostree#3096

dnf-context.cpp: Added network_wait seconds to struct DnfContext and implemented getters
and setters for it
dnf-repo.cpp: Call to librepo for network wait api call

Adding network wait support by callin in API's from librepo

libdnf/dnf-repo.cpp Outdated Show resolved Hide resolved
libdnf/dnf-repo.cpp Outdated Show resolved Hide resolved
             implemented getters and setters for it
dnf-repo: Call to librepo for network wait api call

Add network-wait support by calling in API's from librepo
@cgwalters
Copy link
Collaborator

The error message from CI isn't obvious to me. Maybe one of the maintainers here knows?

That said @RishabhSaini if you want to debug this, there's a useful trick to debug Github actions specifically which is basically to force push your PR's code to your fork's main branch. Now I normally have my git clones set up so that origin is the upstream and cgwalters is my fork, so I do:

git push -f cgwalters HEAD:main

Then, you'll see the ctions run on your fork's Actions tab over here: https://github.com/RishabhSaini/libdnf/actions

@RishabhSaini
Copy link
Author

Ok thanks, will have a look at it

@kontura
Copy link
Contributor

kontura commented Oct 17, 2022

Sorry for the inconvenience, the CI is currently broken, I am working on fix.

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.

3 participants