AUTHORS
| author |
James Bowes <jbowes@redhat.com> |
|
Wed Jul 09 10:11:13 2008 -0400 (2008-07-09) |
| changeset 318 |
829d6711b316 |
| child 380 |
9ef8778486ec |
| permissions |
-rw-r--r-- |
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>