[l10n-russian CVS] l10n-checker list_package.sh, 1.1.1.1, 1.2 up2date_all_packages.sh, 1.2, 1.3

Yuri Kozlov yuray-guest at alioth.debian.org
Wed Jan 4 09:00:39 UTC 2006


Update of /cvsroot/l10n-russian/l10n-checker
In directory haydn:/tmp/cvs-serv355

Modified Files:
	list_package.sh up2date_all_packages.sh 
Log Message:


Index: up2date_all_packages.sh
===================================================================
RCS file: /cvsroot/l10n-russian/l10n-checker/up2date_all_packages.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- up2date_all_packages.sh	4 Jan 2006 07:44:58 -0000	1.2
+++ up2date_all_packages.sh	4 Jan 2006 09:00:37 -0000	1.3
@@ -7,6 +7,7 @@
 fi
 #echo "Checking ALL packages in the '${DB_DIR}'"
 for F in ${DB_DIR}/*; do
+  [ ! -d ${PKG} ] && continue
   f=`basename ${F}`
   . ${F}/pkg_config.sh
   ret=`./up2date_package.sh ${f} 2>&1 > ./checking.log`

Index: list_package.sh
===================================================================
RCS file: /cvsroot/l10n-russian/l10n-checker/list_package.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- list_package.sh	4 Jan 2006 06:40:52 -0000	1.1.1.1
+++ list_package.sh	4 Jan 2006 09:00:37 -0000	1.2
@@ -3,6 +3,7 @@
 . conf.sh
 
 for PKG in ${DB_DIR}/*; do
+  [ ! -d ${PKG} ] && continue
   echo -n "`basename ${PKG}` "
   if [ ! -f ${PKG}/desc ]; then
     echo




More information about the l10n-russian-cvs-commits mailing list