summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:53:09 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:53:09 +0000
commitc5c389047f0895675c11746b7b8316826f99e4b8 (patch)
treecc677be44e9d17ab88e1b9a3565970e528da17b6 /constants.py
parentc311ba73990340f9036267d41b72c85c77624186 (diff)
downloadanaconda-c5c389047f0895675c11746b7b8316826f99e4b8.tar.gz
anaconda-c5c389047f0895675c11746b7b8316826f99e4b8.tar.xz
anaconda-c5c389047f0895675c11746b7b8316826f99e4b8.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* product.py (bugUrl): Clean up .buildstamp reading, read in bug url * constants.py (bugzillaUrl): Make bug url a per-product characteristic. * scripts/buildinstall: Allow passing in bug url on the command line. * scripts/mk-images: Likewise, and use it to populate .buildstamp.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 90a362872..d119a32d7 100644
--- a/constants.py
+++ b/constants.py
@@ -68,7 +68,7 @@ import product
productName = product.productName
productVersion = product.productVersion
productPath = product.productPath
-bugzillaUrl = "https://bugzilla.redhat.com/bugzilla/"
+bugzillaUrl = product.bugUrl
exceptionText = _("An unhandled exception has occurred. This "
"is most likely a bug. Please copy the "