From bd8610f1b243fabfa45269a4ea783241de8d3925 Mon Sep 17 00:00:00 2001 From: Walter Lampl <Walter.Lampl@cern.ch> Date: Mon, 17 Dec 2018 05:53:52 +0100 Subject: [PATCH] Fix file permissions of identical files Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 68 files were set to 644 (ATLINFR-2011). --- .../CaloSimEventTPCnv/selection.xml | 0 .../share/MinBias_physics_MinBiasChecks.py | 0 .../CaloRecEx/share/muons_physics_cosmicsChecks.py | 0 .../CaloTests_RTT_Dig_misalign_singlePhot_50GeV.py | 0 .../CaloTests_RTT_FullChain_Dig_singleE_50GeV.py | 0 .../CaloTests_RTT_FullChain_Dig_singleE_5GeV.py | 0 .../CaloTests_RTT_FullChain_Dig_singlePhot_50GeV.py | 0 Control/AthenaExamples/ToyConversion/doc/MainPage.h | 0 Control/PyKernel/python/__init__.py | 0 Control/SGTools/share/BaseInfo_test.ref | 0 Database/AtlasSealCLHEP/python/__init__.py | 0 Database/IOVDbTPCnv/IOVDbTPCnv/OLD_selection.xml | 0 .../DetDescrCnvSvc/python/__init__.py | 0 .../RegionSelector/RegionSelector/RegSelName.h | 0 Event/EventKernel/python/__init__.py | 0 .../OverlayCommonAlgs/python/__init__.py | 0 Generators/Baur_i/Baur_i/madsho.inc | 0 Generators/EvgenProdTools/cmt/Makefile | 0 .../Lhef_i/share/lhefmadgraph.unweighted_events | 0 .../EWModel_FermionDM_UFO/function_library.py | 0 .../models/EWModel_FermionDM_UFO/object_library.py | 0 .../models/EWModel_FermionDM_UFO/propagators.py | 0 .../EWModel_FermionDM_UFO/write_param_card.py | 0 .../python/models/SM_LM0123_UFO/function_library.py | 0 .../python/models/SM_LM0123_UFO/object_library.py | 0 .../python/models/SM_LM0123_UFO/write_param_card.py | 0 .../python/models/SM_LT012_UFO/function_library.py | 0 .../python/models/SM_LT012_UFO/object_library.py | 0 .../python/models/SM_LT012_UFO/write_param_card.py | 0 .../python/models/TFCNC_UFO/function_library.py | 0 .../python/models/TFCNC_UFO/object_library.py | 0 .../python/models/TFCNC_UFO/write_param_card.py | 0 .../python/models/VLQ_UFO/function_library.py | 0 .../python/models/VLQ_UFO/object_library.py | 0 .../python/models/VLQ_UFO/write_param_card.py | 0 .../TrigTransforms/TrigTransform/python/__init__.py | 0 .../InDetSimEventAthenaPool/selection.xml | 0 LumiBlock/LumiCalc/python/__init__.py | 0 .../MuonCablings/TGCcabling/share/PP2SL.db | 0 .../src/components/TGCcablingInterface_entries.cxx | 0 .../MuonEventTPCnv/share/MuonEventTPCnv_test.txt | 0 .../src/components/MuonSegmentMatchingTool_load.cxx | 0 .../ParticleBuilderOptions/python/__init__.py | 0 .../EventTag/EventTagAlgs/python/__init__.py | 0 .../JetTagAlgs/BTagging/python/__init__.py | 0 .../xAODBTaggingEfficiency/cmt/Makefile | 0 .../PyAnalysis/PyAnalysisCore/python/__init__.py | 0 .../PyAnalysis/PyAnalysisUtils/python/__init__.py | 0 .../PyAnalysis/PyParticleTools/python/__init__.py | 0 .../PyAnalysis/PyTriggerTools/python/__init__.py | 0 .../share/ResolutionTool_jobOptions_900mb.py | 0 .../RecExample/RecExTB/root/include/dialogs.cc | 0 TestPolicy/cmt/fragments/athenacreate_launcher | 0 TestPolicy/cmt/fragments/athenarun_launcher | 0 Tools/PyJobTransforms/python/__init__.py | 0 Tools/PyJobTransformsCore/python/__init__.py | 0 .../AthExHelloWorld/share/HelloWorldOptions.py | 0 .../TrkDetDescr/TrkAlignableSurfaces/doc/mainpage.h | 0 .../TrkRefitAlg/src/components/TrkRefitAlg_load.cxx | 0 .../TrkTools/TrkTrackSummaryTool/python/__init__.py | 0 .../TrigEFLongLivedParticles/cmt/Makefile | 0 .../TrigConfDBConnection/python/__init__.py | 0 .../TrigEvent/TrigDecision/share/Templates_test.ref | 0 .../TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile | 0 .../TrigEgammaValidation/doc/Summary-dev/index.html | 0 .../TriggerMenu/python/menu/__init__.py | 0 .../TrigSimTransforms/python/__init__.py | 0 graphics/VP1/VP1Base/src/icons/fileprint.png | Bin 68 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Calorimeter/CaloCnv/CaloSimEventTPCnv/CaloSimEventTPCnv/selection.xml mode change 100755 => 100644 Calorimeter/CaloExample/CaloRecEx/share/MinBias_physics_MinBiasChecks.py mode change 100755 => 100644 Calorimeter/CaloExample/CaloRecEx/share/muons_physics_cosmicsChecks.py mode change 100755 => 100644 Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_Dig_misalign_singlePhot_50GeV.py mode change 100755 => 100644 Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_50GeV.py mode change 100755 => 100644 Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_5GeV.py mode change 100755 => 100644 Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singlePhot_50GeV.py mode change 100755 => 100644 Control/AthenaExamples/ToyConversion/doc/MainPage.h mode change 100755 => 100644 Control/PyKernel/python/__init__.py mode change 100755 => 100644 Control/SGTools/share/BaseInfo_test.ref mode change 100755 => 100644 Database/AtlasSealCLHEP/python/__init__.py mode change 100755 => 100644 Database/IOVDbTPCnv/IOVDbTPCnv/OLD_selection.xml mode change 100755 => 100644 DetectorDescription/DetDescrCnvSvc/python/__init__.py mode change 100755 => 100644 DetectorDescription/RegionSelector/RegionSelector/RegSelName.h mode change 100755 => 100644 Event/EventKernel/python/__init__.py mode change 100755 => 100644 Event/EventOverlay/OverlayCommonAlgs/python/__init__.py mode change 100755 => 100644 Generators/Baur_i/Baur_i/madsho.inc mode change 100755 => 100644 Generators/EvgenProdTools/cmt/Makefile mode change 100755 => 100644 Generators/Lhef_i/share/lhefmadgraph.unweighted_events mode change 100755 => 100644 Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/function_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/object_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/propagators.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/write_param_card.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LM0123_UFO/function_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LM0123_UFO/object_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LM0123_UFO/write_param_card.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LT012_UFO/function_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LT012_UFO/object_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/SM_LT012_UFO/write_param_card.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/TFCNC_UFO/function_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/TFCNC_UFO/object_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/TFCNC_UFO/write_param_card.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/VLQ_UFO/function_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/VLQ_UFO/object_library.py mode change 100755 => 100644 Generators/MadGraphModels/python/models/VLQ_UFO/write_param_card.py mode change 100755 => 100644 HLT/Trigger/TrigTransforms/TrigTransform/python/__init__.py mode change 100755 => 100644 InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/InDetSimEventAthenaPool/selection.xml mode change 100755 => 100644 LumiBlock/LumiCalc/python/__init__.py mode change 100755 => 100644 MuonSpectrometer/MuonCablings/TGCcabling/share/PP2SL.db mode change 100755 => 100644 MuonSpectrometer/MuonCablings/TGCcablingInterface/src/components/TGCcablingInterface_entries.cxx mode change 100755 => 100644 MuonSpectrometer/MuonCnv/MuonEventTPCnv/share/MuonEventTPCnv_test.txt mode change 100755 => 100644 MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/components/MuonSegmentMatchingTool_load.cxx mode change 100755 => 100644 PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/EventTag/EventTagAlgs/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile mode change 100755 => 100644 PhysicsAnalysis/PyAnalysis/PyAnalysisCore/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/PyAnalysis/PyParticleTools/python/__init__.py mode change 100755 => 100644 PhysicsAnalysis/PyAnalysis/PyTriggerTools/python/__init__.py mode change 100755 => 100644 Reconstruction/MissingETPerformance/share/ResolutionTool_jobOptions_900mb.py mode change 100755 => 100644 Reconstruction/RecExample/RecExTB/root/include/dialogs.cc mode change 100755 => 100644 TestPolicy/cmt/fragments/athenacreate_launcher mode change 100755 => 100644 TestPolicy/cmt/fragments/athenarun_launcher mode change 100755 => 100644 Tools/PyJobTransforms/python/__init__.py mode change 100755 => 100644 Tools/PyJobTransformsCore/python/__init__.py mode change 100755 => 100644 Tools/RunTimeTester/testsuite/testsuites/linuxinteractive/Control/AthenaExamples/AthExHelloWorld/share/HelloWorldOptions.py mode change 100755 => 100644 Tracking/TrkDetDescr/TrkAlignableSurfaces/doc/mainpage.h mode change 100755 => 100644 Tracking/TrkFitter/TrkRefitAlg/src/components/TrkRefitAlg_load.cxx mode change 100755 => 100644 Tracking/TrkTools/TrkTrackSummaryTool/python/__init__.py mode change 100755 => 100644 Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile mode change 100755 => 100644 Trigger/TrigConfiguration/TrigConfDBConnection/python/__init__.py mode change 100755 => 100644 Trigger/TrigEvent/TrigDecision/share/Templates_test.ref mode change 100755 => 100644 Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile mode change 100755 => 100644 Trigger/TrigValidation/TrigEgammaValidation/doc/Summary-dev/index.html mode change 100755 => 100644 Trigger/TriggerCommon/TriggerMenu/python/menu/__init__.py mode change 100755 => 100644 Trigger/TriggerSimulation/TrigSimTransforms/python/__init__.py mode change 100755 => 100644 graphics/VP1/VP1Base/src/icons/fileprint.png diff --git a/Calorimeter/CaloCnv/CaloSimEventTPCnv/CaloSimEventTPCnv/selection.xml b/Calorimeter/CaloCnv/CaloSimEventTPCnv/CaloSimEventTPCnv/selection.xml old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloRecEx/share/MinBias_physics_MinBiasChecks.py b/Calorimeter/CaloExample/CaloRecEx/share/MinBias_physics_MinBiasChecks.py old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloRecEx/share/muons_physics_cosmicsChecks.py b/Calorimeter/CaloExample/CaloRecEx/share/muons_physics_cosmicsChecks.py old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_Dig_misalign_singlePhot_50GeV.py b/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_Dig_misalign_singlePhot_50GeV.py old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_50GeV.py b/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_50GeV.py old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_5GeV.py b/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singleE_5GeV.py old mode 100755 new mode 100644 diff --git a/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singlePhot_50GeV.py b/Calorimeter/CaloExample/CaloTests/share/CaloTests_RTT_FullChain_Dig_singlePhot_50GeV.py old mode 100755 new mode 100644 diff --git a/Control/AthenaExamples/ToyConversion/doc/MainPage.h b/Control/AthenaExamples/ToyConversion/doc/MainPage.h old mode 100755 new mode 100644 diff --git a/Control/PyKernel/python/__init__.py b/Control/PyKernel/python/__init__.py old mode 100755 new mode 100644 diff --git a/Control/SGTools/share/BaseInfo_test.ref b/Control/SGTools/share/BaseInfo_test.ref old mode 100755 new mode 100644 diff --git a/Database/AtlasSealCLHEP/python/__init__.py b/Database/AtlasSealCLHEP/python/__init__.py old mode 100755 new mode 100644 diff --git a/Database/IOVDbTPCnv/IOVDbTPCnv/OLD_selection.xml b/Database/IOVDbTPCnv/IOVDbTPCnv/OLD_selection.xml old mode 100755 new mode 100644 diff --git a/DetectorDescription/DetDescrCnvSvc/python/__init__.py b/DetectorDescription/DetDescrCnvSvc/python/__init__.py old mode 100755 new mode 100644 diff --git a/DetectorDescription/RegionSelector/RegionSelector/RegSelName.h b/DetectorDescription/RegionSelector/RegionSelector/RegSelName.h old mode 100755 new mode 100644 diff --git a/Event/EventKernel/python/__init__.py b/Event/EventKernel/python/__init__.py old mode 100755 new mode 100644 diff --git a/Event/EventOverlay/OverlayCommonAlgs/python/__init__.py b/Event/EventOverlay/OverlayCommonAlgs/python/__init__.py old mode 100755 new mode 100644 diff --git a/Generators/Baur_i/Baur_i/madsho.inc b/Generators/Baur_i/Baur_i/madsho.inc old mode 100755 new mode 100644 diff --git a/Generators/EvgenProdTools/cmt/Makefile b/Generators/EvgenProdTools/cmt/Makefile old mode 100755 new mode 100644 diff --git a/Generators/Lhef_i/share/lhefmadgraph.unweighted_events b/Generators/Lhef_i/share/lhefmadgraph.unweighted_events old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/function_library.py b/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/function_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/object_library.py b/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/object_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/propagators.py b/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/propagators.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/write_param_card.py b/Generators/MadGraphModels/python/models/EWModel_FermionDM_UFO/write_param_card.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LM0123_UFO/function_library.py b/Generators/MadGraphModels/python/models/SM_LM0123_UFO/function_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LM0123_UFO/object_library.py b/Generators/MadGraphModels/python/models/SM_LM0123_UFO/object_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LM0123_UFO/write_param_card.py b/Generators/MadGraphModels/python/models/SM_LM0123_UFO/write_param_card.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LT012_UFO/function_library.py b/Generators/MadGraphModels/python/models/SM_LT012_UFO/function_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LT012_UFO/object_library.py b/Generators/MadGraphModels/python/models/SM_LT012_UFO/object_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/SM_LT012_UFO/write_param_card.py b/Generators/MadGraphModels/python/models/SM_LT012_UFO/write_param_card.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/TFCNC_UFO/function_library.py b/Generators/MadGraphModels/python/models/TFCNC_UFO/function_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/TFCNC_UFO/object_library.py b/Generators/MadGraphModels/python/models/TFCNC_UFO/object_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/TFCNC_UFO/write_param_card.py b/Generators/MadGraphModels/python/models/TFCNC_UFO/write_param_card.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/VLQ_UFO/function_library.py b/Generators/MadGraphModels/python/models/VLQ_UFO/function_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/VLQ_UFO/object_library.py b/Generators/MadGraphModels/python/models/VLQ_UFO/object_library.py old mode 100755 new mode 100644 diff --git a/Generators/MadGraphModels/python/models/VLQ_UFO/write_param_card.py b/Generators/MadGraphModels/python/models/VLQ_UFO/write_param_card.py old mode 100755 new mode 100644 diff --git a/HLT/Trigger/TrigTransforms/TrigTransform/python/__init__.py b/HLT/Trigger/TrigTransforms/TrigTransform/python/__init__.py old mode 100755 new mode 100644 diff --git a/InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/InDetSimEventAthenaPool/selection.xml b/InnerDetector/InDetEventCnv/InDetSimEventAthenaPool/InDetSimEventAthenaPool/selection.xml old mode 100755 new mode 100644 diff --git a/LumiBlock/LumiCalc/python/__init__.py b/LumiBlock/LumiCalc/python/__init__.py old mode 100755 new mode 100644 diff --git a/MuonSpectrometer/MuonCablings/TGCcabling/share/PP2SL.db b/MuonSpectrometer/MuonCablings/TGCcabling/share/PP2SL.db old mode 100755 new mode 100644 diff --git a/MuonSpectrometer/MuonCablings/TGCcablingInterface/src/components/TGCcablingInterface_entries.cxx b/MuonSpectrometer/MuonCablings/TGCcablingInterface/src/components/TGCcablingInterface_entries.cxx old mode 100755 new mode 100644 diff --git a/MuonSpectrometer/MuonCnv/MuonEventTPCnv/share/MuonEventTPCnv_test.txt b/MuonSpectrometer/MuonCnv/MuonEventTPCnv/share/MuonEventTPCnv_test.txt old mode 100755 new mode 100644 diff --git a/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/components/MuonSegmentMatchingTool_load.cxx b/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/components/MuonSegmentMatchingTool_load.cxx old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/__init__.py b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/EventTag/EventTagAlgs/python/__init__.py b/PhysicsAnalysis/EventTag/EventTagAlgs/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/python/__init__.py b/PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile b/PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/xAODBTaggingEfficiency/cmt/Makefile old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisCore/python/__init__.py b/PhysicsAnalysis/PyAnalysis/PyAnalysisCore/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/python/__init__.py b/PhysicsAnalysis/PyAnalysis/PyAnalysisUtils/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/PyAnalysis/PyParticleTools/python/__init__.py b/PhysicsAnalysis/PyAnalysis/PyParticleTools/python/__init__.py old mode 100755 new mode 100644 diff --git a/PhysicsAnalysis/PyAnalysis/PyTriggerTools/python/__init__.py b/PhysicsAnalysis/PyAnalysis/PyTriggerTools/python/__init__.py old mode 100755 new mode 100644 diff --git a/Reconstruction/MissingETPerformance/share/ResolutionTool_jobOptions_900mb.py b/Reconstruction/MissingETPerformance/share/ResolutionTool_jobOptions_900mb.py old mode 100755 new mode 100644 diff --git a/Reconstruction/RecExample/RecExTB/root/include/dialogs.cc b/Reconstruction/RecExample/RecExTB/root/include/dialogs.cc old mode 100755 new mode 100644 diff --git a/TestPolicy/cmt/fragments/athenacreate_launcher b/TestPolicy/cmt/fragments/athenacreate_launcher old mode 100755 new mode 100644 diff --git a/TestPolicy/cmt/fragments/athenarun_launcher b/TestPolicy/cmt/fragments/athenarun_launcher old mode 100755 new mode 100644 diff --git a/Tools/PyJobTransforms/python/__init__.py b/Tools/PyJobTransforms/python/__init__.py old mode 100755 new mode 100644 diff --git a/Tools/PyJobTransformsCore/python/__init__.py b/Tools/PyJobTransformsCore/python/__init__.py old mode 100755 new mode 100644 diff --git a/Tools/RunTimeTester/testsuite/testsuites/linuxinteractive/Control/AthenaExamples/AthExHelloWorld/share/HelloWorldOptions.py b/Tools/RunTimeTester/testsuite/testsuites/linuxinteractive/Control/AthenaExamples/AthExHelloWorld/share/HelloWorldOptions.py old mode 100755 new mode 100644 diff --git a/Tracking/TrkDetDescr/TrkAlignableSurfaces/doc/mainpage.h b/Tracking/TrkDetDescr/TrkAlignableSurfaces/doc/mainpage.h old mode 100755 new mode 100644 diff --git a/Tracking/TrkFitter/TrkRefitAlg/src/components/TrkRefitAlg_load.cxx b/Tracking/TrkFitter/TrkRefitAlg/src/components/TrkRefitAlg_load.cxx old mode 100755 new mode 100644 diff --git a/Tracking/TrkTools/TrkTrackSummaryTool/python/__init__.py b/Tracking/TrkTools/TrkTrackSummaryTool/python/__init__.py old mode 100755 new mode 100644 diff --git a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile b/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile old mode 100755 new mode 100644 diff --git a/Trigger/TrigConfiguration/TrigConfDBConnection/python/__init__.py b/Trigger/TrigConfiguration/TrigConfDBConnection/python/__init__.py old mode 100755 new mode 100644 diff --git a/Trigger/TrigEvent/TrigDecision/share/Templates_test.ref b/Trigger/TrigEvent/TrigDecision/share/Templates_test.ref old mode 100755 new mode 100644 diff --git a/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile b/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile old mode 100755 new mode 100644 diff --git a/Trigger/TrigValidation/TrigEgammaValidation/doc/Summary-dev/index.html b/Trigger/TrigValidation/TrigEgammaValidation/doc/Summary-dev/index.html old mode 100755 new mode 100644 diff --git a/Trigger/TriggerCommon/TriggerMenu/python/menu/__init__.py b/Trigger/TriggerCommon/TriggerMenu/python/menu/__init__.py old mode 100755 new mode 100644 diff --git a/Trigger/TriggerSimulation/TrigSimTransforms/python/__init__.py b/Trigger/TriggerSimulation/TrigSimTransforms/python/__init__.py old mode 100755 new mode 100644 diff --git a/graphics/VP1/VP1Base/src/icons/fileprint.png b/graphics/VP1/VP1Base/src/icons/fileprint.png old mode 100755 new mode 100644 -- GitLab