Skip to content

Commit bd46032

Browse files
committed
Repository data for the FFmpeg 7.0 release.
The tarball is now generated to improve reproducibility, following the recommendations from https://reproducible-builds.org/docs/archives/.
1 parent 0a3ca9a commit bd46032

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/ffdocs/data/ffmpeg.tar.zst

18.2 KB
Binary file not shown.

lib/ffdocs/storage.rb

+6-1
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,16 @@ def run!
110110
system(
111111
{ "ZSTD_CLEVEL" => "19" },
112112
"tar",
113-
"-C", tmpdir.to_s,
113+
"--sort=name",
114114
"--mtime=2000-01-01T00:00:00Z",
115+
"--owner=0",
116+
"--group=0",
117+
"--numeric-owner",
118+
"--format=ustar",
115119
"--zstd",
116120
"-cf", DATA_FILE.to_s,
117121
".",
122+
chdir: tmpdir.to_s,
118123
)
119124
end
120125
end

0 commit comments

Comments
 (0)