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/develop Commit: 08ffff8c1dd8b1adaaddf941e0d62a6e21e83fb1 Parents: a34f672 Author: Christopher Collins <[email protected]> Authored: Wed Sep 21 22:49:06 2016 -0700 Committer: Christopher Collins <[email protected]> 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"
