Merge pull request #76 from philips/add-copy-box

feat(core_upload_update): copy stuff to channel URL
This commit is contained in:
Brandon Philips 2013-08-02 11:49:39 -07:00
commit b324d3d215

View File

@ -74,3 +74,8 @@ core-admin new-version \
-v ${FLAGS_version} \
-m "${OUTPUT_DIR}/update.metadata" \
-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}/"