Implement support for SOURCE_DATE_EPOCH in pkg to actually set the timestamp of the files being packages to simplify work on reproducible packages
modified libpkg/packing.c
@@ -155,9 +155,11 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -227,6 +229,20 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|