repo: logging verbosity

This commit is contained in:
Thomas Hobson 2021-03-14 18:27:28 +13:00
parent 6290fdfdba
commit ada44e41b5
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,7 @@ do
PKGCHECKSUM=$(sha256sum $PKGFILE | awk '{print $1}')
echo "$PKGNAME,$PKGVERSION,$PKGCHECKSUM,$BASEURL$PKGFILE" >> index
echo "Adding package $PKGNAME-$PKGVERSION"
((i=i+1))
done