Add the releases subdirectory to the release publishing destination path.

Signed-off-by: Graydon, Tracy <tracy.gray...@intel.com>
---
 builders.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builders.py b/builders.py
index 7bd218e..977d80a 100644
--- a/builders.py
+++ b/builders.py
@@ -48,7 +48,7 @@ def get_publish_dest(props):
                 snapshot += "." + rc_number
 
             rel_name = "yocto-" + props.getProperty("yocto_number", "") + 
snapshot
-            dest = os.path.join(config.publish_dest, rel_name)
+            dest = os.path.join(config.publish_dest, "releases", rel_name)
         else:
             dest_base = os.path.join(config.publish_dest,
                                      props.getProperty("buildername"),
-- 
2.7.0

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to