[Erp5-report] r7036 - /erp5/trunk/products/ERP5/spec/build-spec

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 2 16:57:13 CEST 2006


Author: kevin
Date: Tue May  2 16:57:11 2006
New Revision: 7036

URL: http://svn.erp5.org?rev=7036&view=rev
Log:
Add an idea: auto-lauch rpm-lint at the end of the build

Modified:
    erp5/trunk/products/ERP5/spec/build-spec

Modified: erp5/trunk/products/ERP5/spec/build-spec
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/spec/build-spec?rev=7036&r1=7035&r2=7036&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/spec/build-spec (original)
+++ erp5/trunk/products/ERP5/spec/build-spec Tue May  2 16:57:11 2006
@@ -144,7 +144,9 @@
   rm -f $RPM_PATH/SPECS/$NAME.spec
   mv -f $TMP_SPEC $RPM_PATH/SPECS/$NAME.spec
 
-  #rpmbuild -ba $RPM_PATH/SPECS/$NAME.spec
+  # rpmbuild -ba $RPM_PATH/SPECS/$NAME.spec
+
+  # A rpmlint can be launch here.
 
   echo "-------------"
   echo "Please commit the new $NAME.spec file in the Nexedi repository ($REPOSIT)"




More information about the Erp5-report mailing list