[pacman-dev] [PATCH] fix "conflicting files" error useage when the trans type is sync
hi http://frugalware.org/~vmiklos/patches/libpacman-proposed/sync_file_conflict... the basic problem is that when the trans type is sync, then trans_prepare can't handle file conflicts, so trans_commit need a trans_prepare-like data pointer to be able to send the list of conflicting files back to the frontend also as this was the last list which wasn't sent back, do not display libalpm errors by default in pacman, as it's no longer necessary udv / greetings, VMiklos -- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
VMiklos wrote:
http://frugalware.org/~vmiklos/patches/libpacman-proposed/sync_file_conflict...
the basic problem is that when the trans type is sync, then trans_prepare can't handle file conflicts, so trans_commit need a trans_prepare-like data pointer to be able to send the list of conflicting files back to the frontend
also as this was the last list which wasn't sent back, do not display libalpm errors by default in pacman, as it's no longer necessary
Nice one. Applied. Thanks -- Aurelien
On Sat, Jan 07, 2006 at 07:41:45PM +0100, Aurelien Foret <aurelien@archlinux.org> wrote:
Nice one. Applied.
thx for correcting my typo (*data = NULL, where data may be NULL) at the start of trans_commit() udv / greetings, VMiklos -- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
participants (2)
-
Aurelien Foret
-
VMiklos