You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/22 05:49:32 UTC

incubator-mynewt-core git commit: repository.yml tag requires level of indirection.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/master a34f6721c -> 08ffff8c1


repository.yml tag requires level of indirection.


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

Branch: refs/heads/master
Commit: 08ffff8c1dd8b1adaaddf941e0d62a6e21e83fb1
Parents: a34f672
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Sep 21 22:49:06 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Sep 21 22:49:06 2016 -0700

----------------------------------------------------------------------
 repository.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/08ffff8c/repository.yml
----------------------------------------------------------------------
diff --git a/repository.yml b/repository.yml
index 71423d5..fd1ee6d 100644
--- a/repository.yml
+++ b/repository.yml
@@ -23,7 +23,9 @@ repo.versions:
     "0.7.9": "mynewt_0_8_0_b2_tag"
     "0.8.0": "mynewt_0_8_0_tag"
     "0.9.0": "mynewt_0_9_0_tag"
+    # develop branch, pre-sterly_refactor merge.
+    "0.9.1": "12ef82c64f072d79bcffd417ad803b503dac6431"
     "0-latest": "0.9.0"
-    "0-dev": "12ef82c64f072d79bcffd417ad803b503dac6431"
+    "0-dev": "0.9.1"
     "0.8-latest": "0.8.0"
     "0.9-latest": "0.9.0"