diff --git a/firmware/tunerstudio/cache/readme.md b/firmware/tunerstudio/cache/readme.md new file mode 100644 index 0000000000..4c0f6ba2a8 --- /dev/null +++ b/firmware/tunerstudio/cache/readme.md @@ -0,0 +1,9 @@ +Problem statement: + +we want fast local processing in case of no changes, and we want working processing with GitHub Actions + +GitHub Actions are executed with fresh clone and git does not carry timestamps this is creating challenges for us. + +See https://git.wiki.kernel.org/index.php/Git_FAQ#Why_isn.27t_Git_preserving_modification_time_on_files.3F + +See https://stackoverflow.com/questions/2179722/checking-out-old-file-with-original-create-modified-timestamps \ No newline at end of file