Commit 83eaf481 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Arch Linux: correct information about the hostnames used

parent 8d6d94d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ write_variation_table() {
		write_page "<tr><td>domainname</td><td>$(hostname -d)</td><td>i-capture-the-domainname</td></tr>"
	else
		if [ "$1" != "Arch Linux" ] || [ "$1" != "OpenWrt" ] ; then
			write_page "<tr><td>hostname</td><td> osuosl-build171-amd64 or osuosl-build172-amd64</td><td>the other one</td></tr>"
			write_page "<tr><td>hostname</td><td> osuosl-build169-amd64 or osuosl-build170-amd64</td><td>the other one</td></tr>"
		else
			write_page "<tr><td>hostname</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
		fi