<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8294">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Remove executable flag from files that are not executable.<br><br>This removes the executable flag from *.xml and all *.py files that do<br>not contain any line matching '^#!'.<br><br>ASTERISK-24292<br><br>Change-Id: I8b8fa878d753808cf99dc00cce2ddabe8652f151<br>---<br>M lib/python/asterisk/asterisk.py<br>M lib/python/asterisk/config.py<br>M lib/python/asterisk/phones.py<br>M lib/python/asterisk/pluggable_modules.py<br>M lib/python/asterisk/pluggable_registry.py<br>M lib/python/asterisk/test_runner.py<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml<br>M tests/channels/pjsip/subscriptions/rls/rls_test.py<br>M tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py<br>M tests/manager/bridge_actions/check_bridge.py<br>M tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py<br>M tests/rest_api/bridges/bridge_record/bridges_record.py<br>M tests/rest_api/bridges/playback/basic/bridges_play.py<br>M tests/rest_api/bridges/playback/tones/bridges_play.py<br>M tests/rest_api/channels/originate_then_continue/channel_originate.py<br>M tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>M tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py<br>M tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>M tests/rest_api/recording/file_conflicts/recording.py<br>M tests/rest_api/recording/format_unavailable/recording.py<br>24 files changed, 0 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/lib/python/asterisk/asterisk.py b/lib/python/asterisk/asterisk.py<br>old mode 100755<br>new mode 100644<br>diff --git a/lib/python/asterisk/config.py b/lib/python/asterisk/config.py<br>old mode 100755<br>new mode 100644<br>diff --git a/lib/python/asterisk/phones.py b/lib/python/asterisk/phones.py<br>old mode 100755<br>new mode 100644<br>diff --git a/lib/python/asterisk/pluggable_modules.py b/lib/python/asterisk/pluggable_modules.py<br>old mode 100755<br>new mode 100644<br>diff --git a/lib/python/asterisk/pluggable_registry.py b/lib/python/asterisk/pluggable_registry.py<br>old mode 100755<br>new mode 100644<br>diff --git a/lib/python/asterisk/test_runner.py b/lib/python/asterisk/test_runner.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>old mode 100755<br>new mode 100644<br>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<br>old mode 100755<br>new mode 100644<br>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<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_test.py b/tests/channels/pjsip/subscriptions/rls/rls_test.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_validation.py b/tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>old mode 100755<br>new mode 100644<br>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<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/manager/bridge_actions/check_bridge.py b/tests/manager/bridge_actions/check_bridge.py<br>old mode 100755<br>new mode 100644<br>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<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/bridge_record/bridges_record.py b/tests/rest_api/bridges/bridge_record/bridges_record.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/playback/basic/bridges_play.py b/tests/rest_api/bridges/playback/basic/bridges_play.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/playback/tones/bridges_play.py b/tests/rest_api/bridges/playback/tones/bridges_play.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/channels/originate_then_continue/channel_originate.py b/tests/rest_api/channels/originate_then_continue/channel_originate.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py b/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>old mode 100755<br>new mode 100644<br>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<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/mailbox/baseline/mailbox_baseline.py b/tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/recording/file_conflicts/recording.py b/tests/rest_api/recording/file_conflicts/recording.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/recording/format_unavailable/recording.py b/tests/rest_api/recording/format_unavailable/recording.py<br>old mode 100755<br>new mode 100644<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8294">change 8294</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8294"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I8b8fa878d753808cf99dc00cce2ddabe8652f151 </div>
<div style="display:none"> Gerrit-Change-Number: 8294 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>