diff options
| author | 2025-05-25 02:46:35 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:37 +0800 | |
| commit | f4d9d597a99ca0ed53c78cf600af9b4a8571ed06 (patch) | |
| tree | 1318904dbd227a8556dbc632116bb260f041e711 /scripts/check.sh | |
| parent | 4699fcd701d1e6b363f57dd73fec2ef0bc677629 (diff) | |
| download | soon-f4d9d597a99ca0ed53c78cf600af9b4a8571ed06.tar.gz soon-f4d9d597a99ca0ed53c78cf600af9b4a8571ed06.zip | |
feat: Add check script to verify presence of PKGBUILD in recent commits
Diffstat (limited to 'scripts/check.sh')
| -rw-r--r-- | scripts/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index 1db882a..88a1e87 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -2,4 +2,4 @@ for hash in $(git rev-list --max-count=10 HEAD); do echo "Checking $hash..." git ls-tree --name-only -r $hash | grep -q '^PKGBUILD$' || echo "❌ Missing PKGBUILD in $hash" done -makepkg --printsrcinfo > .SRCINFO
\ No newline at end of file +makepkg --printsrcinfo > .SRCINFO |