Print packages during update check
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user