Re: [Rpm-maint] [rpm-software-management/rpm] Print exit code with rpm -vv (#195)

2017-04-09 Thread ニール・ゴンパ
@n3npq Pro tip: You can preserve formatting of diffs by wrapping it in triple backticks and declaring format type, like so: ```diff --- foo +++ foo @@ -1 +1 @@ -bar +baz ``` Use ` ```diff ` before the first line, and use ` ``` ` after the last line. -- You are receiving this because you are

[Rpm-maint] [rpm-software-management/rpm] Print exit code with rpm -vv (#195)

2017-04-08 Thread Jeff Johnson
This trivial patch helps diagnose rpm behavior while developing or testing. ` diff --git a/rpmqv.c b/rpmqv.c index 8655776..4f448c2 100644 --- a/rpmqv.c +++ b/rpmqv.c @@ -354,5 +354,7 @@ int main(int argc, char *argv[]) rpmcliFini(optCon); +rpmlog(RPMLOG_DEBUG, "exit code: %d\n",