From 9460ed1b60706b050fbfb1febfdbcb48cc410383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= Date: Tue, 12 May 2015 13:16:36 +0200 Subject: [PATCH 1/2] Plain text files do not need to be executable Found with rpmlint. --- test/javascripts/mdtest/fixtures/Amps and angle encoding.text | 0 test/javascripts/mdtest/fixtures/Amps and angle encoding.xhtml | 0 test/javascripts/mdtest/fixtures/Auto links.text | 0 test/javascripts/mdtest/fixtures/Auto links.xhtml | 0 test/javascripts/mdtest/fixtures/Backslash escapes.text | 0 test/javascripts/mdtest/fixtures/Backslash escapes.xhtml | 0 .../javascripts/mdtest/fixtures/Blockquotes with code blocks.text | 0 .../mdtest/fixtures/Blockquotes with code blocks.xhtml | 0 test/javascripts/mdtest/fixtures/Code Blocks.text | 0 test/javascripts/mdtest/fixtures/Code Blocks.xhtml | 0 test/javascripts/mdtest/fixtures/Code Spans.text | 0 test/javascripts/mdtest/fixtures/Code Spans.xhtml | 0 .../fixtures/Hard-wrapped paragraphs with list-like lines.text | 0 .../fixtures/Hard-wrapped paragraphs with list-like lines.xhtml | 0 test/javascripts/mdtest/fixtures/Horizontal rules.text | 0 test/javascripts/mdtest/fixtures/Horizontal rules.xhtml | 0 test/javascripts/mdtest/fixtures/Images.text | 0 test/javascripts/mdtest/fixtures/Images.xhtml | 0 test/javascripts/mdtest/fixtures/Inline HTML (Advanced).text | 0 test/javascripts/mdtest/fixtures/Inline HTML (Advanced).xhtml | 0 test/javascripts/mdtest/fixtures/Inline HTML (Simple).text | 0 test/javascripts/mdtest/fixtures/Inline HTML (Simple).xhtml | 0 test/javascripts/mdtest/fixtures/Inline HTML comments.text | 0 test/javascripts/mdtest/fixtures/Inline HTML comments.xhtml | 0 test/javascripts/mdtest/fixtures/Links, inline style.text | 0 test/javascripts/mdtest/fixtures/Links, inline style.xhtml | 0 test/javascripts/mdtest/fixtures/Links, reference style.text | 0 test/javascripts/mdtest/fixtures/Links, reference style.xhtml | 0 test/javascripts/mdtest/fixtures/Links, shortcut references.text | 0 test/javascripts/mdtest/fixtures/Links, shortcut references.xhtml | 0 test/javascripts/mdtest/fixtures/Literal quotes in titles.text | 0 test/javascripts/mdtest/fixtures/Literal quotes in titles.xhtml | 0 .../mdtest/fixtures/Markdown Documentation - Basics.text | 0 .../mdtest/fixtures/Markdown Documentation - Basics.xhtml | 0 .../mdtest/fixtures/Markdown Documentation - Syntax.text | 0 .../mdtest/fixtures/Markdown Documentation - Syntax.xhtml | 0 test/javascripts/mdtest/fixtures/Nested blockquotes.text | 0 test/javascripts/mdtest/fixtures/Nested blockquotes.xhtml | 0 test/javascripts/mdtest/fixtures/Ordered and unordered lists.text | 0 .../javascripts/mdtest/fixtures/Ordered and unordered lists.xhtml | 0 test/javascripts/mdtest/fixtures/Strong and em together.text | 0 test/javascripts/mdtest/fixtures/Strong and em together.xhtml | 0 test/javascripts/mdtest/fixtures/Tabs.text | 0 test/javascripts/mdtest/fixtures/Tabs.xhtml | 0 test/javascripts/mdtest/fixtures/Tidyness.text | 0 test/javascripts/mdtest/fixtures/Tidyness.xhtml | 0 46 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Amps and angle encoding.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Amps and angle encoding.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Auto links.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Auto links.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Backslash escapes.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Backslash escapes.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Blockquotes with code blocks.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Code Blocks.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Code Blocks.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Code Spans.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Code Spans.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Horizontal rules.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Horizontal rules.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Images.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Images.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML (Advanced).text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML (Advanced).xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML (Simple).text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML (Simple).xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML comments.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Inline HTML comments.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, inline style.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, inline style.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, reference style.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, reference style.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, shortcut references.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Links, shortcut references.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Literal quotes in titles.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Literal quotes in titles.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Nested blockquotes.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Nested blockquotes.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Ordered and unordered lists.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Ordered and unordered lists.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Strong and em together.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Strong and em together.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Tabs.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Tabs.xhtml mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Tidyness.text mode change 100755 => 100644 test/javascripts/mdtest/fixtures/Tidyness.xhtml diff --git a/test/javascripts/mdtest/fixtures/Amps and angle encoding.text b/test/javascripts/mdtest/fixtures/Amps and angle encoding.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Amps and angle encoding.xhtml b/test/javascripts/mdtest/fixtures/Amps and angle encoding.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Auto links.text b/test/javascripts/mdtest/fixtures/Auto links.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Auto links.xhtml b/test/javascripts/mdtest/fixtures/Auto links.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Backslash escapes.text b/test/javascripts/mdtest/fixtures/Backslash escapes.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Backslash escapes.xhtml b/test/javascripts/mdtest/fixtures/Backslash escapes.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text b/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.xhtml b/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Code Blocks.text b/test/javascripts/mdtest/fixtures/Code Blocks.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Code Blocks.xhtml b/test/javascripts/mdtest/fixtures/Code Blocks.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Code Spans.text b/test/javascripts/mdtest/fixtures/Code Spans.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Code Spans.xhtml b/test/javascripts/mdtest/fixtures/Code Spans.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.text b/test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.xhtml b/test/javascripts/mdtest/fixtures/Hard-wrapped paragraphs with list-like lines.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Horizontal rules.text b/test/javascripts/mdtest/fixtures/Horizontal rules.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Horizontal rules.xhtml b/test/javascripts/mdtest/fixtures/Horizontal rules.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Images.text b/test/javascripts/mdtest/fixtures/Images.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Images.xhtml b/test/javascripts/mdtest/fixtures/Images.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML (Advanced).text b/test/javascripts/mdtest/fixtures/Inline HTML (Advanced).text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML (Advanced).xhtml b/test/javascripts/mdtest/fixtures/Inline HTML (Advanced).xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML (Simple).text b/test/javascripts/mdtest/fixtures/Inline HTML (Simple).text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML (Simple).xhtml b/test/javascripts/mdtest/fixtures/Inline HTML (Simple).xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML comments.text b/test/javascripts/mdtest/fixtures/Inline HTML comments.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Inline HTML comments.xhtml b/test/javascripts/mdtest/fixtures/Inline HTML comments.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, inline style.text b/test/javascripts/mdtest/fixtures/Links, inline style.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, inline style.xhtml b/test/javascripts/mdtest/fixtures/Links, inline style.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, reference style.text b/test/javascripts/mdtest/fixtures/Links, reference style.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, reference style.xhtml b/test/javascripts/mdtest/fixtures/Links, reference style.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, shortcut references.text b/test/javascripts/mdtest/fixtures/Links, shortcut references.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Links, shortcut references.xhtml b/test/javascripts/mdtest/fixtures/Links, shortcut references.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Literal quotes in titles.text b/test/javascripts/mdtest/fixtures/Literal quotes in titles.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Literal quotes in titles.xhtml b/test/javascripts/mdtest/fixtures/Literal quotes in titles.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.text b/test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.xhtml b/test/javascripts/mdtest/fixtures/Markdown Documentation - Basics.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.text b/test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.xhtml b/test/javascripts/mdtest/fixtures/Markdown Documentation - Syntax.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Nested blockquotes.text b/test/javascripts/mdtest/fixtures/Nested blockquotes.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Nested blockquotes.xhtml b/test/javascripts/mdtest/fixtures/Nested blockquotes.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Ordered and unordered lists.text b/test/javascripts/mdtest/fixtures/Ordered and unordered lists.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Ordered and unordered lists.xhtml b/test/javascripts/mdtest/fixtures/Ordered and unordered lists.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Strong and em together.text b/test/javascripts/mdtest/fixtures/Strong and em together.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Strong and em together.xhtml b/test/javascripts/mdtest/fixtures/Strong and em together.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Tabs.text b/test/javascripts/mdtest/fixtures/Tabs.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Tabs.xhtml b/test/javascripts/mdtest/fixtures/Tabs.xhtml old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Tidyness.text b/test/javascripts/mdtest/fixtures/Tidyness.text old mode 100755 new mode 100644 diff --git a/test/javascripts/mdtest/fixtures/Tidyness.xhtml b/test/javascripts/mdtest/fixtures/Tidyness.xhtml old mode 100755 new mode 100644 From fb25985b9163a42484bce47ace7760436c9b448c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= Date: Tue, 12 May 2015 13:18:41 +0200 Subject: [PATCH 2/2] Mark all files with a shebang line as executable This is a bit weird with the Rakefiles but makes it consistent. Found with rpmlint. --- Rakefile | 0 config/cloud/cloud66/scripts/curl.sh | 0 config/cloud/cloud66/scripts/drop_create.sh | 0 config/cloud/cloud66/scripts/env_vars.sh | 0 config/cloud/cloud66/scripts/import_dev.sh | 0 config/cloud/cloud66/scripts/import_prod.sh | 0 config/cloud/cloud66/scripts/kill_db.sh | 0 config/cloud/cloud66/scripts/migrate.sh | 0 config/cloud/cloud66/scripts/permissions.sh | 0 script/memstats.rb | 0 script/test_email_settings.rb | 0 script/version_bump.rb | 0 vendor/gems/discourse_imgur/Rakefile | 0 vendor/gems/rails_multisite/Rakefile | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 Rakefile mode change 100644 => 100755 config/cloud/cloud66/scripts/curl.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/drop_create.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/env_vars.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/import_dev.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/import_prod.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/kill_db.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/migrate.sh mode change 100644 => 100755 config/cloud/cloud66/scripts/permissions.sh mode change 100644 => 100755 script/memstats.rb mode change 100644 => 100755 script/test_email_settings.rb mode change 100644 => 100755 script/version_bump.rb mode change 100644 => 100755 vendor/gems/discourse_imgur/Rakefile mode change 100644 => 100755 vendor/gems/rails_multisite/Rakefile diff --git a/Rakefile b/Rakefile old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/curl.sh b/config/cloud/cloud66/scripts/curl.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/drop_create.sh b/config/cloud/cloud66/scripts/drop_create.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/env_vars.sh b/config/cloud/cloud66/scripts/env_vars.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/import_dev.sh b/config/cloud/cloud66/scripts/import_dev.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/import_prod.sh b/config/cloud/cloud66/scripts/import_prod.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/kill_db.sh b/config/cloud/cloud66/scripts/kill_db.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/migrate.sh b/config/cloud/cloud66/scripts/migrate.sh old mode 100644 new mode 100755 diff --git a/config/cloud/cloud66/scripts/permissions.sh b/config/cloud/cloud66/scripts/permissions.sh old mode 100644 new mode 100755 diff --git a/script/memstats.rb b/script/memstats.rb old mode 100644 new mode 100755 diff --git a/script/test_email_settings.rb b/script/test_email_settings.rb old mode 100644 new mode 100755 diff --git a/script/version_bump.rb b/script/version_bump.rb old mode 100644 new mode 100755 diff --git a/vendor/gems/discourse_imgur/Rakefile b/vendor/gems/discourse_imgur/Rakefile old mode 100644 new mode 100755 diff --git a/vendor/gems/rails_multisite/Rakefile b/vendor/gems/rails_multisite/Rakefile old mode 100644 new mode 100755