mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
PrepareIndex before trying to resolve dependencies.
This commit is contained in:
@@ -148,6 +148,8 @@ func aptlySnapshotVerify(cmd *commander.Command, args []string) error {
|
|||||||
packageIndexedList.Append(pL)
|
packageIndexedList.Append(pL)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packageIndexedList.PrepareIndex()
|
||||||
|
|
||||||
var architecturesList []string
|
var architecturesList []string
|
||||||
|
|
||||||
architectures := cmd.Flag.Lookup("architectures").Value.String()
|
architectures := cmd.Flag.Lookup("architectures").Value.String()
|
||||||
|
|||||||
Reference in New Issue
Block a user