diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 01:12:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 01:12:51 +0100 |
commit | 54057c884b981531d50072bbdc4df9c62996f22b (patch) | |
tree | 789bbecc84f52af66454b39394daf97129478e08 /bin | |
parent | ab984a691078d743efd96cdc8202b02b220d2b34 (diff) | |
download | jenkins.debian.net-54057c884b981531d50072bbdc4df9c62996f22b.tar.xz |
more patterns
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/webcheck_url.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index f93c3622..f8cdfdad 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -45,9 +45,8 @@ fi if [ "${URL:0:21}" = "http://www.debian.org" ] ; then TRANSLATIONS=$(curl www.debian.org 2>/dev/null|grep index|grep lang=|cut -d "." -f2) for LANG in $TRANSLATIONS pt_BR zh_CN zh_HK zh_TW ; do - PARAMS="$PARAMS -y \.${LANG}\.html -y html\.${LANG} -y \.${LANG}\.txt -y \${LANG}\.pdf" + PARAMS="$PARAMS -y \.${LANG}\.html -y html\.${LANG} -y \.${LANG}\.txt -y \.txt\.${LANG} -y \.${LANG}\.pdf -y \.pdf\.${LANG}" done - fi # |