[MGPG-66] fix handling of excluded files#10
[MGPG-66] fix handling of excluded files#10elharo merged 3 commits intoapache:masterfrom Syquel:bugfix/MGPG-66
Conversation
|
Running through Jenkins |
|
Many builds failed. might be flaky. Running again. |
|
I was able to reproduce this issue on Linux. The issue is that I will take a look tomorrow. //EDIT
So while absolute Paths on Windows (usually) start with a drive letter they always start with the file separator char The following version would work on both OS, but I would like to hear another opinion first: |
|
I can confirm this fix is also working on macOS 11.2.3 (Apple Silicon, gpg (GnuPG/MacGPG2) 2.2.24). The test in 4da6921 is successful and was failing before as expected. |
|
Resolve #226 |
1 similar comment
|
Resolve #226 |
Fixes MGPG-66 by adding a check if files match the exclude patterns.