Исправлен путь по умолчанию для репозиториев git.calculate.ru -> github.com

master3.4
父節點 04b42ba821
當前提交 92af9f18bc

@ -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

載入中…
取消
儲存