pck-update: add a newline for better readability

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-01-25 19:19:51 +01:00
parent 1d80f444ec
commit d349dcdd7a
2 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,10 @@ Changes in version 1.9.1
* kde4-flist2rpmvars - Davide Madrisan:
Remove file: it's superseded by the last added pck-update feature.
* pck-update - Davide Madrisan:
Action 5: for better readability do add a newline to the message asking
developers to run quality and security tests.
--------------------------------------------------------------------------------
Changes in version 1.9.0 - Silvan Birthday Release

View File

@ -2278,7 +2278,8 @@ $SRPM_SPECFILE_WITH_PATH $USER_RPMDEFINE_OPTS 2>&1"
local rpmbuild_retcode="$?"
if [ $rpmbuild_retcode -eq 0 ]; then
notify.note "\n${NOTE}"$"\
It seems good but do not forget to run quality and security tests.""${NORM}"
It seems good but do not forget to run quality and security tests.""${NORM}""
"
else
local tmpunpackfiles=$(mktemp -q -t $me.XXXXXXXX)
[ $? -eq 0 ] || notify.error $"can't create temporary files"