Commit 2b3738a1 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: document that every build is done with umask 0022

parent 9913493c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -513,7 +513,11 @@ write_variation_table() {
			# FIXME: collect information about arch build nodes in /srv/reproducible-results/node-information/ and include this here
			write_page "<tr><td>kernel version</td><td colspan=\"2\"> is varied between rebuilds of $1.</td></tr>"
		fi
		if [ "$1" = "OpenWrt" ] ; then
			write_page "<tr><td>umask</td><td>0022<td>0002</td><tr>"
		else
			write_page "<tr><td colspan=\"2\">is always set to 0022 by the OpenWrt build system.</td><tr>"
		fi
	else
		write_page "<tr><td>FreeBSD kernel version</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
		write_page "<tr><td>umask</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td><tr>"
+0 −3
Original line number Diff line number Diff line
@@ -203,9 +203,6 @@ openwrt_apply_variations() {
		export LC_ALL="fr_CH.UTF-8"
		export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
		export CAPTURE_ENVIRONMENT="I capture the environment"
		# needs to fix openwrt ;)
		# umask 0002

		# use allmost all cores for second build
		export NEW_NUM_CPU=$(echo "$NUM_CPU-1" | bc)
		export MAKE=make