[yocto] [yocto-autobuilder][PATCH] /builders.py
Graydon, Tracy
tracy.graydon at intel.com
Wed Mar 21 13:45:25 PDT 2018
Add the releases subdirectory to the release publishing destination path.
Signed-off-by: Graydon, Tracy <tracy.graydon at 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
More information about the yocto
mailing list