[pacman-dev] [PATCH] Add script to update pacman database format

2010-12-08 Thread Allan McRae
The pacman-db-upgrade script was added to detect old pacman database formats and upgrade them. Currently performs the merging of depends files into desc files in the local database. Signed-off-by: Allan McRae --- scripts/Makefile.am |7 +-- scripts/pacman-db-upgrade.sh.in |

Re: [pacman-dev] [PATCH] Add script to update pacman database format

2010-12-08 Thread Xyne
Allan McRae wrote: > The pacman-db-upgrade script was added to detect old pacman database > formats and upgrade them. > > Currently performs the merging of depends files into desc files in > the local database. When is this expected to be released? I'll need to update perl-xyne-arch to handle th

Re: [pacman-dev] [PATCH] Add script to update pacman database format

2010-12-08 Thread Allan McRae
On 09/12/10 00:00, Xyne wrote: Allan McRae wrote: The pacman-db-upgrade script was added to detect old pacman database formats and upgrade them. Currently performs the merging of depends files into desc files in the local database. When is this expected to be released? I'll need to update pe

Re: [pacman-dev] [PATCH] Add script to update pacman database format

2010-12-08 Thread Xyne
Allan McRae wrote: > On 09/12/10 00:00, Xyne wrote: > > Allan McRae wrote: > > > >> The pacman-db-upgrade script was added to detect old pacman database > >> formats and upgrade them. > >> > >> Currently performs the merging of depends files into desc files in > >> the local database. > > > > When