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-11-13 17:27:32 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-13 17:27:32 +0400
commitba5d1a782a99ac3424a830ac1eb1eaec2717f30d (patch)
tree9dcf507e4c0aef234e0b379a0d3ebca1d78b3f82 /scripts
parent15b554c8b6761356109034ce7d7f735512f8a826 (diff)
Remove readme.rst when releasing
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 3df78d220b..d1158a6827 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -147,6 +147,9 @@ rm -rf PMAStandard
# Testsuite setup
rm -f build.xml phpunit.xml.dist
+# Remove readme for github
+rm -f README.rst
+
# Remove git metadata
rm -rf .git
find . -name .gitignore -print0 | xargs -0 -r rm -f