Commit 58fe7857 authored by lynxis lazus's avatar lynxis lazus Committed by Holger Levsen
Browse files

reproducible OpenWrt: try fixing the new Packages.manifest parser #2



this time the right position

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 5908f96a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -650,8 +650,13 @@ else
fi

# parse the OpenWrt Packages.manifest files to generate results to fill into the database
tree .
cd "$RESULTSDIR/b1"
for i in * ; do
	if [ ! -d "$i" ] ; then
		continue
	fi

	cd "$i"

	# search packages in both paths to find non-existing ones