Skip to content

Commit

Permalink
docs/manual: svn downloads can be hash-checked
Browse files Browse the repository at this point in the history
Since commit 89f5e98 (support/download/svn: generate reproducible
svn archives), we've been able to generate reproducible archives, and
thus we have been able to verify the hashes for those archives.

However, the manual was not changed, and still falsely hinted that this
was not the cae.

Fix that.

Signed-off-by: Yann E. MORIN <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
yann-morin-1998 authored and jacmet committed Nov 5, 2023
1 parent b1506a9 commit 6898781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/adding-packages-directory.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@ typically indicates that the +.hash+ file is wrong but the downloaded
file is probably OK.

Hashes are currently checked for files fetched from http/ftp servers,
Git repositories, files copied using scp and local files. Hashes are
not checked for other version control systems (such as Subversion,
CVS, etc.) because Buildroot currently does not generate reproducible
Git or subversion repositories, files copied using scp and local files.
Hashes are not checked for other version control systems (such as CVS,
mercurial) because Buildroot currently does not generate reproducible
tarballs when source code is fetched from such version control
systems.

Expand Down

0 comments on commit 6898781

Please sign in to comment.