remove old 'go get' line
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
992d3606e5
commit
bc9c98236e
|
@ -31,7 +31,6 @@ func (rl *RepoList) CheckValidGoSum(r *RepoRow) (bool, error) {
|
||||||
// for now, if it's not one of the GUI repos, assume it's readonly and ignore it
|
// for now, if it's not one of the GUI repos, assume it's readonly and ignore it
|
||||||
if strings.HasPrefix(depPath, "go.wit.com") {
|
if strings.HasPrefix(depPath, "go.wit.com") {
|
||||||
log.Log(REPOWARN, "Run: go get -v", depPath)
|
log.Log(REPOWARN, "Run: go get -v", depPath)
|
||||||
// rs.RunCmd([]string{"go", "get", "-v", depname}) // download this here?
|
|
||||||
return false, errors.New("CheckValidGoSum() download repo: " + depPath)
|
return false, errors.New("CheckValidGoSum() download repo: " + depPath)
|
||||||
}
|
}
|
||||||
// it's probably okay. running a compile check before this would be a good test
|
// it's probably okay. running a compile check before this would be a good test
|
||||||
|
|
Loading…
Reference in New Issue