summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-17 11:19:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-17 11:19:14 +0200
commitb44b17d07449d79c8bdc213316b61cbbf5b7bcbe (patch)
treeac183bb89a2332d7440916646c267fb56acce8bd /etc
parentfe6dc7f84b6fa7430798c4c79dd1cda704110d6c (diff)
downloadjenkins.debian.net-b44b17d07449d79c8bdc213316b61cbbf5b7bcbe.tar.xz
remove useless comment
Diffstat (limited to 'etc')
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net6
1 files 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]