From bb81a373cd0807369b002ba1d65e75cd7bc8b7e0 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 23 Mar 2022 11:16:59 +0100 Subject: [PATCH] default.xml: Remove confusing comment about revision in repo monifest The revision is not only for pinned SHAs. It can also use branches - which are updated accordingly by repo. Drop the comments which assume that revision is only for pinned versions. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- manifests/default.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifests/default.xml b/manifests/default.xml index 2ff28fc3..211a93dd 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -41,12 +41,10 @@ SPDX-FileCopyrightText: Huawei Inc. For the entries below this comment it depends on the phase of development the project is in at the given time. In normal development mode it would be - "floating" entries, that follow branches and not precise revisions (this - can be identified by the missing revision="" tag). + "floating" entries, that follow branches and not precise revisions. When the release process is entered these would be pinned as well. Most - likely to a git tag in the repository. If a revision="" tag is present - this is the case. + likely to a git tag in the repository. --> <project name="oniro-core/oniro" remote="eclipse" revision="kirkstone" path="oniro"> -- GitLab