mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Fixed for msb repository
This commit is contained in:
parent
74813f5428
commit
ace1abd1eb
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +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
|
||||||
|
|
||||||
4.7.2 - 02/04/2023
|
4.7.2 - 02/04/2023
|
||||||
Updated:
|
Updated:
|
||||||
|
|
|
@ -741,7 +741,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.msb_repo_mirror)
|
cache.append(self.repos.msb_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