From c4cbae189d8418c552f887898add648a71555ee1 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 7 Aug 2023 17:17:57 -0400 Subject: [PATCH] fix: respect rename `clasqaDB` -> `clas12-qadb` --- README.md | 4 ++-- bin/makeTables.sh | 2 +- src/README.md | 2 +- srcC/README.md | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d20315..3822037 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,11 @@ Classes in both C++ and Groovy are provided, for access to the QADB within analy * needs [`rapidjson`](https://github.com/Tencent/rapidjson/) libary; it is a submodule of this repository and can be obtained by ``` - git clone --recurse-submodules https://github.com/JeffersonLab/clasqaDB.git + git clone --recurse-submodules https://github.com/JeffersonLab/clas12-qadb.git ``` * first set environment variables by running `source env.sh` * alternatively, set environment variable `$QADB` to the path to this - `clasqaDB` repository + `clas12-qadb` repository * `bash` is recommended, though if you choose to use `tcsh`, run instead `source env.csh` * then proceed following `srcC/README.md` diff --git a/bin/makeTables.sh b/bin/makeTables.sh index ab3818b..190e53d 100755 --- a/bin/makeTables.sh +++ b/bin/makeTables.sh @@ -1,6 +1,6 @@ #!/bin/bash # convert json files into human-readable tables -# run this from top-level directory of `clasqaDB` +# run this from top-level directory of `clas12-qadb` if [ -z "$QADB" ]; then echo "ERROR: you must source env.sh first"; exit fi diff --git a/src/README.md b/src/README.md index 4de3656..13d6383 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# Groovy access to clasqaDB +# Groovy access to QADB this directory contains the Groovy source code to access the QA database diff --git a/srcC/README.md b/srcC/README.md index 619f503..55acd22 100644 --- a/srcC/README.md +++ b/srcC/README.md @@ -1,4 +1,4 @@ -# C++ access to clasqaDB +# C++ access to QADB this directory contains the C++ source code to access the QA database @@ -6,9 +6,9 @@ this directory contains the C++ source code to access the QA database [`rapidjson`](https://github.com/Tencent/rapidjson/) libary; it is a submodule of this repository and can be obtained by ``` - git clone --recurse-submodules https://github.com/JeffersonLab/clasqaDB.git + git clone --recurse-submodules https://github.com/JeffersonLab/clas12-qadb.git ``` -- be sure the `$QADB` environment variable points to the `clasqaDB` repository +- be sure the `$QADB` environment variable points to the `clas12-qadb` repository - this can be done with `source ../env.sh` - in your analysis code, add the following directories to your project's include path: - `srcC/include`