mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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:
|
||||
- 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
|
||||
|
||||
4.7.2 - 02/04/2023
|
||||
Updated:
|
||||
|
|
|
@ -741,7 +741,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.msb_repo_mirror)
|
||||
cache.append(self.repos.msb_repo_packages_mirror)
|
||||
try:
|
||||
cache.append(checksums_dict[package_name])
|
||||
except KeyError:
|
||||
|
|
Loading…
Add table
Reference in a new issue