mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-06 03:40:59 +01:00
fix: scope CAS package indices to index of package
Fixes conflicts between multiple packages with the same name in different indices.
This commit is contained in:
parent
a2ce747879
commit
0dfc3ef5bd
2 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,7 @@ impl PackageSource for PesdePackageSource {
|
|||
let index_file = project
|
||||
.cas_dir()
|
||||
.join("index")
|
||||
.join(hash(self.as_bytes()))
|
||||
.join(id.name().escaped())
|
||||
.join(id.version_id().version().to_string())
|
||||
.join(id.version_id().target().to_string());
|
||||
|
|
|
@ -229,6 +229,7 @@ impl PackageSource for WallyPackageSource {
|
|||
let index_file = project
|
||||
.cas_dir()
|
||||
.join("wally_index")
|
||||
.join(hash(self.as_bytes()))
|
||||
.join(id.name().escaped())
|
||||
.join(id.version_id().version().to_string());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue