mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Improve non-release directory structure
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
cfa0545484
commit
dd64ea1197
|
@ -53,8 +53,7 @@ def get_publish_internal(props):
|
||||||
rel_name = "yocto-" + props.getProperty("yocto_number", "") + snapshot
|
rel_name = "yocto-" + props.getProperty("yocto_number", "") + snapshot
|
||||||
dest = os.path.join(config.publish_dest, "releases", rel_name)
|
dest = os.path.join(config.publish_dest, "releases", rel_name)
|
||||||
else:
|
else:
|
||||||
dest_base = os.path.join(config.publish_dest,
|
dest_base = os.path.join(config.publish_dest, 'non-release',
|
||||||
props.getProperty("buildername"),
|
|
||||||
datetime.now().strftime("%Y%m%d"))
|
datetime.now().strftime("%Y%m%d"))
|
||||||
|
|
||||||
# We want to make sure that we aren't writing artefacts to a publish
|
# We want to make sure that we aren't writing artefacts to a publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user