2009-01-05Reduce intltool requirements to version 0.35 for compatibility with Centos 5
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 05 Jan 2009 17:39:05 +0000] rev 319
Reduce intltool requirements to version 0.35 for compatibility with Centos 5

2008-07-09Use strings to identify section types in the on-disk repo format.
James Bowes <jbowes@redhat.com> [Wed, 09 Jul 2008 10:11:13 -0400] rev 318
Use strings to identify section types in the on-disk repo format.

Previously, a given razor file type had a fixed number of sections in a
fixed order, identified by an integer type. Now, sections are identified
by a named string (stored in a string pool after the section lists).

This will allow for razor files to contain arbitrary sections.

For bonus points, also drop the 4k section alignment and change the
magic byte string to "RZDB".

committer: Kristian H?gsberg <krh@redhat.com>

2008-07-08Convert main.c to use razor_root for most cases.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 22:57:34 -0400] rev 317
Convert main.c to use razor_root for most cases.

With this we change the default repo location to /var/lib/razor, but let the env
variable RAZOR_ROOT override it.

2008-07-08Change the install iterator API to what we want.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 22:02:58 -0400] rev 316
Change the install iterator API to what we want.

2008-07-08Always open all three rzdb files when we're merging package sets.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:59:36 -0400] rev 315
Always open all three rzdb files when we're merging package sets.

2008-07-08Fix old typo in file merging code.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:56:53 -0400] rev 314
Fix old typo in file merging code.

2008-07-08Use the file string pool when merging directories.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:55:56 -0400] rev 313
Use the file string pool when merging directories.

2008-07-02Rename a couple more .repo references.
Kristian H?gsberg <krh@redhat.com> [Wed, 02 Jul 2008 14:39:44 -0400] rev 312
Rename a couple more .repo references.

2008-07-02Move DEPSOLVE.txt and REPO.txt into docbook.
Kristian H?gsberg <krh@redhat.com> [Wed, 02 Jul 2008 14:37:38 -0400] rev 311
Move DEPSOLVE.txt and REPO.txt into docbook.

A little messy, but it's a first step towards pulling all the docs into
a nice self-contained document.

2008-07-02rename the .repo files to .rzdb files
Richard Hughes <richard@hughsie.com> [Wed, 02 Jul 2008 18:46:47 +0100] rev 310
rename the .repo files to .rzdb files