mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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.PrepareIndex()
|
||||
|
||||
var architecturesList []string
|
||||
|
||||
architectures := cmd.Flag.Lookup("architectures").Value.String()
|
||||
|
||||
Reference in New Issue
Block a user