]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
xen-devel: Prepare for public alpha
authorIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 11:00:12 +0000 (12:00 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 11:00:12 +0000 (12:00 +0100)
Remove password protection, send control replies to the list.

config/examples/xen-bugs.xenproject.org/apache.conf
config/examples/xen-bugs.xenproject.org/emesinae.conf

index 5104e7aea41bbb88a1ca58b1855d7e90c00e6bd2..ca318c75d8684b9564cfdcdf68d189435d948c95 100644 (file)
@@ -7,12 +7,6 @@
        <Directory />
                Options FollowSymLinks
                AllowOverride None
-
-               # Require authentication while we are in beta
-               AuthType Basic
-               AuthName "Restricted"
-               AuthUserFile /srv/xen-devel-bugs/etc/htpasswd
-               Require valid-user
        </Directory>
 
        Redirect temp /index.html /xen/
index d8458eb3af105495bbeaccdc15368cc107e42204..9c9d01136d93478e55f945ed0e103647f770fe8f 100644 (file)
@@ -27,7 +27,7 @@ $c{ListAddress} = "xen-devel\@lists.xen.org";
 $c{ListAliases} = qw/xen-devel\@lists.xensource.com/;
 
 # Set to 1 to send control replies to the list.
-$c{ControlReplyToList} = 0;
+$c{ControlReplyToList} = 1;
 
 # Set to 1 to send control replies to the requestor.
 $c{ControlReplyToRequestor} = 1;