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

Unified Diff: src/scripts/archive_build.sh

Issue 2714005: Change file permissions on factory.zip (Closed) Base URL: http://src.chromium.org/git/chromiumos.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: src/scripts/archive_build.sh
diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh
index 95bdbcca74bcb4b336a7e5bf787ba07225f25d58..5900f72f6df6d2b4fd200e5889d100d193dca4b8 100755
--- a/src/scripts/archive_build.sh
+++ b/src/scripts/archive_build.sh
@@ -165,6 +165,7 @@ if [ $FLAGS_factory_test_mod -eq $FLAGS_TRUE ] || \
then
FACTORY_MANIFEST=`ls | grep factory`
zip -r "${FACTORY_ZIPFILE}" ${FACTORY_MANIFEST}
+ chmod 644 "${FACTORY_ZIPFILE}"
fi
cd -
« 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