Commit 41e3cb0d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+exception

parent be95060e
......@@ -172,6 +172,10 @@ for p,v in Projects.items():
if p.find(package_prefix)==0:
name = package_prefix+name
#only exception
if name=="fpga-x393_sata":
name="fpga-x393sata"
local_list.append([name.encode('ascii','ignore'),tmp])
elif isinstance(v,list):
tmp = get_version_from_git(p,git_vfile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment