Do not fetch neither cache packages for file:// scheme
modified libpkg/pkg_jobs.c
@@ -1799,7 +1799,9 @@ pkg_jobs_handle_install(struct pkg_solved *ps, struct pkg_jobs *j, bool handle_r
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2127,7 +2129,9 @@ pkg_jobs_check_conflicts(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -109,6 +109,11 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|