From 96fb33f50d8960e6c8f589afa782a6f7ed6c18fc Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Fri, 26 Aug 2016 21:37:42 +0000 Subject: [PATCH] Strip .py extension of report scripts to match the rest. Add svn:executable to scripts that were missing it. Commit ready for merge. - Legacy-Id: 11889 --- ietf/bin/expire-submissions | 0 ietf/bin/find-submission-confirmation-email-in-postfix-log | 0 ietf/bin/{report_id_activity.py => report_id_activity} | 0 ietf/bin/{report_progress_report.py => report_progress_report} | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ietf/bin/expire-submissions mode change 100644 => 100755 ietf/bin/find-submission-confirmation-email-in-postfix-log rename ietf/bin/{report_id_activity.py => report_id_activity} (100%) mode change 100644 => 100755 rename ietf/bin/{report_progress_report.py => report_progress_report} (100%) mode change 100644 => 100755 diff --git a/ietf/bin/expire-submissions b/ietf/bin/expire-submissions old mode 100644 new mode 100755 diff --git a/ietf/bin/find-submission-confirmation-email-in-postfix-log b/ietf/bin/find-submission-confirmation-email-in-postfix-log old mode 100644 new mode 100755 diff --git a/ietf/bin/report_id_activity.py b/ietf/bin/report_id_activity old mode 100644 new mode 100755 similarity index 100% rename from ietf/bin/report_id_activity.py rename to ietf/bin/report_id_activity diff --git a/ietf/bin/report_progress_report.py b/ietf/bin/report_progress_report old mode 100644 new mode 100755 similarity index 100% rename from ietf/bin/report_progress_report.py rename to ietf/bin/report_progress_report