Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

halld_daq_rcdb

Collection of scripts for HallD DAQ RCDB

Install to CDAQ

As of beginning of 2025 it looks like this:

  1. Clone https://github.com/JeffersonLab/halld_daq_rcdb.git
  2. clone rcdb versions you need into it
  3. Make a symbolic link rcdb_current to this directory
  4. All scripts assume the current version of rcdb is rcdb_current and point to it
# Clone halld rcdb scripts. We name it rcdb to confuse everyone
git clone https://github.com/JeffersonLab/halld_daq_rcdb.git rcdb
cd rcdb

# Note we use shallow clone for 
git clone https://github.com/JeffersonLab/rcdb.git -b v2.0.0 --depth 1 rcdb_v2.0.0

# Unlink previous rcdb_current if exists
unlink rcdb_current

# Set RCDB v2.0.0 as current: 
ln -s rcdb_v2.0.0 rcdb_current

About

Collection of scripts for HallD DAQ RCDB

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors