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:
authorRouslan Placella <rouslan@placella.com>2011-10-01 00:32:47 +0400
committerRouslan Placella <rouslan@placella.com>2011-10-01 00:32:47 +0400
commit2f889c0bba879fa4b275e28a2258fd96bfe4884e (patch)
tree80a00afb13d32ef4591b71648d4549125c106aaa /scripts
parent3db0cb1a18466e9daa766b5f1dfa4a1f23abe57d (diff)
Removed sprite regeneration from create-release.sh as it may interfere with releases for stable branches
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 92276168da..d411a67e0e 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -133,11 +133,6 @@ if [ -f ./scripts/compress-js ] ; then
rm -rf sources
fi
-if [ -f ./scripts/generate-sprites ] ; then
- echo "* Generating sprites"
- ./scripts/generate-sprites . || exit 1
-fi
-
echo "* Removing unneeded files"
# Remove test directory from package to avoid Path disclosure messages