Don't require a transaction for sync DB updates
commit4f8ae2bab61c8fc678589c6840d44977c82d4cc2
authorDan McGee <dan@archlinux.org>
Fri, 24 Jun 2011 09:11:38 +0000 (24 04:11 -0500)
committerDan McGee <dan@archlinux.org>
Fri, 24 Jun 2011 09:11:38 +0000 (24 04:11 -0500)
treeaec21e9a271a51b419ce681f82f8e1753c949b2f
parent7b8f8f69f14dac2bbcd7e96fc548aa084be7cd8e
Don't require a transaction for sync DB updates

Instead, just do the required locking directly in the backend in calls
to alpm_db_update().

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/be_sync.c
src/pacman/sync.c