From 0ce03226ee6ea549ea891f10fec3fda1d2bfdeca Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 2 Feb 2016 10:42:59 +0100 Subject: [PATCH] changed the checkout script to point to new remote repo --- .gitignore | 1 + checkout.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b75f7dfad..94d788783 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ slsDetectorSoftware/ slsReceiverSoftware/ slsDetectorCalibration/ slsImageReconstruction/ +.settings diff --git a/checkout.sh b/checkout.sh index 23993df80..bae5d9b5c 100755 --- a/checkout.sh +++ b/checkout.sh @@ -1,14 +1,14 @@ -#git clone $1@gitorious.psi.ch:sls_det_software/sls_detectors_package.git slsDetectorsPackage +#git clone $1@git.psi.ch:sls_det_software/sls_detectors_package.git slsDetectorsPackage #cd slsDetectorsPackage -git clone $1@gitorious.psi.ch:sls_det_software/sls_detector_software.git slsDetectorSoftware +git clone $1@git.psi.ch:sls_det_software/sls_detector_software.git slsDetectorSoftware -git clone $1@gitorious.psi.ch:sls_det_software/sls_detector_gui.git slsDetectorGui +git clone $1@git.psi.ch:sls_det_software/sls_detector_gui.git slsDetectorGui -git clone $1@gitorious.psi.ch:sls_det_software/sls_receiver_software.git slsReceiverSoftware +git clone $1@git.psi.ch:sls_det_software/sls_receiver_software.git slsReceiverSoftware -git clone $1@gitorious.psi.ch:sls_det_software/sls_detector_calibration.git slsDetectorCalibration +git clone $1@git.psi.ch:sls_det_software/sls_detector_calibration.git slsDetectorCalibration -git clone $1@gitorious.psi.ch:sls_det_software/sls_image_reconstruction.git slsImageReconstruction +git clone $1@git.psi.ch:sls_det_software/sls_image_reconstruction.git slsImageReconstruction