summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-build-create-image-manifest.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index 9831273..d3cdcee 100755
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -89,4 +89,11 @@ if [ -n "${WORKSPACE}" ]; then
fi
done
fi
+
+ # Add md5sums for all build artefacts
+ for f in $(find ${WORKSPACE}/out) ; do
+ if [ -f "f" ] ; then
+ md5sum $f > ${f}.md5
+ fi
+ done
fi