2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

FHEM: delete svn:executable from my modules

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0
fhem/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
fhem/docs/USF1000.txt Executable file → Normal file
View File