The branch, master has been updated
       via  fa72f9a2921556923fa598317db4fcdc3c85ac24 (commit)
      from  f40766da45642cfe2783c188dacac3f81898ec23 (commit)


- Log -----------------------------------------------------------------
commit fa72f9a2921556923fa598317db4fcdc3c85ac24
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Thu Sep 25 20:35:33 2025 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Thu Sep 25 21:51:03 2025 +0200

    forgejo/workflows: include size and mtime in cache hash
    
    In case some file has been updated. Generally fate samples shouldn't be
    replaced to preserve compatibility with older revisions, but before
    merge it may happen that files is replaced.
    
    Signed-off-by: Kacper Michajłow <[email protected]>

diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index 79c5238a8b..0499906575 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
         id: fate
         run: |
           make fate-rsync SAMPLES=$PWD/fate-suite
-          echo "hash=$(find fate-suite -type f | sort | sha256sum | cut -d' ' 
-f1)" >> $FORGEJO_OUTPUT
+          echo "hash=$(find fate-suite -type f -printf "%P %s %T@\n" | sort | 
sha256sum | cut -d' ' -f1)" >> $FORGEJO_OUTPUT
       - name: Cache Fate-Suite
         uses: actions/cache/save@v4
         if: ${{ format('fate-suite-{0}', steps.fate.outputs.hash) != 
steps.cache.outputs.cache-matched-key }}

-----------------------------------------------------------------------

Summary of changes:
 .forgejo/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to