kumquat-buildroot/support/testing/tests/download
Thomas Petazzoni ebe5d9edfe boot, package, support, toolchain: switch to 2 spaces for the hash file
It's time to finally switch over globally to the new spacing format
that we have agreed on for the hash file, with 2 spaces as a separator
between fields.

This commit was mechanically generated using:

find . -type f -name '*.hash' | xargs sed -i 's%^md5[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%md5  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha1[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha1  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha256[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha256  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha512[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha512  \1  \2%'

This commit can easily be backported on the LTS branch by re-running
the same commands, if needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-28 23:05:23 +02:00
..
br2-external boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
git-remote Revert "testing/tests/download: test git special ref" 2019-03-01 11:09:41 +01:00
sshd support/testing: Add download tests for SCP/SFTP 2022-01-06 09:34:05 +01:00
__init__.py
gitremote.py support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
sshd.py support/testing/tests/download/sshd.py: fix flake8 warning 2022-01-06 10:27:39 +01:00
test_git.py support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
test_gitforge.py support/testing: add gitlab download helper testing 2021-12-06 22:12:24 +01:00
test_ssh.py support/testing: Add download tests for SCP/SFTP 2022-01-06 09:34:05 +01:00