CVSROOT: namecheck.sh - simple test works, disable erroring out

baggins baggins at pld-linux.org
Wed May 16 16:10:14 CEST 2007


Author: baggins                      Date: Wed May 16 14:10:14 2007 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- simple test works, disable erroring out

---- Files affected:
CVSROOT:
   namecheck.sh (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: CVSROOT/namecheck.sh
diff -u CVSROOT/namecheck.sh:1.5 CVSROOT/namecheck.sh:1.6
--- CVSROOT/namecheck.sh:1.5	Wed May 16 16:08:36 2007
+++ CVSROOT/namecheck.sh	Wed May 16 16:10:09 2007
@@ -24,7 +24,7 @@
 	if [ ! -d $CVSROOT/packages/$pkgname ]; then
 		echo "Error: File '$file' does not follow %{name}-* naming rules"
 		echo "If this is what you want, please add it to packages/%{name} module"
-		retval=1
+#		retval=1
 	fi
 #	echo $file
 	echo "Found package '$pkgname'"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/CVSROOT/namecheck.sh?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list