Re: [Rpm-maint] [rpm-software-management/rpm] GPG: Switch back to pipe(7) for signing (#938)

2020-06-11 Thread Panu Matilainen
...but other than the nit about the setenv/getenv thing, looks fine. Special thanks for the thorough explanation of the issues in the commit message! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Execute tests in independent testing roots to enable parallel running (#1268)

2020-06-11 Thread Panu Matilainen
Up to now weve run tests in a mish-mash of an environment where bits and pieces of previous tests might exist, and as state has been shared its been impossible to execute tests in parallel. This makes the pre-populated testing-root read-only to the owner to force all writers to perform an

Re: [Rpm-maint] [rpm-software-management/rpm] Execute tests in independent testing roots to enable parallel running (#1268)

2020-06-11 Thread Panu Matilainen
@pmatilai pushed 1 commit. 320a7c8ae91a1cc3a8d45d40acc0a52965298463 Remove now redundant TOPDIR removals from tests -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Make the "rpmbuild debuginfo -g3 .debug_macro" test an expected fail … (#1267)

2020-06-11 Thread Tom Stellard
After more investigation, I discovered the the .debug_macro section is not a DWARF5 feature and is supported by clang when using the -fdebug-macro option. I've updated the spec file for this test to use this option when building with clang. -- You are receiving this because you are