Author: gnichols Date: 2012-06-01 23:20:00 +0000 (Fri, 01 Jun 2012) New Revision: 1349
Modified: trunk/v7/environment.py Log: 827641 - The hardware catalog URL should be hardware.redhat.com
Modified: trunk/v7/environment.py =================================================================== --- trunk/v7/environment.py 2012-06-01 23:00:51 UTC (rev 1348) +++ trunk/v7/environment.py 2012-06-01 23:20:00 UTC (rev 1349) @@ -48,7 +48,7 @@ self.defaultResultsWarningSize = 12 * 1048576 # bytes self.defaultFVGuestTimelimit = 60 # minutes self.defaultRebootTimelimit = 10 # minutes - self.defaultCatalogURL="https://partner-hwcert.redhat.com/xmlrpc.cgi" + self.defaultCatalogURL="https://hardware.redhat.com/xmlrpc.cgi"
try: self.load(self.environmentFile)
v7-commits@lists.stg.fedorahosted.org