mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
feat(core_upload_update): copy stuff to channel URL
on upload copy stuff to channel URL. TODO: add channel stuff to the index
This commit is contained in:
parent
382645945a
commit
77123e9a2c
@ -74,3 +74,8 @@ core-admin new-version \
|
|||||||
-v ${FLAGS_version} \
|
-v ${FLAGS_version} \
|
||||||
-m "${OUTPUT_DIR}/update.metadata" \
|
-m "${OUTPUT_DIR}/update.metadata" \
|
||||||
-t ${FLAGS_track} -p $MD5SUM "${OUTPUT_DIR}/update.gz"
|
-t ${FLAGS_track} -p $MD5SUM "${OUTPUT_DIR}/update.gz"
|
||||||
|
|
||||||
|
# Copy the vagrant boxes and pre-built images over to the track mirror
|
||||||
|
gsutil cp \
|
||||||
|
"gs://storage.core-os.net/coreos/amd64-generic/${FLAGS_version}/*" \
|
||||||
|
"gs://storage.core-os.net/coreos/amd64-generic/${FLAGS_track}/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user