Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check checksum of files #674

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,13 @@ jobs:
exit 1
fi
done

- name: Check checksums
run: |
cd scripts && sha256sum ./*.sh > ../requirements.hash && cd -
cd patches && sha256sum ./* >> ../requirements.hash && cd -
echo "You should keep checksums updated!"
echo "**********************************************************************"
git diff
echo "**********************************************************************"
git diff --quiet
4 changes: 2 additions & 2 deletions requirements.hash
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ e25fca925ee687bc46f5be6487c48ee977b697d05df97ccaca86d36ee8d213dc ./clean_packag
9e0f8478bb6568b6defc647080637b2944d68e8372655031750849aa77686812 ./package_version.sh
ad0a8ec80ac460df49a2643a5ea75c98ebe55e6039515ff3b8fc581c974ba698 ./run_tests.sh
94b462117f4a77f14703c5774a8477dcf6644bfee75bec158c0407e69ba58c73 ./show_info.sh
eb7b87055dc1c1e8d7d9ee9c096ce7e9cef7159854efc3818749438455a22e78 ./Handle-self-confined-system-wide-build.patch
749d63bd3ce98969a5422e6edf54af30541033195d431a817f8da320cb91c3c9 ./Remove-peflags-from-the-default-target.patch
9adb8d143854bf59b5dc61fc404513984e6c894f5448a1b31e54d43ca4e80b6b ./Handle-self-confined-system-wide-build.patch
3712c35cba3ada6a6df90e19bcfe70f2ed5fb0c62dabe0f4442ca52522ddbf2e ./Remove-peflags-from-the-default-target.patch
Loading