Without this slash it wants to use the directory /backportsstable/
Signed-off-by: Hauke Mehrtens <[email protected]>
---
gentree.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gentree.py b/gentree.py
index bc446d4..25e6250 100755
--- a/gentree.py
+++ b/gentree.py
@@ -400,7 +400,7 @@ def upload_release(args, rel_prep, logwrite=lambda x:None):
korg_path = "/pub/linux/kernel/projects/backports"
if (rel_prep['stable']):
- korg_path += "stable"
+ korg_path += "/stable"
parent = os.path.dirname(args.outdir)
release = os.path.basename(args.outdir)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html