PrepareIndex before trying to resolve dependencies.

This commit is contained in:
Andrey Smirnov
2014-01-09 20:07:13 +04:00
parent 645bba1924
commit 356187f3ae

View File

@@ -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()