J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 18:00:06 +0000] rev 326
Support platforms where mkdir only takes one argument (eg., MS-Windows)
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:59:12 +0000] rev 325
Include limits.h in files which used PATH_MAX for portability
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:26:33 +0000] rev 324
Avoid unportable "uint" type
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:17:10 +0000] rev 323
Add support for platforms without fnmatch.
This uses gnulib so you will need to have a copy in order
to run autogen.sh (but not to build from a tarball). Either
arrange for gnulib-tool to be in your path or set the
environment variable GNULIB_TOOL to point to its location.
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 17:33:37 +0000] rev 322
Support platforms without mmap
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 16:00:32 +0000] rev 321
Make curl an optional dependancy
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 14:06:00 +0000] rev 320
Make rpmlib an optional dependency
Use configure --without-rpm to avoid the dependency (default is unchanged).
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
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>
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.