Commit 23b3fc5e authored by Kevin Deldycke's avatar Kevin Deldycke

Add an idea: auto-lauch rpm-lint at the end of the build

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7036 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 687f6620
......@@ -144,7 +144,9 @@ $CHANGELOG" >> $TMP_SPEC
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)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment