From 00adaeee15b5cffada3a8abbe089ffac4a893701 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 3 Jul 2017 08:01:04 -0700 Subject: [PATCH] add missing package_tracking_domain configuration variable --- Debbugs/Config.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Debbugs/Config.pm b/Debbugs/Config.pm index 2266460..b24edf9 100644 --- a/Debbugs/Config.pm +++ b/Debbugs/Config.pm @@ -47,6 +47,7 @@ BEGIN { qw($gWebDomain $gHTMLSuffix $gCGIDomain $gMirrors), qw($gPackagePages $gSubscriptionDomain $gProject $gProjectTitle), qw($gMaintainer $gMaintainerWebpage $gMaintainerEmail $gUnknownMaintainerEmail), + qw($gPackageTrackingDomain), qw($gSubmitList $gMaintList $gQuietList $gForwardList), qw($gDoneList $gRequestList $gSubmitterList $gControlList), qw($gStrongList), @@ -196,6 +197,17 @@ package links will not be made. set_default(\%config,'package_pages',undef); +=item package_tracking_domain $gPackageTrackingDomain + +Domain where the package pages are kept; links should work in a +package_tracking_domain/foopackage manner. Defaults to undef, which means that +package links will not be made. Should be prefixed with the appropriate protocol +(http or https). + +=cut + +set_default(\%config,'package_tracking_domain',undef); + =item package_pages $gUsertagPackageDomain Domain where where usertags of packages belong; defaults to $gPackagePages -- 2.39.2