Unverified Commit d61c0338 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: fix future/present/past check, we are 2020!

parent 0a8aabe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ fi
# (XXX: yes this is hardcoded but meh…)
echo "$(date -u) - testing whether the time is right..."
get_node_information "$HOSTNAME"
real_year=2019
real_year=2020
year=$(date +%Y)
if "$NODE_RUN_IN_THE_FUTURE"; then
	if [ "$year" -eq "$real_year" ]; then