Commit c469abb3 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible openwrt: add FIXME note to include .buildinfo files in output

parent 7e575590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ node_save_logs() {
save_openwrt_results() {
	local RUN=$1

	# first save all images and target specific packages
	# first save all images and target specific packages #FIXME: include feeds.buildinfo and version.buildinfo
	pushd bin/targets
	for target in * ; do
		pushd "$target" || continue