Skip to content

repoupdater: Remove ExternalRepo from RepoLookupArgs

Administrator requested to merge core/rm-external-repo-args into master

Created by: mrnugget

This fixes #3996.

As discussed in that ticket: the name of repo is unique,the syncer now handles renames and every call site of RepoLookup passes in the Name. That means it's safe to get rid of ExternalRepo.

Test plan: go test

Merge request reports

Loading