add apt-settings for c10f2
All checks were successful
Building cloud-images / building-aarch (push) Successful in 1h41m25s
Building cloud-images / building-x86-container (push) Successful in 1h56m23s
Building cloud-images / building-other-container (push) Successful in 1h42m21s
Building cloud-images / building-x86-vm (push) Successful in 33m33s
Signing cloud-images / building (push) Successful in 5m13s
All checks were successful
Building cloud-images / building-aarch (push) Successful in 1h41m25s
Building cloud-images / building-x86-container (push) Successful in 1h56m23s
Building cloud-images / building-other-container (push) Successful in 1h42m21s
Building cloud-images / building-x86-vm (push) Successful in 33m33s
Signing cloud-images / building (push) Successful in 5m13s
This commit is contained in:
parent
60adfb9a4e
commit
86ff27d1f9
@ -409,6 +409,8 @@ Dir::Etc::preferencesparts "/var/empty";
|
||||
sources_list = f'rpm {repo} {branch}/{arch} classic\n'
|
||||
sources_list += f'rpm {repo} {branch}/noarch classic\n'
|
||||
else:
|
||||
if branch == 'c10f2':
|
||||
sources_list = f'rpm {repo} {arch} classic gostcrypto\n'
|
||||
if arch == 'x86_64':
|
||||
sources_list += f'rpm {repo} {arch}-i586 classic\n'
|
||||
if arch not in self.bad_arches:
|
||||
|
62
configs/cb-ve-x86-c10f2.yaml
Normal file
62
configs/cb-ve-x86-c10f2.yaml
Normal file
@ -0,0 +1,62 @@
|
||||
---
|
||||
remote: '/home/builder/images/{branch}/{arch}'
|
||||
repository_url: http://ftp.altlinux.org/pub/distributions/ALTLinux/{branch}/branch
|
||||
try_build_all: True
|
||||
log_level: debug
|
||||
image_repo: 'http/altsp'
|
||||
|
||||
rebuild_after:
|
||||
days: 5
|
||||
|
||||
images:
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kinds:
|
||||
- tar.xz
|
||||
#tests:
|
||||
#- method: docker
|
||||
rootfs-systemd:
|
||||
target: ve/systemd-networkd
|
||||
kinds:
|
||||
- tar.xz
|
||||
#tests:
|
||||
#- method: lxd
|
||||
scripts:
|
||||
- securetty
|
||||
- netsharedpath
|
||||
|
||||
branches:
|
||||
c10f2:
|
||||
arches:
|
||||
x86_64:
|
||||
aarch64:
|
||||
i586:
|
||||
branding: alt-spcontainer
|
||||
|
||||
scripts:
|
||||
securetty:
|
||||
contents: |
|
||||
#!/bin/sh
|
||||
|
||||
echo pts/0 >> /etc/securetty
|
||||
echo pts/1 >> /etc/securetty
|
||||
echo console >> /etc/securetty
|
||||
global: no
|
||||
number: 1
|
||||
netsharedpath:
|
||||
contents: |
|
||||
#!/bin/sh
|
||||
|
||||
echo %_netsharedpath /sys:/proc > /etc/rpm/macros.d/container
|
||||
global: no
|
||||
number: 20
|
||||
apt_sources:
|
||||
contents: |
|
||||
#!/bin/sh
|
||||
|
||||
repo_source=/etc/apt/sources.list.d/altsp.list
|
||||
[ -s "$repo_source" ] || exit 0
|
||||
sed -i -E 's/^\s*#(rpm.*http)/\1/' "$repo_source"
|
||||
global: no
|
||||
number: 80
|
||||
...
|
Loading…
x
Reference in New Issue
Block a user