mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
updating godeps and notary for some syntax changes in gotuf brought on by golint
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
@@ -67,7 +67,7 @@ func (err ErrBadSnapshot) Error() string {
|
||||
// are semantically correct and the signatures are correct
|
||||
func validateUpdate(gun string, updates []storage.MetaUpdate, store storage.MetaStore) error {
|
||||
kdb := keys.NewDB()
|
||||
repo := tuf.NewTufRepo(kdb, nil)
|
||||
repo := tuf.NewRepo(kdb, nil)
|
||||
rootRole := data.RoleName(data.CanonicalRootRole)
|
||||
targetsRole := data.RoleName(data.CanonicalTargetsRole)
|
||||
snapshotRole := data.RoleName(data.CanonicalSnapshotRole)
|
||||
|
||||
Reference in New Issue
Block a user