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

Jenkins2 asteriskteam at digium.com
Wed Feb 21 05:46:32 CST 2018


Jenkins2 has submitted this change and it was merged. ( 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(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



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: merged
Gerrit-Change-Id: I8b8fa878d753808cf99dc00cce2ddabe8652f151
Gerrit-Change-Number: 8294
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180221/9e45da9c/attachment-0001.html>


More information about the asterisk-code-review mailing list