From b44b17d07449d79c8bdc213316b61cbbf5b7bcbe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 17 Apr 2014 11:19:14 +0200 Subject: remove useless comment --- etc/apache2/sites-available/jenkins.debian.net | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net index 40ab7c19..dcc95639 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -80,10 +80,8 @@ NameVirtualHost *:443 # allow certain params only from alioth (token is used to trigger builds) RewriteEngine on RewriteCond %{REMOTE_ADDR} !5\.153\.231\.21 - # git.d.o is really moszumanska.d.o - # FIXME: REMOTE_HOST surely must work somehow? Anyone can run curl on alioth anyway, so just allowing this trigger from any debian host should be fine, I just couldnt make this work: (so its disabled instead...) - # Until then etc/cron.daily/jenkins checks for changes in the IP address... which is a hack hack hack :) - #RewriteCond %{REMOTE_HOST} !.*.debian.org + # this is git.d.o which is really moszumanska.d.o + # etc/cron.daily/jenkins checks for changes in this IP address, so root will be notified and can adopt this... RewriteCond %{QUERY_STRING} token RewriteRule ^ - [F] -- cgit v1.2.3-54-g00ecf