mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
Copying au-generator.zip file to the image directory
Change-Id: Id4ed6af96e0b621f4ad36966fad45c887b991373 BUG=4015 TEST=Ran archiv_build.sh with the build_bot flow Review URL: http://codereview.chromium.org/5305006
This commit is contained in:
parent
ac13647eda
commit
a8107a22d6
@ -234,6 +234,7 @@ echo "$LAST_CHANGE" > "${FLAGS_to}/LATEST"
|
|||||||
# Make sure files are readable
|
# Make sure files are readable
|
||||||
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
|
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
|
||||||
chmod 755 "$OUTDIR"
|
chmod 755 "$OUTDIR"
|
||||||
|
cp -f "${FLAGS_from}/au-generator.zip" "${OUTDIR}/"
|
||||||
|
|
||||||
|
|
||||||
function gsutil_archive() {
|
function gsutil_archive() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user