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ř <michal@cihar.com>2006-03-17 01:45:32 +0300
committerMichal Čihař <michal@cihar.com>2006-03-17 01:45:32 +0300
commitb628fcc8a908d0fecf391cf2cc161691255dbbe6 (patch)
tree81a9e261d589ac04f7f741cc307ae6f468d5b62a /scripts
parent7b48016c66a422fe39c509728840327fb11f6502 (diff)
Use w3m instead of lynx (bug #1451635).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 1dde6db349..f5fe9e789d 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -185,7 +185,7 @@ find phpMyAdmin -type f -print0 | xargs -0 chmod 644
find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
# Building Documentation.txt
-lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
+LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
# Renaming directory
mv phpMyAdmin phpMyAdmin-$target
@@ -233,7 +233,7 @@ Todo now:
---------
1. tag the cvs tree with the new revision number for a plain release or a
release candidate:
- version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
+ version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
2. upload the files to SF: