mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for csb repository
This commit is contained in:
parent
ace1abd1eb
commit
d39d03fbf4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
Fixed:
|
Fixed:
|
||||||
- Option -B for -u, update and -c, check-updates commands
|
- Option -B for -u, update and -c, check-updates commands
|
||||||
- Build packages with the same sources like nvidia-driver and nvidia-kernel
|
- 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
|
4.7.2 - 02/04/2023
|
||||||
Updated:
|
Updated:
|
||||||
|
|
|
@ -828,7 +828,7 @@ class InstallData(Configs):
|
||||||
cache.append(split_package[0]) # package name
|
cache.append(split_package[0]) # package name
|
||||||
cache.append(split_package[1]) # package version
|
cache.append(split_package[1]) # package version
|
||||||
cache.append(package_name)
|
cache.append(package_name)
|
||||||
cache.append(self.repos.csb_repo_mirror)
|
cache.append(self.repos.csb_repo_packages_mirror)
|
||||||
try:
|
try:
|
||||||
cache.append(checksums_dict[package_name])
|
cache.append(checksums_dict[package_name])
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue