b22e4e66e9
Use separate keys for debian/debian-security repos base URLs and the timestamp. This would allow users to switch the URL to a local mirror, without changing the timestamp in their local stx.conf. Added logic for upgrading obsolete keys in stx.conf. TESTS ======================================== - Run "stx config --upgrade" and make sure obsolete keys are upgraded correctly - Restart builder pods and make sure $DEBIAN_SNAPSHOT and $DEBIAN_SECURITY_SNAPSHOT are defined according to contents of stx.conf - Build one package Story: 2010055 Task: 45499 Signed-off-by: Davlet Panech <davlet.panech@windriver.com> Change-Id: Iaf730b8958a6bf594feee625c515ac661d821686
49 lines
971 B
Plaintext
49 lines
971 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_distribution = bullseye
|
|
|
|
# These URLs must contain snapshots of debian & debian-security repos.
|
|
# We will append debian_snapshot_timestamp to each of them when creating
|
|
# apt.sources lists
|
|
debian_snapshot_base = http://snapshot.debian.org/archive/debian
|
|
debian_security_snapshot_base = http://snapshot.debian.org/archive/debian-security
|
|
debian_snapshot_timestamp = 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
|
|
|