From 01892632c6c2f1f68777156663e499030e114891 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Fri, 17 Feb 2017 02:13:04 +0100
Subject: [PATCH] [!!!][TASK] Move typo3/sysext/core/Build/Scripts to
 Build/Scripts

This moves all maintenance / check / test scripts from
typo3/sysext/core/Build/Scripts to Build/Scripts.
This is possible now after the test framework extraction.
The artifical Build folder of typo3/sysext/core vanishes and
all core related integrity and code sanitation scripts are
now located next to all other main core build relevant stuff.

This patch is only breaking for core devs who executed one
of the scripts, most notably the "cglFixMyCommit.sh" script.
Path is now:

./Build/Scripts/cglFixMyCommit.sh

Change-Id: I8272d3d18c5e4164d67df8831168476f315db285
Resolves: #79869
Releases: master
Reviewed-on: https://review.typo3.org/51729
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../sysext/core/Build => Build}/Scripts/cglFixMyCommit.sh   | 0
 .../core/Build => Build}/Scripts/checkFilePermissions.sh    | 6 ------
 .../Build => Build}/Scripts/duplicateExceptionCodeCheck.sh  | 0
 .../sysext/core/Build => Build}/Scripts/validateRstFiles.sh | 0
 {typo3/sysext/core/Build => Build}/Scripts/xlfcheck.sh      | 0
 5 files changed, 6 deletions(-)
 rename {typo3/sysext/core/Build => Build}/Scripts/cglFixMyCommit.sh (100%)
 rename {typo3/sysext/core/Build => Build}/Scripts/checkFilePermissions.sh (63%)
 rename {typo3/sysext/core/Build => Build}/Scripts/duplicateExceptionCodeCheck.sh (100%)
 rename {typo3/sysext/core/Build => Build}/Scripts/validateRstFiles.sh (100%)
 rename {typo3/sysext/core/Build => Build}/Scripts/xlfcheck.sh (100%)

diff --git a/typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh b/Build/Scripts/cglFixMyCommit.sh
similarity index 100%
rename from typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh
rename to Build/Scripts/cglFixMyCommit.sh
diff --git a/typo3/sysext/core/Build/Scripts/checkFilePermissions.sh b/Build/Scripts/checkFilePermissions.sh
similarity index 63%
rename from typo3/sysext/core/Build/Scripts/checkFilePermissions.sh
rename to Build/Scripts/checkFilePermissions.sh
index 731efbd82ae1..9d9fa2389ada 100755
--- a/typo3/sysext/core/Build/Scripts/checkFilePermissions.sh
+++ b/Build/Scripts/checkFilePermissions.sh
@@ -11,13 +11,7 @@
 
 # Array of files to ignore the file permission check
 IGNORE=(
-  "components/testing_framework/core/Build/Scripts/splitFunctionalTests.sh"
   "typo3/cli_dispatch.phpsh"
-  "typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh"
-  "typo3/sysext/core/Build/Scripts/checkFilePermissions.sh"
-  "typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh"
-  "typo3/sysext/core/Build/Scripts/xlfcheck.sh"
-  "typo3/sysext/core/Build/Scripts/validateRstFiles.sh"
   "typo3/sysext/core/bin/typo3"
 )
 
diff --git a/typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh b/Build/Scripts/duplicateExceptionCodeCheck.sh
similarity index 100%
rename from typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh
rename to Build/Scripts/duplicateExceptionCodeCheck.sh
diff --git a/typo3/sysext/core/Build/Scripts/validateRstFiles.sh b/Build/Scripts/validateRstFiles.sh
similarity index 100%
rename from typo3/sysext/core/Build/Scripts/validateRstFiles.sh
rename to Build/Scripts/validateRstFiles.sh
diff --git a/typo3/sysext/core/Build/Scripts/xlfcheck.sh b/Build/Scripts/xlfcheck.sh
similarity index 100%
rename from typo3/sysext/core/Build/Scripts/xlfcheck.sh
rename to Build/Scripts/xlfcheck.sh
-- 
GitLab