diff mbox series

[AUH] repo: upgrading to 2.55.2 SUCCEEDED

Message ID 0101019773ba84a4-9b3b0fb5-f0e8-445d-9539-8878dfb22467-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] repo: upgrading to 2.55.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2025, 1:14 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *repo* to *2.55.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-repo-upgrade-2.55-2.55.2.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From bfbab7bdf7c794db4d8d633a879f50a6f6f8bc5c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Jun 2025 09:31:18 +0000
Subject: [PATCH] repo: upgrade 2.55 -> 2.55.2

---
 meta/recipes-devtools/repo/{repo_2.55.bb => repo_2.55.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.55.bb => repo_2.55.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/repo/repo_2.55.bb b/meta/recipes-devtools/repo/repo_2.55.2.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.55.bb
rename to meta/recipes-devtools/repo/repo_2.55.2.bb
index 5fea49abb3..9cff3c0b7c 100644
--- a/meta/recipes-devtools/repo/repo_2.55.bb
+++ b/meta/recipes-devtools/repo/repo_2.55.2.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 = "08815ad3eb245872700201e03c47cb504d1dc3f9"
+SRCREV = "b262d0e4619c406a2708856ed312091d21c5bf39"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"