This commit is contained in:
Marc Beninca 2025-03-15 14:16:57 +01:00
parent cbd7f6f1a2
commit b1c1c040bc
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,7 +15,7 @@ echo "${path}"
cat "${path}" cat "${path}"
for url in $(jq -r ".. | objects | .url?" "${path}" | for url in $(jq -r ".. | objects | .url?" "${path}" |
grep "\(/20250212/\|/pypy3.11-v7.3.18\)" | grep "\(/20250311/\|/pypy3.11-v7.3.18\)" |
grep --invert-match "debug" | grep --invert-match "debug" |
grep --invert-match "\(armv7\|ppc64le\|s390x\)" | grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do