Lines 72-77
being compressed before merging. Exceptions to this are files newly
Link Here
|
72 |
created by the package manager and binary object files being stripped |
72 |
created by the package manager and binary object files being stripped |
73 |
of symbols. |
73 |
of symbols. |
74 |
|
74 |
|
|
|
75 |
The mtime of respective packages' ebuilds can be used to provide external |
76 |
source of time for the final files. These timestamps would then replace |
77 |
the original mtime of the file contents in each of the packages. |
78 |
For example, when building foo v1.2 and bar v3.5, the package contents of |
79 |
bar would have the mtime of foo-1.2.ebuild, and bar-3.5.ebuild for bar. |
80 |
|
75 |
When preserving, the seconds part of every regular file's mtime must |
81 |
When preserving, the seconds part of every regular file's mtime must |
76 |
be preserved exactly. The sub-second part must either be set to zero, |
82 |
be preserved exactly. The sub-second part must either be set to zero, |
77 |
or set to the greatest value supported by the operating system and |
83 |
or set to the greatest value supported by the operating system and |
78 |
- |
|
|