From 92af9f18bc09774835758b6417cfa9943367742a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 22 Apr 2016 09:53:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D1=83=D1=82=D1=8C=20=D0=BF=D0=BE=20=D1=83?= =?UTF-8?q?=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2=20git.calculate.ru=20->=20github.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 6fb263c..0be2dc0 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -732,7 +732,7 @@ class VariableClUpdateRepHost(Variable): class VariableClUpdateRepHostUrl(Variable): type = "list" - value = ['git://git.calculate.ru/calculate/%s.git'] + value = ['git://github.com/calculatelinux/%s.git'] class VariableClUpdateProfileDatavars(ReadonlyVariable): @@ -937,7 +937,7 @@ class VariableClUpdateProfileUrl(Variable): profile = "cl_profile_system" branch = "cl_update_profile_branch" storage = "cl_update_profile_storage" - default_url = "git://git.calculate.ru/calculate/distros.git" + default_url = "git://github.com/calculatelinux/distros.git" profiles_shortname = 'cl_update_profile_shortname' @property