-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate_mjdsw.sh
More file actions
executable file
·31 lines (31 loc) · 943 Bytes
/
update_mjdsw.sh
File metadata and controls
executable file
·31 lines (31 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash -l
#
# script to get latest version of mjd software from git repo
# for OrcaRoot see http://orca.physics.unc.edu/~markhowe/Getting_Started/Installation.html
# mjrdb_utils is from production directory (also found in mjd/git somewhere)
#
# DJT - Univ. of South Carolina - 2018
#
#-----------------------------------------------------
#
cd /Users/tedeschi/Documents/Majorana/docker/MajoranaSW4.2/mjsw
#
#
#rm -rf OrcaRoot
#svn co svn://orca.physics.unc.edu/OrcaRoot
#
#rm -rf MJOR
#git clone https://github.com/mppmu/MJOR.git
#
#rm -rf mjd_siggen
#svn co https://radware.phy.ornl.gov/MJ/mjd_siggen/
#
rm -rf MGDO; git clone https://github.com/mppmu/MGDO.git
#
rm -rf GAT; git clone https://github.com/mppmu/GAT.git
#
#rm -rf MaGe
#git clone https://github.com/mppmu/MaGe.git
# get the latest json file for MAGEDIR
#scp dave@cori.nersc.gov:/global/project/projectdirs/majorana/software/sl64/mjsw/mjsw201807Prod/MaGe/MJD.json .
#