Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: archive_build.sh

Issue 2881005: Fixing yet another path mistake. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_build.sh
diff --git a/archive_build.sh b/archive_build.sh
index 96ba39ecdf4ef75b110e248a64787a1190a41a7a..47847c00dc96fa8aee52ea426b5406ca5b5900a0 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -185,8 +185,6 @@ chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
chmod 755 "$OUTDIR"
-GSD_GENERATE_INDEX="${FLAGS_gsd_gen_index} -a ${FLAGS_acl}"
-
function gsutil_archive() {
IN_PATH="$1"
OUT_PATH="$2"
@@ -199,7 +197,10 @@ function gsutil_archive() {
if [ $FLAGS_gsd_gen_index != "" ]
then
echo "Updating indexes..."
- ${GSD_GENERATE_INDEX} -p ${FULL_OUT_PATH} ${FLAGS_gsutil_archive}
+ ${FLAGS_gsd_gen_index} \
+ --gsutil=${FLAGS_gsutil} \
+ -a ${FLAGS_acl} \
+ -p ${FULL_OUT_PATH} ${FLAGS_gsutil_archive}
fi
fi
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698