summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-07-10 14:06:45 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-07-10 14:43:11 +0000
commitc138943fed29e768df990061c30d6f071b98ffc3 (patch)
tree6b784760e8ed798de5cb6f2850643b2dc848748b
parente96da98e4038f5388596b4294ac3d8425b2dacb2 (diff)
downloadmeta-virtualization-c138943fed29e768df990061c30d6f071b98ffc3.tar.gz
podman-compose: switch to main branch
The upstream project has made the "interesting" decision to delete the stable branch and move to "main" for recent releases. So rather than being able to simply switch for our updates, we have to switch to main on all releases that had podman-compose recipes using the stable branch. Luckily, the commit hashes haven't changed, so we only have to modify the branch in the SRC_URI. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman-compose/podman-compose_1.0.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
index e055ee45..bcb2b86b 100644
--- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb
+++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit setuptools3
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" 7SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
8 8
9SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" 9SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
10 10