The folder name did not started with an v. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- gentree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentree.py b/gentree.py index 25e6250..744f48d 100755 --- a/gentree.py +++ b/gentree.py @@ -348,7 +348,7 @@ def get_rel_prep(rel): if (rel_specs['RELMOD_TYPE'] != ''): ignore += rel_specs['RELMOD_TYPE'] base_rel = rel.replace(ignore, "") - paths.append(base_rel) + paths.append("v" + base_rel) rel_tag = "v" + rel.replace(rel_specs['RELMOD_TYPE'], "") rel_prep = dict(stable = is_stable, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html