mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 14:41:37 +01:00
ci-automation/release.sh: Update comment about current state
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
0702b7bcfb
commit
39a03b4f8f
@ -177,11 +177,6 @@ function copy_from_bincache_to_bucket() {
|
|||||||
sync \
|
sync \
|
||||||
--http-url "https://${BUILDCACHE_SERVER}/images/${arch}/${version}" :http: "r2:flatcar/${channel}/${arch}-usr/${version}"
|
--http-url "https://${BUILDCACHE_SERVER}/images/${arch}/${version}" :http: "r2:flatcar/${channel}/${arch}-usr/${version}"
|
||||||
)
|
)
|
||||||
# Note: There is no "current" symlink and when switching the release to current we
|
|
||||||
# could at a later stage (when the update payloads are selected in Nebraska) either
|
|
||||||
# use folder copies where we delete the old "current" folder first, or we could
|
|
||||||
# use a clever Caddy redirect to make "current" point to the wanted version for
|
|
||||||
# each channel.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function publish_sdk() {
|
function publish_sdk() {
|
||||||
@ -249,12 +244,13 @@ function _release_build_impl() {
|
|||||||
echo "===="
|
echo "===="
|
||||||
|
|
||||||
|
|
||||||
# Future: trigger copy to Origin in a secure way
|
|
||||||
# Future: trigger update payload signing
|
# Future: trigger update payload signing
|
||||||
|
|
||||||
|
# In separate unified pipeline with sub jobs per channel?
|
||||||
# Future: trigger website update
|
# Future: trigger website update
|
||||||
# Future: trigger release email sending
|
# Future: trigger release email sending
|
||||||
# Future: trigger push to nebraska
|
# Future: trigger push to nebraska
|
||||||
# Future: trigger Origin symlink switch
|
# Future: trigger Origin current-release.txt switch
|
||||||
}
|
}
|
||||||
|
|
||||||
TEMPLATE='
|
TEMPLATE='
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user