Make 0-dev point to master (was: develop). This is a temporary change. 0-dev will be pointed back at develop once the sterly_refactor merge is complete and the obvious problems are fixed.
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/0ec0bc45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0ec0bc45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0ec0bc45 Branch: refs/heads/develop Commit: 0ec0bc4504bd2cb6ad9f87eb3afe8ce59706f933 Parents: e3cdc2b Author: Christopher Collins <[email protected]> Authored: Wed Sep 21 14:04:10 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Sep 21 14:04:10 2016 -0700 ---------------------------------------------------------------------- repository.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0ec0bc45/repository.yml ---------------------------------------------------------------------- diff --git a/repository.yml b/repository.yml index d4d1c64..425df70 100644 --- a/repository.yml +++ b/repository.yml @@ -24,6 +24,6 @@ repo.versions: "0.8.0": "mynewt_0_8_0_tag" "0.9.0": "mynewt_0_9_0_tag" "0-latest": "0.9.0" - "0-dev": "0.0.0" + "0-dev": "master" "0.8-latest": "0.8.0" "0.9-latest": "0.9.0"
