Change repository urls

This commit is contained in:
Mikhail Gordeev 2020-04-25 00:07:45 +03:00
parent 630b7dd086
commit f094c54917
2 changed files with 4 additions and 4 deletions

View File

@ -155,7 +155,7 @@ class CB:
self.log_level = getattr(logging, cfg.get('log_level', 'INFO').upper())
self._repository_url = cfg.get('repository_url',
'file:///space/ALT/{branch}')
'copy:///space/ALT/{branch}')
self.try_build_all = cfg.get('try_build_all', False)

View File

@ -2,7 +2,7 @@
remote: remote:/pub/images/{branch}/cloud
key: 0x00000000
try_build_all: False
repository_url: file:///space/ALT/{branch}
repository_url: http://mirror.yandex.ru/altlinux/{branch}/branch
log_level: info
bad_arches:
- armh
@ -57,13 +57,13 @@ branches:
x86_64:
aarch64:
armh:
repository_url: file:///space/ALT/{branch}-{arch}
repository_url: copy:///space/ALT/{branch}-{arch}
repository_url: http://mirror.yandex.ru/altlinux/{branch}
p8:
arches:
i586:
x86_64:
branding: alt-starterkit
repository_url: file:///space/ALT/{branch}
# services:
# sshd: