From: Wang Mingyu <[email protected]> Changelog: ========== - sync: fix connection error on macOS - upload: Return correct tuple values in _ProcessResults - worktree: Do not try to fix relative paths - forall: Fix returning results early - Use full name of the revision when checking dest-branch - Add REPO_SKIP_SELF_UPDATE check in sync - manifest: add optional base check on remove and extend - [event_log] Stop leaking semaphore resources - progress: always show done message - subcmds: reduce multiprocessing serialization overhead - sync: reduce multiprocessing serialization overhead - Fix incremental syncs for prjs with submodules
Signed-off-by: Wang Mingyu <[email protected]> --- meta/recipes-devtools/repo/{repo_2.48.bb => repo_2.49.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.48.bb => repo_2.49.3.bb} (94%) diff --git a/meta/recipes-devtools/repo/repo_2.48.bb b/meta/recipes-devtools/repo/repo_2.49.3.bb similarity index 94% rename from meta/recipes-devtools/repo/repo_2.48.bb rename to meta/recipes-devtools/repo/repo_2.49.3.bb index 8b72a9e71b..5cb10b6096 100644 --- a/meta/recipes-devtools/repo/repo_2.48.bb +++ b/meta/recipes-devtools/repo/repo_2.49.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ " -SRCREV = "454fdaf1191c87e5c770ab865a911e10e600e178" +SRCREV = "ab2d3211043e2cb42a55f56e5abf69d23103c105" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207027): https://lists.openembedded.org/g/openembedded-core/message/207027 Mute This Topic: https://lists.openembedded.org/mt/109532000/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
