[meta-virtualization] [m-c-s][PATCH 1/2] python-oslo.i18n: fixup branch name

Mark Asselstine mark.asselstine at windriver.com
Wed Apr 4 13:03:38 PDT 2018


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 <mark.asselstine at windriver.com>
---
 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"
 
-- 
2.7.4



More information about the meta-virtualization mailing list