Fixed for csb repository

This commit is contained in:
Dimitris Zlatanidis 2023-04-04 17:04:19 +03:00
parent ace1abd1eb
commit d39d03fbf4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Fixed:
- Option -B for -u, update and -c, check-updates commands
- Build packages with the same sources like nvidia-driver and nvidia-kernel
- Install data mirror for msb repository
- Install data mirror for msb and csb repositories
4.7.2 - 02/04/2023
Updated:

View file

@ -828,7 +828,7 @@ class InstallData(Configs):
cache.append(split_package[0]) # package name
cache.append(split_package[1]) # package version
cache.append(package_name)
cache.append(self.repos.csb_repo_mirror)
cache.append(self.repos.csb_repo_packages_mirror)
try:
cache.append(checksums_dict[package_name])
except KeyError: