You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/09/01 13:49:58 UTC

[whimsy] branch master updated: INFRA-14906 - mirror-tests moving to zzz/

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a3fc819  INFRA-14906 - mirror-tests moving to zzz/
a3fc819 is described below

commit a3fc819a4674ea06ea723f2435d6b6f9a7ddcb4b
Author: Sebb <se...@apache.org>
AuthorDate: Fri Sep 1 14:49:45 2017 +0100

    INFRA-14906 - mirror-tests moving to zzz/
---
 tools/mirror_check.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/mirror_check.rb b/tools/mirror_check.rb
index b806d52..a99887e 100755
--- a/tools/mirror_check.rb
+++ b/tools/mirror_check.rb
@@ -46,7 +46,7 @@ TODO - any more checks?
 $SAFE = 1
 
 URLMATCH = %r!^https?://[^/]+/(\S+/)?$!i
-HTTPDIRS = %w(zzz/ mirror-tests/) # must exist
+HTTPDIRS = %w(zzz/ zzz/mirror-tests/) # must exist
 HDRMATCH = %r!<h\d>Apache Software Foundation Distribution Meta-Directory</h\d>! # must be on the zzz index page
 FTRMATCH = %r!This directory contains meta-data for the ASF mirroring system.! # must be on the zzz index page
 HASHDR =   %r!<html( [^>]+)?>.+?<body>!im
@@ -56,7 +56,7 @@ HTTPDIR = 'zzz/' # must appear in index page
 HTTP404 = 'zzz/___'; # Non-existent URL; should generate 404
 HTTPTEXT = 'zzz/README'; # text file (without extension) should generate Content-Type text/plain or none
 
-MIRRORTEST = 'mirror-tests/';
+MIRRORTEST = 'zzz/mirror-tests/';
 MIRRORTEST_FILES = %w(1mb.img.7z 1mb.img.bz2 1mb.img.tar.gz 1mb.img.tgz 1mb.img.zip) # no Content-Encoding !
 
 # save the result of a test

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].