| 1 | GLEP: 61 |
1 | GLEP: 61 |
| 2 | Title: Manifest2 compression |
2 | Title: Manifest2 compression |
| 3 | Version: $Revision: 1.3 $ |
3 | Version: $Revision: 1.4 $ |
| 4 | Last-Modified: $Date: 2010/01/13 01:14:35 $ |
4 | Last-Modified: $Date: 2010/01/13 03:26:53 $ |
| 5 | Author: Robin Hugh Johnson <robbat2@gentoo.org> |
5 | Author: Robin Hugh Johnson <robbat2@gentoo.org> |
| 6 | Status: Draft |
6 | Status: Draft |
| 7 | Type: Standards Track |
7 | Type: Standards Track |
| 8 | Content-Type: text/x-rst |
8 | Content-Type: text/x-rst |
| 9 | Requires: 44 |
9 | Requires: 44 |
| … | |
… | |
| 55 | MetaManifests may come into existence as compressed from the start, as |
55 | MetaManifests may come into existence as compressed from the start, as |
| 56 | do not have an backwards compatibility issues. |
56 | do not have an backwards compatibility issues. |
| 57 | |
57 | |
| 58 | As a side note, this breaks all manual interaction with Manifests |
58 | As a side note, this breaks all manual interaction with Manifests |
| 59 | such as grep, and so should only be applied to large Manifest2 files, |
59 | such as grep, and so should only be applied to large Manifest2 files, |
| 60 | such as the MetaManifest. 384KiB is suggested as a arbitary cut-off |
60 | such as the MetaManifest. 384KiB is suggested as a arbitrary cut-off |
| 61 | point to start generating compressed Manifest2 files. |
61 | point to start generating compressed Manifest2 files. |
| 62 | |
62 | |
| 63 | References |
63 | References |
| 64 | ========== |
64 | ========== |
| 65 | .. [#GLEP44] Mauch, M. (2005) GLEP44 - Manifest2 format. |
65 | .. [#GLEP44] Mauch, M. (2005) GLEP44 - Manifest2 format. |
| 66 | http://www.gentoo.org/proj/en/glep/glep-0044.html |
66 | http://www.gentoo.org/proj/en/glep/glep-0044.html |
| 67 | |
67 | |
| 68 | Copyright |
68 | Copyright |
| 69 | ========= |
69 | ========= |
| 70 | Copyright (c) 2007-2010 by Robin Hugh Johnson. This material may be |
70 | Copyright (c) 2008-2010 by Robin Hugh Johnson. This material may be |
| 71 | distributed only subject to the terms and conditions set forth in the |
71 | distributed only subject to the terms and conditions set forth in the |
| 72 | Open Publication License, v1.0. |
72 | Open Publication License, v1.0. |
| 73 | |
73 | |
| 74 | vim: tw=72 ts=2 expandtab: |
74 | vim: tw=72 ts=2 expandtab: |