FS#870 - updatesync, to update dbs instead of generating everything
Attached to Project:
Pacman
Opened by Jason Chu (jason) - Sunday, 02 May 2004, 00:11 GMT
Last edited by Judd Vinet (judd) - Sunday, 02 May 2004, 22:28 GMT
Opened by Jason Chu (jason) - Sunday, 02 May 2004, 00:11 GMT
Last edited by Judd Vinet (judd) - Sunday, 02 May 2004, 22:28 GMT
|
Details
I've thrown together a script that can update (insert and
update) and remove packages from dbs without rebuilding the
entire thing. I'm sure there are things that could make it
better, but that's beside the point.
Right now it uses copies of the gen_md5checksums and db_write_entry functions from gensync. This means that when gensync changes the db format, updatesync won't build the same db entries. I'm submitting it now to have the two share the same gen_md5checksums and db_write_entry functions. http://xentac.net/svn/arch-tools/pacbuild/trunk/updatesync |
This task depends upon