From: Vineela Tummalapalli <vineela.tummalapa...@intel.com>

---
 scripts/publish-artefacts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts
index 6ed922a..3ef7206 100755
--- a/scripts/publish-artefacts
+++ b/scripts/publish-artefacts
@@ -7,10 +7,10 @@ sha256sums(){
     dest=$1
     for x in `find -L $dest -maxdepth 5 -type f`; do
         for w in $x;do
-            if [ ${w##*.} != sha256sum ]; then
+            if [ ${w##*.} != sha256 ]; then
                 shasum=`sha256sum $w | awk '{print $1}'`
                 filename=${w##*/}
-                echo $shasum $filename >> $w.sha256sum
+                echo $shasum $filename > $w.sha256
             fi
         done
     done
--
2.7.4
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#49666): https://lists.yoctoproject.org/g/yocto/message/49666
Mute This Topic: https://lists.yoctoproject.org/mt/74945598/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to