]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: make recently added branch/tag handling git specific
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:54:12 +0000 (11:54 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Aug 2017 22:25:33 +0000 (23:25 +0100)
commit5d4bfe6cf788ce971a2e9419bc13492153023681
tree1d0c5f3d2cb345921131057dea8caf70276cd3ea
parent2d86cac853d6daa496c0315a5cb0662ebf1165b0
recipetool: create: make recently added branch/tag handling git specific

The branch and tag handling code that was recently added in OE-Core revs
ecca596b75cfda2f798a0bdde75f4f774e23a95b and
3afdcbdc9a3e65bc925ec61717784ffec67d529d is specific to git, so only
apply it when we're fetching from a git URL.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py