[magneto] update packages website URL, close bug 2795

This commit is contained in:
Fabio Erculiani
2011-10-21 17:39:32 +02:00
parent ce36d5a140
commit 4328ca9878
2 changed files with 2 additions and 1 deletions

View File

@@ -388,6 +388,7 @@ def const_default_settings(rootdir):
},
# Distribution website URL
'distro_website_url': "http://www.sabayon.org",
'packages_website_url': "https://packages.sabayon.org",
'changelog_filename': "ChangeLog",
'changelog_filename_compressed': "ChangeLog.bz2",
'changelog_date_format': "%a, %d %b %Y %X +0000",

View File

@@ -367,7 +367,7 @@ class MagnetoCore(MagnetoCoreUI):
return pix
def load_packages_url(self, *data):
self.load_url("%s/packages" % (etpConst['distro_website_url'],))
self.load_url(etpConst['packages_website_url'])
def load_website(self, *data):
self.load_url(etpConst['distro_website_url'])