From 69bb893d4e714974e8549a4357c43360c423dc23 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 12 Jul 2021 23:25:50 +0100 Subject: [PATCH] combine lfs hash file logging improvements --- dist/remote-builder/combineLFSHash.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/remote-builder/combineLFSHash.sh b/dist/remote-builder/combineLFSHash.sh index 92642e42..5c65b63e 100755 --- a/dist/remote-builder/combineLFSHash.sh +++ b/dist/remote-builder/combineLFSHash.sh @@ -1,6 +1,8 @@ #!/bin/sh -echo "Combining LFS hash files into one hash, this is used as the cache key:" +echo "Combining LFS hash files into one hash, this can be used to cache LFS files" git lfs ls-files -l | cut -d' ' -f1 | sort > $1/lfsSum.txt -ls -a +echo '' +echo 'combined file:' cat $1/lfsSum.txt +echo ''