From 3e20b19ca68e8c7b1f69605d5e83af518f19f516 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 Sep 2012 11:09:37 +0200 Subject: [PATCH] Add empty $gBugSubscriptionDomain variable to config file template. Signed-off-by: Don Armstrong --- debian/changelog | 1 + scripts/config | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37e2aa8..7e8754d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low replace usage of src_url and pkg_url by package_links, use html_tail from templates, use count_bugs everywhere, load bugs.css, fix global variable usage in html header. + * Add empty $gBugSubscriptionDomain variable to config file template. -- Don Armstrong Wed, 25 Aug 2010 01:57:38 -0700 diff --git a/scripts/config b/scripts/config index 4767f6a..32253db 100644 --- a/scripts/config +++ b/scripts/config @@ -15,7 +15,8 @@ $gCGIDomain = "$gWebDomain/cgi"; # e.g. cgi.debian.org $gMirrors = ""; # comma separated list $gPackagePages = "packages.debian.org"; # e.g. packages.debian.org $gSubscriptionDomain = "packages.something"; # e.g. packages.qa.debian.org - +$gBugSubscriptionDomain = ""; # e.g. lists.debian.org (requires one list per bug + # of the name bugs=@ # Project identification $gProject = "Something"; # e.g. Debian $gProjectTitle = "Something DebBugs Test"; # e.g. Debian GNU/Linux -- 2.39.2