From e6e9e1a468c15a6ca609d8c6072a7b8c16fb3833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Sun, 15 May 2011 22:01:02 -0500 Subject: db-update msg when cleaning nonfree --- db-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db-update') 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 -- cgit v1.2.3