From: "Theodore A. Roth" <[email protected]>

The upstream git repo does not have a `27.0` branch. It is `27.x`.
This is causing fetch errors.

    ERROR: docker-moby-27.0.3+git7fa33a539a2054417c8aacdd7f92e3f8e50f1dff-r0 \
        do_fetch: Fetcher failure: Unable to find revision \
        7fa33a539a2054417c8aacdd7f92e3f8e50f1dff in branch 27.0 even from 
upstream
    ERROR: docker-moby-27.0.3+git7fa33a539a2054417c8aacdd7f92e3f8e50f1dff-r0 \
        do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from \
        any source.', 
'git://github.com/moby/moby.git;branch=27.0;name=moby;protocol=https;destsuffix=git/src/import/')

Signed-off-by: Theodore A. Roth <[email protected]>
Signed-off-by: Theodore A. Roth <[email protected]>
---
 recipes-containers/docker/docker-moby_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/docker/docker-moby_git.bb 
b/recipes-containers/docker/docker-moby_git.bb
index b4576de9..16675d21 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -49,9 +49,9 @@ SRCREV_libnetwork = "67e0588f1ddfaf2faf4c8cae8b7ea2876434d91c"
 SRCREV_cli = "d41cb083c352853f94b292a87df4859c4a96dcc2"
 SRCREV_FORMAT = "moby_libnetwork"
 SRC_URI = "\
-       
git://github.com/moby/moby.git;branch=27.0;name=moby;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}
 \
+       
git://github.com/moby/moby.git;branch=27.x;name=moby;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}
 \
        
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https
 \
-       
git://github.com/docker/cli;branch=27.0;name=cli;destsuffix=git/cli;protocol=https
 \
+       
git://github.com/docker/cli;branch=27.x;name=cli;destsuffix=git/cli;protocol=https
 \
        file://docker.init \
        file://0001-libnetwork-use-GO-instead-of-go.patch \
         file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8857): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8857
Mute This Topic: https://lists.yoctoproject.org/mt/107683799/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to