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:28 +0000
commit95d4cb45a96f2474570ffca13b5765ee1a1530ce (patch)
treedc662cf20c7afde1d9cfb5a63d2e57e071f29963
parent2d73ae79a86eefd0e2c2cf419159795f0113579d (diff)
downloadpoky-95d4cb45a96f2474570ffca13b5765ee1a1530ce.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 (From OE-Core rev: 2a4230c3565d235cba891c5ee060f82f1075fc4e) 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"
11 11
12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ 12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
13 " 13 "
14SRCREV = "ab2d3211043e2cb42a55f56e5abf69d23103c105" 14SRCREV = "13d6588bf60f0980ffa3d178441fa707655fee95"
15 15
16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" 16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
17 17