[pkg-opensc-commit] [libp11] 12/239: use "wget --no-verbose" to NOT get many debug information and the progress bar
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 7105a66fd4ca982a06e3e4865ebdd764ced16b48
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date: Thu Aug 25 20:18:15 2005 +0000
use "wget --no-verbose" to NOT get many debug information and the
progress bar
---
doc/export-wiki.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh
index a611d8a..178c101 100755
--- a/doc/export-wiki.sh
+++ b/doc/export-wiki.sh
@@ -10,7 +10,7 @@ test -f `basename $0`
rm -rf *.html *.css
-wget $SERVER/$WIKI/TitleIndex -O TitleIndex.tmp
+wget --no-verbose $SERVER/$WIKI/TitleIndex -O TitleIndex.tmp
grep "\"/$WIKI/[^\"]*\"" TitleIndex.tmp \
|sed -e "s#.*\"/$WIKI/\([^\"]*\)\".*#\1#g" \
@@ -21,7 +21,7 @@ sed -e /^Trac/d -e /^Wiki/d -e /^TitleIndex/d -e /^RecentChanges/d \
for A in WikiStart `cat WikiWords.tmp`
do
F=`echo $A|sed -e 's/\//_/g'`
- wget $SERVER/$WIKI/$A -O $F.tmp
+ wget --no-verbose $SERVER/$WIKI/$A -O $F.tmp
xsltproc --output $F.html $XSL $F.tmp
sed -e "s#<a href=\"/$WIKI/\([^\"]*\)\"#<a href=\"\1.html\"#g" \
-i $F.html
@@ -29,6 +29,6 @@ done
mv WikiStart.html index.html
-wget http://www.opensc.org/trac/css/trac.css
+wget --no-verbose http://www.opensc.org/trac/css/trac.css
rm *.tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list