SPECS: builder - give hint why cache_rpm_dump failed

glen glen at pld-linux.org
Thu Jul 20 19:15:42 CEST 2006


Author: glen                         Date: Thu Jul 20 17:15:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- give hint why cache_rpm_dump failed

---- Files affected:
SPECS:
   builder (1.447 -> 1.448) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.447 SPECS/builder:1.448
--- SPECS/builder:1.447	Mon Jul 17 00:10:11 2006
+++ SPECS/builder	Thu Jul 20 19:15:36 2006
@@ -428,7 +428,7 @@
 
 rpm_dump () {
 	if [ -z "$rpm_dump_cache" ] ; then
-		echo "internal error: cache_rpm_dump not called!" 1>&2
+		echo "internal error: cache_rpm_dump not called! (missing %prep?)" 1>&2
 	fi
 	echo "$rpm_dump_cache"
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.447&r2=1.448&f=u



More information about the pld-cvs-commit mailing list