mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: remove old transitional compatibility
This commit is contained in:
parent
2e455e96ab
commit
34868aae73
4
kiss
4
kiss
@ -782,9 +782,7 @@ pkg_checksums() {
|
|||||||
pkg_verify() {
|
pkg_verify() {
|
||||||
# Verify all package checksums. This is achieved by generating a new set
|
# Verify all package checksums. This is achieved by generating a new set
|
||||||
# of checksums and then comparing those with the old set.
|
# of checksums and then comparing those with the old set.
|
||||||
verify_cmd="
|
verify_cmd="NR==FNR{a[\$1];next}/^SKIP$/{next}!((\$1)in a){exit 1}"
|
||||||
NR==FNR{a[\$1];next}/^git .*|^SKIP$/{next}!((\$1)in a){exit 1}
|
|
||||||
"
|
|
||||||
|
|
||||||
for pkg do
|
for pkg do
|
||||||
repo_dir=$(pkg_find "$pkg")
|
repo_dir=$(pkg_find "$pkg")
|
||||||
|
Loading…
Reference in New Issue
Block a user