Print packages during update check

This commit is contained in:
2024-11-07 00:36:53 +01:00
parent b855c6dfb9
commit 8420f2a202

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
for pkg in pkgbuilds/* ; do for pkg in pkgbuilds/* ; do
printf "checking %s\n" "${pkg}"
git submodule update --remote "${pkg}" git submodule update --remote "${pkg}"
if git status --porcelain "${pkg}" | grep -q . ; then if git status --porcelain "${pkg}" | grep -q . ; then
git add "${pkg}" git add "${pkg}"