mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-27 16:50:02 +02:00
removed all the scripts for just gitall
This commit is contained in:
parent
aca95703a9
commit
13b35b319c
12
branchall.sh
12
branchall.sh
@ -1,12 +0,0 @@
|
||||
git branch;
|
||||
cd slsDetectorSoftware;
|
||||
git branch;
|
||||
cd ../slsReceiverSoftware;
|
||||
git branch;
|
||||
cd ../slsDetectorGui;
|
||||
git branch;
|
||||
cd ../slsDetectorCalibration;
|
||||
git branch;
|
||||
cd ../slsImageReconstruction;
|
||||
git branch;
|
||||
cd ..
|
@ -9,3 +9,6 @@ git clone $1@gitorious.psi.ch:sls_det_software/sls_detector_gui.git slsDetectorG
|
||||
git clone $1@gitorious.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@gitorious.psi.ch:sls_det_software/sls_image_reconstruction.git slsImageReconstruction
|
||||
|
||||
|
12
diffall.sh
12
diffall.sh
@ -1,12 +0,0 @@
|
||||
git diff;
|
||||
cd slsDetectorSoftware;
|
||||
git diff;
|
||||
cd ../slsReceiverSoftware;
|
||||
git diff;
|
||||
cd ../slsDetectorGui;
|
||||
git diff;
|
||||
cd ../slsDetectorCalibration;
|
||||
git diff;
|
||||
cd ../slsImageReconstruction;
|
||||
git diff;
|
||||
cd ..
|
8
fetch.sh
8
fetch.sh
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
git fetch
|
||||
for i in */; do
|
||||
cd $i
|
||||
git fetch
|
||||
cd ..
|
||||
done
|
||||
|
18
statusall.sh
18
statusall.sh
@ -1,18 +0,0 @@
|
||||
echo "***slsDetectorsPackage";
|
||||
git status;
|
||||
echo "***slsDetectorSoftware";
|
||||
cd slsDetectorSoftware;
|
||||
git status;
|
||||
echo "***slsReceiverSoftware";
|
||||
cd ../slsReceiverSoftware;
|
||||
git status;
|
||||
echo "***slsDetectorGui";
|
||||
cd ../slsDetectorGui;
|
||||
git status;
|
||||
echo "***slsDetectorCalibration";
|
||||
cd ../slsDetectorCalibration;
|
||||
git status;
|
||||
echo "***slsImageReconstruction";
|
||||
cd ../slsImageReconstruction;
|
||||
git status;
|
||||
cd ..
|
Loading…
x
Reference in New Issue
Block a user