packages: release: test: add files missing from ${release_files}.
This was broken by the commit 7df6d6169b
("Build bucts and patched flashrom for I945 ThinkPads with Guix.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien Bourmault <neox@gnu.org>
This commit is contained in:
parent
fc1c2686b4
commit
77d000a1ab
|
@ -167,6 +167,11 @@ test_release_dir()
|
|||
|
||||
release_files="${release_files}"" ""${dir}"/gnuboot-website-"${rev}".tar.gz
|
||||
|
||||
release_files="${release_files}"" ""${dir}"/i945-thinkpads-install/i945-thinkpads-install-utilities-deb-pack.deb
|
||||
release_files="${release_files}"" ""${dir}"/i945-thinkpads-install/packages_src.tar
|
||||
release_files="${release_files}"" ""${dir}"/i945-thinkpads-install/gnuboot_src.tar
|
||||
release_files="${release_files}"" ""${dir}"/i945-thinkpads-install/i945-thinkpads-install-utilities-tarball-pack.tar.gz
|
||||
|
||||
for path in ${release_files} ; do
|
||||
test_file "${path}"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue