diff --git a/cnchi/info.py b/cnchi/info.py index 56290edfd..4e5c4c2f7 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.237" +CNCHI_VERSION = "0.14.239" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/cnchi/installation/select_packages.py b/cnchi/installation/select_packages.py index b348c4a72..bd5eb61f4 100644 --- a/cnchi/installation/select_packages.py +++ b/cnchi/installation/select_packages.py @@ -47,7 +47,7 @@ import hardware.hardware as hardware DEST_DIR = "/install" -PKGLIST_URL = 'http://install.antergos.com/' +PKGLIST_URL = 'https://raw.githubusercontent.com/Antergos/Cnchi/master/data/packages.xml' def write_file(filecontents, filename): @@ -198,7 +198,8 @@ def select_packages(self): self.queue_event('info', _("Getting package list...")) try: - url = '{0}packages-{1}.xml'.format(PKGLIST_URL, info.CNCHI_VERSION.rsplit('.')[-2]) + # url = '{0}packages-{1}.xml'.format(PKGLIST_URL, info.CNCHI_VERSION.rsplit('.')[-2]) + url = PKGLIST_URL logging.debug("Getting url %s...", url) req = requests.get(url, headers={'User-Agent': 'Mozilla/5.0'}) packages_xml_data = req.content diff --git a/update.info b/update.info index 212c3947b..ba441e9d7 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.237","files":[ +{"version":"0.14.239","files":[ ]}