From 1971da9c1e7768aa3cc49b40fa4175b9895799fd Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:03:38 -0400 Subject: python-oslo.i18n: fixup branch name Commit 38e8c9c9aa0f uprev'd this package to release 3.20.0 which is not on the stable/pike branch so the fetch was failing with: Fetcher failure: Unable to find revision 172e20b10981 in branch stable/pike even from upstream Switch the branch to 'master' to fix the fetch. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb index 313c277..9fe3d00 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb @@ -8,7 +8,7 @@ PV = "3.20.0+git${SRCPV}" SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" SRCNAME = "oslo.i18n" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf