Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-04-26 17:42:29 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-26 17:42:29 +0400
commitf56c0f85a3972c005d9dd3cf1e81fa44d7e4ac3c (patch)
tree0a58141e0b4453936672fa16924132abb27deca6 /scripts
parent749f66de3942373bb9232ff32cd45e459bfb1493 (diff)
Exclude coding standard data from tarball
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 5f229d2bd6..4c9672f1d7 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -132,6 +132,9 @@ echo "* Removing unneeded files"
# if someone runs /test/wui.php and there are test failures
rm -rf test
+# Remove phpcs coding standard definition
+rm -rf PMAStandard
+
# Testsuite setup
rm -f build.xml phpunit.xml.dist