fixes for new gitpb
This commit is contained in:
parent
3300be8371
commit
572a5f37a6
|
@ -65,7 +65,7 @@ func readRepomap() {
|
||||||
giturl := fields[1]
|
giturl := fields[1]
|
||||||
repoMap[gopath] = giturl
|
repoMap[gopath] = giturl
|
||||||
|
|
||||||
repo := forge.Repos.FindByGoPath(gopath)
|
repo := forge.Repos.FindByFullPath(gopath)
|
||||||
if repo != nil {
|
if repo != nil {
|
||||||
version := repo.GetLastTag()
|
version := repo.GetLastTag()
|
||||||
age := repo.NewestAge()
|
age := repo.NewestAge()
|
||||||
|
|
Loading…
Reference in New Issue