From 519b09fcadb321a8a7af082fdaa4307744abb3cd Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 18 Oct 2021 15:01:10 +0200 Subject: [PATCH] permission --- integrationTests/CMakeLists.txt | 0 integrationTests/test.cpp | 0 python/CMakeLists.txt | 0 python/scripts/basic.py | 0 python/scripts/list_tested_cmd.py | 0 python/setup.py | 0 python/slsdet/__init__.py | 0 python/slsdet/adcs.py | 0 python/slsdet/dacs.py | 0 python/slsdet/decorators.py | 0 python/slsdet/detector.py | 0 python/slsdet/detector_property.py | 0 python/slsdet/eiger.py | 0 python/slsdet/errors.py | 0 python/slsdet/registers.py | 0 python/slsdet/utils.py | 0 python/src/main.cpp | 0 python/tests/test_utils.py | 0 slsDetectorGui/CMakeLists.txt | 0 slsDetectorServers/ctbDetectorServer/Makefile | 0 slsDetectorServers/eigerDetectorServer/Makefile | 0 slsDetectorServers/gotthard2DetectorServer/Makefile | 0 slsDetectorServers/gotthardDetectorServer/Makefile | 0 slsDetectorServers/jungfrauDetectorServer/Makefile | 0 slsDetectorServers/moenchDetectorServer/Makefile | 0 slsDetectorServers/mythen3DetectorServer/Makefile | 0 slsDetectorSoftware/CMakeLists.txt | 0 slsSupportLib/CMakeLists.txt | 0 tests/CMakeLists.txt | 0 29 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 integrationTests/CMakeLists.txt mode change 100644 => 100755 integrationTests/test.cpp mode change 100644 => 100755 python/CMakeLists.txt mode change 100644 => 100755 python/scripts/basic.py mode change 100644 => 100755 python/scripts/list_tested_cmd.py mode change 100644 => 100755 python/setup.py mode change 100644 => 100755 python/slsdet/__init__.py mode change 100644 => 100755 python/slsdet/adcs.py mode change 100644 => 100755 python/slsdet/dacs.py mode change 100644 => 100755 python/slsdet/decorators.py mode change 100644 => 100755 python/slsdet/detector.py mode change 100644 => 100755 python/slsdet/detector_property.py mode change 100644 => 100755 python/slsdet/eiger.py mode change 100644 => 100755 python/slsdet/errors.py mode change 100644 => 100755 python/slsdet/registers.py mode change 100644 => 100755 python/slsdet/utils.py mode change 100644 => 100755 python/src/main.cpp mode change 100644 => 100755 python/tests/test_utils.py mode change 100644 => 100755 slsDetectorGui/CMakeLists.txt mode change 100644 => 100755 slsDetectorServers/ctbDetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/eigerDetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/gotthard2DetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/gotthardDetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/jungfrauDetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/moenchDetectorServer/Makefile mode change 100644 => 100755 slsDetectorServers/mythen3DetectorServer/Makefile mode change 100644 => 100755 slsDetectorSoftware/CMakeLists.txt mode change 100644 => 100755 slsSupportLib/CMakeLists.txt mode change 100644 => 100755 tests/CMakeLists.txt diff --git a/integrationTests/CMakeLists.txt b/integrationTests/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/integrationTests/test.cpp b/integrationTests/test.cpp old mode 100644 new mode 100755 diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/python/scripts/basic.py b/python/scripts/basic.py old mode 100644 new mode 100755 diff --git a/python/scripts/list_tested_cmd.py b/python/scripts/list_tested_cmd.py old mode 100644 new mode 100755 diff --git a/python/setup.py b/python/setup.py old mode 100644 new mode 100755 diff --git a/python/slsdet/__init__.py b/python/slsdet/__init__.py old mode 100644 new mode 100755 diff --git a/python/slsdet/adcs.py b/python/slsdet/adcs.py old mode 100644 new mode 100755 diff --git a/python/slsdet/dacs.py b/python/slsdet/dacs.py old mode 100644 new mode 100755 diff --git a/python/slsdet/decorators.py b/python/slsdet/decorators.py old mode 100644 new mode 100755 diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py old mode 100644 new mode 100755 diff --git a/python/slsdet/detector_property.py b/python/slsdet/detector_property.py old mode 100644 new mode 100755 diff --git a/python/slsdet/eiger.py b/python/slsdet/eiger.py old mode 100644 new mode 100755 diff --git a/python/slsdet/errors.py b/python/slsdet/errors.py old mode 100644 new mode 100755 diff --git a/python/slsdet/registers.py b/python/slsdet/registers.py old mode 100644 new mode 100755 diff --git a/python/slsdet/utils.py b/python/slsdet/utils.py old mode 100644 new mode 100755 diff --git a/python/src/main.cpp b/python/src/main.cpp old mode 100644 new mode 100755 diff --git a/python/tests/test_utils.py b/python/tests/test_utils.py old mode 100644 new mode 100755 diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/slsDetectorServers/ctbDetectorServer/Makefile b/slsDetectorServers/ctbDetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/eigerDetectorServer/Makefile b/slsDetectorServers/eigerDetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/gotthard2DetectorServer/Makefile b/slsDetectorServers/gotthard2DetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/gotthardDetectorServer/Makefile b/slsDetectorServers/gotthardDetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/jungfrauDetectorServer/Makefile b/slsDetectorServers/jungfrauDetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/moenchDetectorServer/Makefile b/slsDetectorServers/moenchDetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorServers/mythen3DetectorServer/Makefile b/slsDetectorServers/mythen3DetectorServer/Makefile old mode 100644 new mode 100755 diff --git a/slsDetectorSoftware/CMakeLists.txt b/slsDetectorSoftware/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/slsSupportLib/CMakeLists.txt b/slsSupportLib/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt old mode 100644 new mode 100755