You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2015/10/28 18:42:43 UTC

incubator-mynewt-newt git commit: fetch tadpole from ASF infra

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/master cbf4c23af -> c454b3d15


fetch tadpole from ASF infra


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/c454b3d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/c454b3d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/c454b3d1

Branch: refs/heads/master
Commit: c454b3d15c90143ab10a12176aa5506eccbd7f16
Parents: cbf4c23
Author: sterling <st...@apache.org>
Authored: Wed Oct 28 10:33:25 2015 -0700
Committer: sterling <st...@apache.org>
Committed: Wed Oct 28 10:33:25 2015 -0700

----------------------------------------------------------------------
 cli/nest.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/c454b3d1/cli/nest.go
----------------------------------------------------------------------
diff --git a/cli/nest.go b/cli/nest.go
index f8d07ba..abc2bce 100644
--- a/cli/nest.go
+++ b/cli/nest.go
@@ -78,7 +78,7 @@ func NewNestWithDir(srcDir string) (*Nest, error) {
 
 func CreateNest(nestName string, destDir string, tadpoleUrl string) error {
 	if tadpoleUrl == "" {
-		tadpoleUrl = "https://www.github.com/mynewt/tadpole"
+		tadpoleUrl = "https://git-wip-us.apache.org/repos/asf/incubator-mynewt-tadpole.git"
 	}
 
 	if NodeExist(destDir) {