Change repository urls
This commit is contained in:
parent
630b7dd086
commit
f094c54917
@ -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)
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user