From 1fe810d9d192a8fa7aea87b5c2551e7d62827568 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 30 Nov 2016 11:16:59 +0100 Subject: [PATCH] uncommented imagereconstruction in normal checkout script and also added but commented tests repository --- checkout.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/checkout.sh b/checkout.sh index 2704e472c..01a3f21f4 100755 --- a/checkout.sh +++ b/checkout.sh @@ -10,6 +10,8 @@ git clone $1@git.psi.ch:sls_detectors_software/sls_receiver_software.git slsRece git clone $1@git.psi.ch:sls_detectors_software/sls_detector_calibration.git slsDetectorCalibration -git clone $1@git.psi.ch:sls_detectors_software/sls_image_reconstruction.git slsImageReconstruction +#git clone $1@git.psi.ch:sls_detectors_software/sls_image_reconstruction.git slsImageReconstruction git clone $1@git.psi.ch:sls_detectors_software/calibration_wizards.git calibrationWizards + +#git clone git@git.psi.ch:sls_detectors_software/tests.git tests