summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-15 22:01:02 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-15 22:01:02 -0500
commite6e9e1a468c15a6ca609d8c6072a7b8c16fb3833 (patch)
treee346dd82d9512eb0add0a382a04ad50ba25ca875 /db-update
parent3e7ae87a5a2ac70811a016d684a8a24ae18f49f8 (diff)
db-update msg when cleaning nonfree
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 2 insertions, 0 deletions
diff --git a/db-update b/db-update
index f077aff..1606f1d 100755
--- a/db-update
+++ b/db-update
@@ -78,9 +78,11 @@ for repo in ${repos[@]}; do
done
# Repo check nonfree
+msg "Check nonfree in repo:"
nonfree=($(cut -d: -f1 ${BLACKLIST_FILE} | sort -u))
for repo in ${ARCHREPOS[@]}; do
for pkgarch in ${ARCHES[@]}; do
+ msg2 "$repo $pkgarch"
if [ ! -f "${FTP_BASE}/${repo}/os/${pkgarch}/${repo}${DBEXT}" ]; then
continue
fi