From d23aba94bf55eed3acf2baded825faf73ea701a5 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 10 Dec 2007 23:56:56 +0000 Subject: [PATCH] Remove from link checks various dynamic external links. [SVN r41962] --- common/code/update-daily.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/code/update-daily.sh b/common/code/update-daily.sh index 94f3fb64..08c74bbf 100755 --- a/common/code/update-daily.sh +++ b/common/code/update-daily.sh @@ -24,6 +24,9 @@ done "--yank=http://beta.boost.org/doc/libs" \ "--yank=http://beta.boost.org/development/tests" \ "--yank=http://beta.boost.org/development/webcheck" \ + "--yank=http://validator.w3.org/check?uri=referer" \ + "--yank=http://jigsaw.w3.org/css-validator/check/referer" \ + "--yank=http://tinyurl.com/" \ "--base-only" \ "--quiet" \ "--output=/home/grafik/www.boost.org/testing/webcheck" \