[Asterisk-code-review] Remove executable flag from files that are not executable. (testsuite[master])

Corey Farrell asteriskteam at digium.com
Tue Feb 20 03:49:34 CST 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/8294


Change subject: Remove executable flag from files that are not executable.
......................................................................

Remove executable flag from files that are not executable.

This removes the executable flag from *.xml and all *.py files that do
not contain any line matching '^#!'.

ASTERISK-24292

Change-Id: I8b8fa878d753808cf99dc00cce2ddabe8652f151
---
M lib/python/asterisk/asterisk.py
M lib/python/asterisk/config.py
M lib/python/asterisk/phones.py
M lib/python/asterisk/pluggable_modules.py
M lib/python/asterisk/pluggable_registry.py
M lib/python/asterisk/test_runner.py
M tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml
M tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml
M tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml
M tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml
M tests/channels/pjsip/subscriptions/rls/rls_test.py
M tests/channels/pjsip/subscriptions/rls/rls_validation.py
M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py
M tests/manager/bridge_actions/check_bridge.py
M tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py
M tests/rest_api/bridges/bridge_record/bridges_record.py
M tests/rest_api/bridges/playback/basic/bridges_play.py
M tests/rest_api/bridges/playback/tones/bridges_play.py
M tests/rest_api/channels/originate_then_continue/channel_originate.py
M tests/rest_api/external_interaction/attended_transfer/attended_transfer.py
M tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py
M tests/rest_api/mailbox/baseline/mailbox_baseline.py
M tests/rest_api/recording/file_conflicts/recording.py
M tests/rest_api/recording/format_unavailable/recording.py
24 files changed, 0 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/94/8294/1

diff --git a/lib/python/asterisk/asterisk.py b/lib/python/asterisk/asterisk.py
old mode 100755
new mode 100644
diff --git a/lib/python/asterisk/config.py b/lib/python/asterisk/config.py
old mode 100755
new mode 100644
diff --git a/lib/python/asterisk/phones.py b/lib/python/asterisk/phones.py
old mode 100755
new mode 100644
diff --git a/lib/python/asterisk/pluggable_modules.py b/lib/python/asterisk/pluggable_modules.py
old mode 100755
new mode 100644
diff --git a/lib/python/asterisk/pluggable_registry.py b/lib/python/asterisk/pluggable_registry.py
old mode 100755
new mode 100644
diff --git a/lib/python/asterisk/test_runner.py b/lib/python/asterisk/test_runner.py
old mode 100755
new mode 100644
diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml
old mode 100755
new mode 100644
diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml
old mode 100755
new mode 100644
diff --git a/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml
old mode 100755
new mode 100644
diff --git a/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml
old mode 100755
new mode 100644
diff --git a/tests/channels/pjsip/subscriptions/rls/rls_test.py b/tests/channels/pjsip/subscriptions/rls/rls_test.py
old mode 100755
new mode 100644
diff --git a/tests/channels/pjsip/subscriptions/rls/rls_validation.py b/tests/channels/pjsip/subscriptions/rls/rls_validation.py
old mode 100755
new mode 100644
diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py b/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py
old mode 100755
new mode 100644
diff --git a/tests/manager/bridge_actions/check_bridge.py b/tests/manager/bridge_actions/check_bridge.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py b/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/bridges/bridge_record/bridges_record.py b/tests/rest_api/bridges/bridge_record/bridges_record.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/bridges/playback/basic/bridges_play.py b/tests/rest_api/bridges/playback/basic/bridges_play.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/bridges/playback/tones/bridges_play.py b/tests/rest_api/bridges/playback/tones/bridges_play.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/channels/originate_then_continue/channel_originate.py b/tests/rest_api/channels/originate_then_continue/channel_originate.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py b/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py b/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/mailbox/baseline/mailbox_baseline.py b/tests/rest_api/mailbox/baseline/mailbox_baseline.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/recording/file_conflicts/recording.py b/tests/rest_api/recording/file_conflicts/recording.py
old mode 100755
new mode 100644
diff --git a/tests/rest_api/recording/format_unavailable/recording.py b/tests/rest_api/recording/format_unavailable/recording.py
old mode 100755
new mode 100644

-- 
To view, visit https://gerrit.asterisk.org/8294
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b8fa878d753808cf99dc00cce2ddabe8652f151
Gerrit-Change-Number: 8294
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180220/38afa321/attachment.html>


More information about the asterisk-code-review mailing list