use f26 repo (which is in Brno, we should probably make this easy for our friends in Germany and US, not sure if mirrorlist works here)
use BRT staging compose; contyk & jkaluza confirmed it should be okay
get all caps from base-runtime repo: don't care about api.txt since repo has all we need
disable all repos for every dnf invocation b/c it messes up results greatly
please rewrite the script into python, this version in shell was a great prototype
Signed-off-by: Tomas Tomecek ttomecek@redhat.com
line 22 and 33 seem to pull in dependencies from packages on your local system as well. (If it doesn't happen on your system, maybe that's a bug in F24 dnf)
1 new commit added
@karsten very good point; it did on my f22, it does not on rawhide
f22
dnf-plugins-core-0.1.19-1.fc22.noarch
rawhide
dnf-plugins-core-1.1.0-1.fc27.noarch
rebased
Pull-Request has been merged by mkocka
use f26 repo (which is in Brno, we should probably make this easy for
our friends in Germany and US, not sure if mirrorlist works here)
use BRT staging compose; contyk & jkaluza confirmed it should be okay
get all caps from base-runtime repo: don't care about api.txt since
repo has all we need
disable all repos for every dnf invocation b/c it messes up results
greatly
please rewrite the script into python, this version in shell was a
great prototype
Signed-off-by: Tomas Tomecek ttomecek@redhat.com