diff mbox series

[3/7] repo: upgrade 2.66.1 -> 2.67

Message ID 20260910-mathieu-updates-2026-09-10-v1-3-da1b555eace9@bootlin.com
State New
Headers show
Series Upgrades of 2026-09-10 | expand

Commit Message

Mathieu Dubois-Briand Sept. 10, 2026, 11:03 a.m. UTC
Changelog:

- project: check upstream ref ancestry for non-shallow clones
- project: gate the default-branch query by Git version
- git_superproject: resolve one negotiation ref directly
- upload: reuse the worker current-branch result
- version: read describe and date in one Git call
- cherry_pick: resolve and read commits in one process
- rebase: delegate automatic stashing to Git
- git_config: recognize only complete object IDs
- sync: tell apart same-path submanifest projects
- project: carry current state from the ref snapshot
- project: reuse ref OIDs in branch maintenance
- project: centralize safe branch and commit resolution
- project: reuse loaded refs when resolving HEAD
- git_refs: load HEAD with the ref snapshot on Git 2.45
- upload: prune ref scans for untouched projects and specific branches
- project: read HEAD directly in-memory to avoid subprocesses
- sync: skip submodules removed from their parent
- sync: fetch submodules after their parent repository
- sync: check out submodules at the parent's new revision
- project: don't use dest-branch or tags as SHA-1 upstream fallback
- hooks: add --fix option to auto-apply hook fixes
- Add detailed upload context to Trace2 telemetry
- project: allow re-reading submodule gitlinks

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 meta/recipes-devtools/repo/{repo_2.66.1.bb => repo_2.67.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/repo/repo_2.66.1.bb b/meta/recipes-devtools/repo/repo_2.67.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.66.1.bb
rename to meta/recipes-devtools/repo/repo_2.67.bb
index 32c7a38a9431..948a9a775c04 100644
--- a/meta/recipes-devtools/repo/repo_2.66.1.bb
+++ b/meta/recipes-devtools/repo/repo_2.67.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;tag=v${PV} \
            "
-SRCREV = "b85886fa9f5b4e2189cc5b2f40bd0a80459d4c77"
+SRCREV = "d27d6829a84f488b7253ea693dcc429076c33914"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"