]> git.donarmstrong.com Git - debbugs.git/commitdiff
add hack to work on bugs-search.debian.org
authorDebian BTS <debbugs@busoni>
Fri, 23 Sep 2011 20:37:40 +0000 (20:37 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 1 Apr 2023 05:54:24 +0000 (22:54 -0700)
cgi/search.cgi

index b992848c152f1de25ff0efa685217fad31387958..275be8ab3f232e87b162135b6f9d515036eccd20 100755 (executable)
@@ -3,9 +3,9 @@
 use warnings;
 use strict;
 
-# Hack to work on merkel where suexec is in place
+# Hack to work on bugs-search.debian.org
 BEGIN{
-     if ($ENV{HTTP_HOST} eq 'glinka.debian.org') {
+     if ($ENV{HTTP_HOST} eq 'bugs-search.debian.org') {
          unshift @INC, qw(/srv/bugs.debian.org/source/debian/);
          $ENV{DEBBUGS_CONFIG_FILE}="/srv/bugs.debian.org/etc/config";
      }