Re: [PATCH] Factor out common code for reloading database files

2024-03-19 Thread Guillem Jover
Hi! On Mon, 2024-03-18 at 13:14:14 +0900, Simon Richter wrote: > On 3/18/24 01:28, Guillem Jover wrote: > > Attached is what I had, which I've polished a bit more now. Will > > include in my next push. > > Nice, will rebase my branch on top of that. The new file probably needs to > be added to

Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Simon Richter
Hi Guillem, On 3/18/24 01:28, Guillem Jover wrote: Attached is what I had, which I've polished a bit more now. Will include in my next push. Nice, will rebase my branch on top of that. The new file probably needs to be added to po/POTFILES.in as well, since it contains translatable

Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Guillem Jover
Hi! Ah, thanks for the patch! At the time I prepared an alternative, which I queued in a branch, but then I forgot to mention this on the list, and to merge it. :/ Attached is what I had, which I've polished a bit more now. Will include in my next push. Thanks, Guillem From

Re: [PATCH] Factor out common code for reloading database files

2024-03-17 Thread Simon Richter
On 17.03.24 08:27, Simon Richter wrote: --- lib/dpkg/Makefile.am| 1 + lib/dpkg/db-fsys-common.c | 87 + lib/dpkg/db-fsys-divert.c | 43 -- lib/dpkg/db-fsys-override.c | 50 + lib/dpkg/dpkg-db.h

[PATCH] Factor out common code for reloading database files

2024-03-16 Thread Simon Richter
--- lib/dpkg/Makefile.am| 1 + lib/dpkg/db-fsys-common.c | 87 + lib/dpkg/db-fsys-divert.c | 43 -- lib/dpkg/db-fsys-override.c | 50 + lib/dpkg/dpkg-db.h | 13 ++ 5 files changed, 120 insertions(+),

[PATCH] Factor out common code for reloading database files

2023-05-05 Thread Simon Richter
--- lib/dpkg/Makefile.am| 1 + lib/dpkg/db-fsys-common.c | 84 + lib/dpkg/db-fsys-divert.c | 43 --- lib/dpkg/db-fsys-override.c | 50 +- lib/dpkg/dpkg-db.h | 13 ++ 5 files changed, 117