diff options
| author | Jonathan <jonathan@mullvad.net> | 2023-06-07 09:28:03 +0200 |
|---|---|---|
| committer | Jonathan <jonathan@mullvad.net> | 2023-06-09 16:32:31 +0200 |
| commit | 14750db87c3b98010cb9b0027a5f61e5075e8145 (patch) | |
| tree | cadc41f018ffd2fbd5493670bd6e0b9c67d2eb77 /scripts | |
| parent | 75a2c206f844650d9993f4a4a0264f8c98acd5d4 (diff) | |
| download | mullvadvpn-14750db87c3b98010cb9b0027a5f61e5075e8145.tar.xz mullvadvpn-14750db87c3b98010cb9b0027a5f61e5075e8145.zip | |
Fix CI verification script
The verification script running on github would complain that the first
commit of a PR changed all of the locked down files if this commit was
unsigned. The reason was that in our github enviornment we don't fetch
the entire git history but instead only the needed commits (so called
shallow repository). The entire history is therefore folded into the
first commit in the shallow repo. Since this history contains
modifications of locked down files and since this commit is not signed
the script will think this commit modified files its not allowed to.
This fix deepens the shallow repo by 1 after fetching.
It also clarifies a print in verification script to be more descriptive.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
