
A new environment variable DEBIAN_SNAPSHOT points to Debian snapshot source. Both DEBIAN_SNAPSHOT and CENGN mirror point to Debian Bullyseye 11.3. Set the 2 sources in builder container to avoid downloader -b fails due to Debian upstream uprev. Not comment the Debian upstream sources to allow upgrading a package individually from Debian upstream, for example, fix CVEs. Test Plan: Pass: download -b succeeds with commenting the Debian upstream sources Story: 2008846 Task: 44979 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Change-Id: If4dc935cc0fd10b6f0848b8b1bbff50e0db02582
42 lines
659 B
Plaintext
42 lines
659 B
Plaintext
[project]
|
|
name = stx
|
|
gituser = STX Builder
|
|
gitemail = stx.builder@opendev.org
|
|
proxy = false
|
|
proxyserver = opendev.org
|
|
proxyport = 8080
|
|
buildbranch = master
|
|
manifest = default.xml
|
|
ostree_osname = debian
|
|
debian_snapshot = http://snapshot.debian.org/archive/debian/20220331T000000Z
|
|
|
|
[builder]
|
|
uid = 1000
|
|
myuname = builder
|
|
release = 6.0
|
|
dist = bullseye
|
|
stx_dist = .stx
|
|
debfullname = STX Builder
|
|
debemail = stx.builder@opendev.org
|
|
|
|
[pkgbuilder]
|
|
mode = local
|
|
|
|
[repomgr]
|
|
type = aptly
|
|
cengnurl = http://mirror.starlingx.cengn.ca:80/mirror
|
|
cengnstrategy = cengn_first
|
|
sourceslist =
|
|
deblist =
|
|
dsclist =
|
|
|
|
[aptly]
|
|
mode = local
|
|
|
|
[pulp]
|
|
mode = local
|
|
|
|
[default]
|
|
name = stx
|
|
|