From fe6c0843ddcbeb73278e2e099d914b1090940043 Mon Sep 17 00:00:00 2001 From: Josh Vaughen Date: Wed, 23 Sep 2026 16:13:15 -0700 Subject: [PATCH] chore(render): accept lib v2.2.0, clock writes the epoch alone --- render.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.txt b/render.txt index 0e0a5b3..1230802 100644 --- a/render.txt +++ b/render.txt @@ -1,4 +1,4 @@ -task: [clock] mkdir -p /work/.run && rm -f /work/.run/chain && date -u '+%s %H %u' > /work/.run/start.txt +task: [clock] mkdir -p /work/.run && rm -f /work/.run/chain /work/.run/reconcile && date -u +%s > /work/.run/start.txt task: [session] rm -rf /work/.run/session && mkdir -p /work/.run/session && chmod 700 /work/.run/session task: [pull] rc=0; s3 get .state/session.tar.age /work/.run/session.tar.age || rc=$? case $rc in 0) ;; 3) echo "no Proton session at .state/session.tar.age: log in on a laptop and run task session-seal" >&2; exit 1 ;; *) exit $rc ;; esac