From c28c4e8ed95d4ec798120ec82578730c5012bf2e Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Mon, 23 Mar 2026 15:57:20 -0400 Subject: [PATCH] use github and propagate tag/branch --- bin/install-clara | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/install-clara b/bin/install-clara index 574cad228c..7ed45915c1 100755 --- a/bin/install-clara +++ b/bin/install-clara @@ -62,8 +62,7 @@ function build_clara { } function build_grapes { - #git clone --branch $grapes --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes - git clone --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes + git clone --depth 1 --branch $grapes https://github.com/jeffersonlab/grapes cd grapes && mvn package && cd - }