summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:03:38 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commit1971da9c1e7768aa3cc49b40fa4175b9895799fd (patch)
tree6e260162bee29df9357e5880026b17013af2527a /meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
parente7b4a0b965bb40861a487c13199755044919472a (diff)
downloadmeta-cloud-services-1971da9c1e7768aa3cc49b40fa4175b9895799fd.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb2
1 files changed, 1 insertions, 1 deletions
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}"
8SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" 8SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864"
9 9
10SRCNAME = "oslo.i18n" 10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14