mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Fixing typo
BUG=None TEST=None TBR=djmm Merge branch 'master' of ssh://chromiumos-git/crosutils Fixing command line to work with file acls. Merge branch 'gsd' Merge branch 'master' into gsd Fixing typo in command line. Refactoring gsutil archiving into a function. Adding optional gsd_generate_index step. Adding ACL option to archive_build.sh Review URL: http://codereview.chromium.org/2803030
This commit is contained in:
parent
ed7f1122d6
commit
2303fa1d0f
@ -185,7 +185,7 @@ chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
|
||||
chmod 755 "$OUTDIR"
|
||||
|
||||
|
||||
GSUTIL_GENERATE_INDEX="${FLAGS_gsd_gen_index} -a ${FLAGS_acl}"
|
||||
GSD_GENERATE_INDEX="${FLAGS_gsd_gen_index} -a ${FLAGS_acl}"
|
||||
|
||||
function gsutil_archive() {
|
||||
IN_PATH="$1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user