This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new cc006e602 repository.yml: Remove 0.0.1 version
cc006e602 is described below

commit cc006e6025682c4e0563496fc1014b7d9d07b78c
Author: Michal Gorecki <[email protected]>
AuthorDate: Thu Mar 28 13:20:49 2024 +0100

    repository.yml: Remove 0.0.1 version
    
    0.0.1 version was used for historical reasons and is no longer
    necessary. It was also causing issue with newt info command.
    When commit with release tag happens to be the HEAD commit of
    master branch, newt info would print version 0.0.1 instead
    of release version from tag.
---
 repository.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/repository.yml b/repository.yml
index 82d06d05c..f77ae5525 100644
--- a/repository.yml
+++ b/repository.yml
@@ -20,7 +20,6 @@
 repo.name: apache-mynewt-core
 repo.versions:
     "0.0.0": "master"
-    "0.0.1": "master"
     "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"
@@ -68,8 +67,6 @@ repo.newt_compatibility:
     # present.
     0.0.0:
         0.0.0: good
-    0.0.1:
-        0.0.1: good
 
     # Core 1.1.0+ requires newt 1.1.0+ (feature: self-overrides).
     # Core 1.4.0+ requires newt 1.4.0+ (feature: sync repo deps).

Reply via email to