]> git.donarmstrong.com Git - debbugs.git/commitdiff
cgi/{search,version}.cgi: do not special-case merkel.debian.org
authorBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Mon, 11 Nov 2024 10:25:46 +0000 (11:25 +0100)
committerBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Mon, 11 Nov 2024 12:04:25 +0000 (13:04 +0100)
cgi/search.cgi
cgi/version.cgi
debian/changelog

index d728542ef3fdd60485c3bd3efc559cdc489c18ab..1fda98aa2b907d90cd1fb6b78e7c22f8b7b2fcfa 100755 (executable)
@@ -3,15 +3,6 @@
 use warnings;
 use strict;
 
-# Hack to work on merkel where suexec is in place
-BEGIN{
-     if ($ENV{HTTP_HOST} eq 'merkel.debian.org') {
-         unshift @INC, qw(/home/don/perl/usr/share/perl5 /home/don/perl/usr/lib/perl5 /home/don/source);
-         $ENV{DEBBUGS_CONFIG_FILE}="/home/don/config_internal";
-     }
-}
-
-
 use CGI::Simple;
 
 # use CGI::Alert 'nobody@example.com';
index ab8f3c17a287604aa8e565165c961bd5987c0889..f5e5a3df375cae219cc8236ec97945d4b877a0be 100755 (executable)
@@ -3,15 +3,6 @@
 use warnings;
 use strict;
 
-# Hack to work on merkel where suexec is in place
-BEGIN{
-     if (defined $ENV{HTTP_HOST} and $ENV{HTTP_HOST} eq 'merkel.debian.org') {
-         unshift @INC, qw(/home/don/perl/usr/share/perl5 /home/don/perl/usr/lib/perl5 /home/don/source);
-         $ENV{DEBBUGS_CONFIG_FILE}="/home/don/config_internal";
-     }
-}
-
-
 use CGI::Simple;
 
 # by default send this message nowhere
index 7e3e4b67c11a1acc4207e59a9096e664b9cb7f34..e25a449aa1542247f61589eac9e5ffa5dbc57add 100644 (file)
@@ -36,6 +36,8 @@ debbugs (2.6.1) unstable; urgency=medium
     - Update Standards-Version to 4.7.0
   * debian/compat: removed
   * Actually upload the package (closes: #477182, #1079842)
+  * cgi/search.cgi, cgi/version.cgi:
+    - Do not special-case merkel.debian.org
 
  -- Bill Allombert <ballombe@debian.org>  Fri, 08 Nov 2024 10:03:05 +0100