Because of the way Perl after 5.18 randomizes internal hash keys and key
retrieval order, each run of autogen.sh produces a different key. What we want
is the same key for the same data on the same day, regardless of anything else.
So, here we tell Perl to use a repeatable hash key order.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
COMPRESSOR="" # TODO: set via ./configure
#COMPRESSOR="java -jar /opt/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar"
+# So that we get the same cache key on any machine during the same day.
+export PERL_HASH_SEED=0
+
echo "Updating Evergreen organization tree and IDL"
echo ""