summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* global: convert github SRC_URIs to use https protocolBruce Ashfield2021-11-021-1/+1
| | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-salttesting: use SRCREV instead of tagChen Qi2020-12-071-1/+2
| | | | | | | | | | If we enable BB_NO_NETWORK, using tag in SRC_URI causes problem. Merely parsing the recipes will raise error. For example, `bitbake -p'. So use SRCREV instead of tag to solve this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-salttesting: upgrade 2015.2.16 -> 2018.9.21zangrc2020-12-011-0/+20
Refresh the following patch: 0001-Add-ptest-output-option-to-test-suite.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>