Skip to content

Commit b34bc11

Browse files
committed
fix(rootfs): do not use qsc-deb-releases for some suites
QArtifactory currently returns 404 for sid, testing and forky. Regarding sid, since sid-overlay is not considered as an alias for unstable-overlay (which exists), it probably raises additional questions and the support of the "sid" value in the first place in our recipes. Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
1 parent 9c05cbc commit b34bc11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ actions:
116116
{{- end }}
117117
{{- end }}
118118

119+
# QArtifactory is missing a Release file for some suites.
120+
{{- if and (ne $suite "sid") (ne $suite "testing") (ne $suite "forky" }}
119121
# The qsc-deb-releases overlay only ships the keyring (.asc); generate the
120122
# .sources and .pref files dynamically to use the correct $suite-overlay
121123
- action: run
@@ -145,6 +147,7 @@ actions:
145147
Pin: release n={{ $suite }}-overlay
146148
Pin-Priority: 950
147149
EOF
150+
{{- end }}
148151

149152
- action: run
150153
description: Remove old APT sources and upgrade packages

0 commit comments

Comments
 (0)