All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] buildah: fix branch name
@ 2024-01-19  7:09 Chen Qi
  2024-01-19 14:42 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2024-01-19  7:09 UTC (permalink / raw)
  To: meta-virtualization

The branch 1.33.2 is not there any more. The correct branch for now
is 1.33.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/buildah/buildah_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index d3ccc920..f04adca9 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -32,7 +32,7 @@ SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
 SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
 
 SRC_URI = " \
-    git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \
+    git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \
     "
 
 DEPENDS = "libdevmapper btrfs-tools gpgme"
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-22  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19  7:09 [meta-virtualization][PATCH] buildah: fix branch name Chen Qi
2024-01-19 14:42 ` Bruce Ashfield
2024-01-22  2:25   ` ChenQi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.