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 2016/07/09 17:30:27 UTC

incubator-mynewt-core git commit: add repository.yml

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/master 28e2a8b4e -> 0d9c8f30e


add repository.yml


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/0d9c8f30
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0d9c8f30
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0d9c8f30

Branch: refs/heads/master
Commit: 0d9c8f30efbe2dba00b21d9185e9db8e36cd579e
Parents: 28e2a8b
Author: Sterling Hughes <st...@apache.org>
Authored: Sat Jul 9 10:30:22 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Sat Jul 9 10:30:22 2016 -0700

----------------------------------------------------------------------
 repository.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0d9c8f30/repository.yml
----------------------------------------------------------------------
diff --git a/repository.yml b/repository.yml
new file mode 100644
index 0000000..d4d1c64
--- /dev/null
+++ b/repository.yml
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+repo.name: apache-mynewt-core
+repo.versions:
+    "0.0.0": "develop"
+    "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"
+    "0-latest": "0.9.0"
+    "0-dev": "0.0.0"
+    "0.8-latest": "0.8.0"
+    "0.9-latest": "0.9.0"