From 53a6a8609e7f829bf79cd803790ef11de649de2d Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Mon, 31 Aug 2026 01:00:49 +0200 Subject: [PATCH 1/2] install: deploy current devel (client graph verbs, pools) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index 3478f0e..83cc1ca 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -22,7 +22,7 @@ ROLE="${1:-}" VENV="${2:-$PWD/ve.demo}" REPO="https://github.com/radical-cybertools/digital.twins" -REF="665b22a6f4903abb14ed8ad697e8182e5638f05c" # devel: dashboard 0.10.0, task attribution (#15) +REF="cfa4c9a271dfce8e64b007c8590eba0a4a9b6672" # devel: client graph verbs (#31), pools (#18) # The radical dependencies must NOT come from naive PyPI resolution: PyPI's # rhapsody-py 0.4.0 lacks `rhapsody.backends.execution.orbit` (the From f31b2f20ab86b67f113bf17a33ae269d7a97fe83 Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Mon, 31 Aug 2026 01:40:53 +0200 Subject: [PATCH 2/2] install: REF moves to the demo-fixed devel tip Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index 83cc1ca..941fe83 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -22,7 +22,7 @@ ROLE="${1:-}" VENV="${2:-$PWD/ve.demo}" REPO="https://github.com/radical-cybertools/digital.twins" -REF="cfa4c9a271dfce8e64b007c8590eba0a4a9b6672" # devel: client graph verbs (#31), pools (#18) +REF="3f828bca3c0ad7752ccec2ad3f5a8dd051bce83c" # devel: graph verbs (#31), demo wire fixes (#33) # The radical dependencies must NOT come from naive PyPI resolution: PyPI's # rhapsody-py 0.4.0 lacks `rhapsody.backends.execution.orbit` (the