Re: [Rpm-maint] [rpm-software-management/rpm] RFC: rpmlib efi provides (#438)

2018-05-28 Thread Florian Festi
This concept of probes or dynamic provides or how ever they may be named are currently alien to rpm. To add them we need some more general solution than hard coding something for EFI. In general the rpm code should stay as much ignorant of the system it is used on as possible. So hard coding dif

Re: [Rpm-maint] [rpm-software-management/rpm] lua: add rpm.execute() (#390)

2018-05-28 Thread Panu Matilainen
Once #444 lands, this should be updated to use it and move the code to rpmio/rpmlua.c and then it'd probably be good to go. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/

Re: [Rpm-maint] [rpm-software-management/rpm] How to disable libdb to only enable lmdb? (#445)

2018-05-28 Thread Panu Matilainen
Closed #445. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/445#event-1649242255___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] How to disable libdb to only enable lmdb? (#445)

2018-05-28 Thread Panu Matilainen
Both lmdb and ndb backends are experimental for now. libdb will be made optional when that status changes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/445#issuecommen

Re: [Rpm-maint] [rpm-software-management/rpm] Provide a way to opt out from automagic Python bytecompilation (#434)

2018-05-28 Thread Miro HronĨok
Thank you! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/434#issuecomment-392505340___ Rpm-maint mailing list Rpm-maint@lists.r

Re: [Rpm-maint] [rpm-software-management/rpm] Provide a way to opt out from automagic Python bytecompilation (#434)

2018-05-28 Thread Florian Festi
Closed #434 via d5e599d6c9b2fc5c98cec1fccc46e2d365a06dbf. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/434#event-1649214874___

Re: [Rpm-maint] [rpm-software-management/rpm] Optimize and unite setting CLOEXEC on fds (#444)

2018-05-28 Thread Florian Festi
The patch set would be even nicer if moving the code into its own function would be separated from any changes to the code. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/

Re: [Rpm-maint] [rpm-software-management/rpm] Optimize and unite setting CLOEXEC on fds (#444)

2018-05-28 Thread Panu Matilainen
Back from vacation... This (using /proc/self/fd when available) was what I had in mind, so we're on the right track here, thanks for the work so far. Some quick remarks == requests: - rpm comment style is "/* foo */", "// foo" should not be used - just slap the new cloexec function to end of rpm