Skip to content

Commit 39a03b4

Browse files
committed
ci-automation/release.sh: Update comment about current state
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
1 parent 0702b7b commit 39a03b4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ci-automation/release.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

187182
function 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

260256
TEMPLATE='

0 commit comments

Comments
 (0)