FHEM: delete svn:executable from my modules

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-08-13 12:07:12 +00:00
parent cc39eae052
commit 08dd6a56e1
33 changed files with 2 additions and 0 deletions

0
FHEM/00_FHZ.pm Executable file → Normal file
View File

0
FHEM/00_ZWCUL.pm Executable file → Normal file
View File

0
FHEM/00_ZWDongle.pm Executable file → Normal file
View File

0
FHEM/01_FHEMWEB.pm Executable file → Normal file
View File

0
FHEM/10_FS20.pm Executable file → Normal file
View File

0
FHEM/10_ZWave.pm Executable file → Normal file
View File

0
FHEM/11_FHT.pm Executable file → Normal file
View File

0
FHEM/11_FHT8V.pm Executable file → Normal file
View File

0
FHEM/12_HMS.pm Executable file → Normal file
View File

0
FHEM/13_KS300.pm Executable file → Normal file
View File

0
FHEM/14_CUL_WS.pm Executable file → Normal file
View File

0
FHEM/15_CUL_EM.pm Executable file → Normal file
View File

0
FHEM/16_CUL_RFR.pm Executable file → Normal file
View File

0
FHEM/18_CUL_HOERMANN.pm Executable file → Normal file
View File

0
FHEM/33_readingsChange.pm Executable file → Normal file
View File

0
FHEM/61_EMWZ.pm Executable file → Normal file
View File

0
FHEM/62_EMEM.pm Executable file → Normal file
View File

0
FHEM/90_at.pm Executable file → Normal file
View File

0
FHEM/91_eventTypes.pm Executable file → Normal file
View File

0
FHEM/91_notify.pm Executable file → Normal file
View File

0
FHEM/91_sequence.pm Executable file → Normal file
View File

0
FHEM/91_watchdog.pm Executable file → Normal file
View File

0
FHEM/92_FileLog.pm Executable file → Normal file
View File

0
FHEM/92_SingleFileLog.pm Executable file → Normal file
View File

0
FHEM/93_FHEM2FHEM.pm Executable file → Normal file
View File

0
FHEM/95_holiday.pm Executable file → Normal file
View File

0
FHEM/96_allowed.pm Executable file → Normal file
View File

0
FHEM/98_SVG.pm Executable file → Normal file
View File

0
FHEM/98_structure.pm Executable file → Normal file
View File

0
FHEM/98_weblink.pm Executable file → Normal file
View File

0
FHEM/99_SUNRISE_EL.pm Executable file → Normal file
View File

View File

@ -31,6 +31,8 @@ foreach my $row (split("\n", $fList)) {
my ($type, $fName) = split(" ", $row);
next if($type eq "D");
next if(!$fName);
my $pl = `svnlook pl $arg $repos $fName`;
die ("Setting svn:externals is prohibited") if($pl =~ m/svn:externals/);
# check for 80 chars per line conformity
if($fName =~ m/CHANGED/) {

0
docs/USF1000.txt Executable file → Normal file
View File