Can Pete Travis do something about this?
This happens everytime I commit something in ansible.git
Miroslav


-------- Přeposlaná zpráva --------
Předmět: Undelivered Mail Returned to Sender
Datum: Wed, 17 Oct 2018 09:05:52 +0000 (UTC)
Od: Mail Delivery System <mailer-dae...@fedoraproject.org>
Komu: msu...@fedoraproject.org

This is the mail system at host bastion01.phx2.fedoraproject.org.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<m...@petetravis.com> (expanded from <sysadmin-memb...@fedoraproject.org>): Host
    or domain name not found. Name service error for name=petetravis.com
    type=A: Host not found

Reporting-MTA: dns; bastion01.phx2.fedoraproject.org
X-Postfix-Queue-ID: 85FC46015198
X-Postfix-Sender: rfc822; msuchy@fedoraproject.org
Arrival-Date: Wed, 17 Oct 2018 09:05:27 +0000 (UTC)

Final-Recipient: rfc822; me@petetravis.com
Original-Recipient: rfc822;sysadmin-members@fedoraproject.org
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
    for name=petetravis.com type=A: Host not found

--- Begin Message ---
commit 4d57437c163d156b79dd212c6587ca03a78c077a
Author: Miroslav Suchý <msu...@redhat.com>
Date:   Wed Oct 17 11:04:08 2018 +0200

    copr: generate index for subdirs of /archive/spacewalk/

 roles/copr/backend/files/lighttpd/lighttpd.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/roles/copr/backend/files/lighttpd/lighttpd.conf 
b/roles/copr/backend/files/lighttpd/lighttpd.conf
index b0a09f6..334ce3c 100644
--- a/roles/copr/backend/files/lighttpd/lighttpd.conf
+++ b/roles/copr/backend/files/lighttpd/lighttpd.conf
@@ -474,11 +474,15 @@ url.redirect               = ( 
"^/results/sgallagh/cockpit-preview/(.+)" => "/re
 
 url.redirect += ( "^/results/(.*)/(.*)/mageia-(.*)-i386(.*)" => 
"/results/$1/$2/mageia-$3-i586$4" )
 
-$HTTP["url"] =~ "^/archive/spacewalk($|/)" {
+$HTTP["url"] =~ "^/archive/spacewalk($|/$)" {
   dir-listing.activate = "disable"
   index-file.names   = ( "index.html" )
   accesslog.filename = ""
 }
+$HTTP["url"] =~ "^/archive/spacewalk/" {
+  index-file.names   = ( "index.html" )
+  accesslog.filename = ""
+}
 server.max-worker = 6 # this may break many things
 
 $HTTP["url"] !~ "^/archive/spacewalk($|/)" {


--- End Message ---
_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org

Reply via email to