]> git.donarmstrong.com Git - debbugs.git/commitdiff
add missing package_tracking_domain configuration variable
authorDon Armstrong <don@donarmstrong.com>
Mon, 3 Jul 2017 15:01:04 +0000 (08:01 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 3 Jul 2017 15:01:04 +0000 (08:01 -0700)
Debbugs/Config.pm

index 2266460e8c31a2bc3443aa125a38e7dd801d5be5..b24edf9ca7ae9136693c86913ec2bd1b51fde67d 100644 (file)
@@ -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