#set $release = $stack[0]['release']
Hello,

The request to create images for the snapshot with build id: 

     ${release} 

is now complete.

The repository and images can be found here:

     ${download_site}/${release}/


#for $image in $stack
#set $start = $image.start
#if 'name' in $image
#set $name = $image.name
#else
#set $name = 'Unknown'
#end if
$name: #slurp
#if '__timed_out__' in $image
Failed with timeout!
#else if '__result__' in $image and not $image.__result__
Failed
#else if 'status' in $image
$image.status
#if $image.status != 'timeout'
Data: ${download_site}/$image.release/images/$name/
#else
Data: No output files!
#end if

#else
Failed
#end if
#end for

Please check the logs for more details about failed images.

The building logs of all the packages can be found here:

     ${download_site}/${release}/builddata/buildlogs/

And the comparison reports against latest daily and weekly release snapshots can
be found here:

     ${download_site}/${release}/builddata/reports/

Image creation was started at $start.

Regards,
Release Engineering Team
 
[This message was auto-generated]
