pck-update: add a newline for better readability
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
1d80f444ec
commit
d349dcdd7a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user