pck-update: provide the action number in the message asking for running tests

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-05-19 14:27:21 +02:00
parent 1dd0902efb
commit 8bb763e34b
2 changed files with 4 additions and 3 deletions

View File

@ -2354,7 +2354,8 @@ $SRPM_SPECFILE_WITH_PATH $USER_RPMDEFINE_OPTS 2>&1"
local rpmbuild_retcode="$?" local rpmbuild_retcode="$?"
if [ $rpmbuild_retcode -eq 0 ]; then if [ $rpmbuild_retcode -eq 0 ]; then
notify.note "\n${NOTE}"$"\ 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"\
" (-a8)"${NORM}""
" "
else else
local tmpunpackfiles=$(mktemp -q -t $me.XXXXXXXX) local tmpunpackfiles=$(mktemp -q -t $me.XXXXXXXX)

View File

@ -516,8 +516,8 @@ msgstr "rimozione dei pacchetti sorgente e delle patch, se presenti"
msgid "removing" msgid "removing"
msgstr "rimozione di" msgstr "rimozione di"
msgid "It seems good but do not forget to run quality and security tests." msgid "It seems good but do not forget to run quality and security tests"
msgstr "Sembra ok ma non dimenticare di eseguire i test di qualità e sicurezza." msgstr "Sembra ok ma non dimenticare di eseguire i test di qualità e sicurezza"
msgid "Add the following files in the right %files blocks" msgid "Add the following files in the right %files blocks"
msgstr "Smistare i seguenti file nelle sezioni %files corrispondenti" msgstr "Smistare i seguenti file nelle sezioni %files corrispondenti"