File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -177,11 +177,6 @@ function copy_from_bincache_to_bucket() {
177177 sync \
178178 --http-url " https://${BUILDCACHE_SERVER} /images/${arch} /${version} " :http: " r2:flatcar/${channel} /${arch} -usr/${version} "
179179 )
180- # Note: There is no "current" symlink and when switching the release to current we
181- # could at a later stage (when the update payloads are selected in Nebraska) either
182- # use folder copies where we delete the old "current" folder first, or we could
183- # use a clever Caddy redirect to make "current" point to the wanted version for
184- # each channel.
185180}
186181
187182function publish_sdk() {
@@ -249,12 +244,13 @@ function _release_build_impl() {
249244 echo " ===="
250245
251246
252- # Future: trigger copy to Origin in a secure way
253247 # Future: trigger update payload signing
248+
249+ # In separate unified pipeline with sub jobs per channel?
254250 # Future: trigger website update
255251 # Future: trigger release email sending
256252 # Future: trigger push to nebraska
257- # Future: trigger Origin symlink switch
253+ # Future: trigger Origin current-release.txt switch
258254}
259255
260256TEMPLATE='
You can’t perform that action at this time.
0 commit comments