summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-23 17:11:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-24 13:49:24 +0000
commit2a4230c3565d235cba891c5ee060f82f1075fc4e (patch)
tree9772234a19392ed63c3d8dd6184fab05918161e5
parentdd62b4f7b46bb5551e5397404356c56905dda9ce (diff)
downloadopenembedded-core-2a4230c3565d235cba891c5ee060f82f1075fc4e.tar.gz
repo: upgrade 2.49.3 -> 2.50.1
Changelog: =========== - gc: Introduce new command to remove old projects - sync: Delete symlinks relative to client topdir - Add smoke test for subcmd forall - Remove gitc support from repo - branches: Escape percent signs in branch names - sync: Do not fail to sync a manifest with no projects - Fix event log command event hierarchy. - Make repo installation work without .git Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/repo/repo_2.50.1.bb (renamed from meta/recipes-devtools/repo/repo_2.49.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.49.3.bb b/meta/recipes-devtools/repo/repo_2.50.1.bb
index 5cb10b6096..f1fcc9c8a1 100644
--- a/meta/recipes-devtools/repo/repo_2.49.3.bb
+++ b/meta/recipes-devtools/repo/repo_2.50.1.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 = "ab2d3211043e2cb42a55f56e5abf69d23103c105"
+SRCREV = "13d6588bf60f0980ffa3d178441fa707655fee95"
MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"