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

Unified Diff: src/scripts/package_script_whitelist.sh

Issue 543146: Update maintainer script template (Closed)
Patch Set: Address comments Created 10 years, 11 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/package_script_whitelist.sh
diff --git a/src/scripts/package_script_whitelist.sh b/src/scripts/package_script_whitelist.sh
index 30b6f7aa610678c36fb273b51c78a508eebe1efa..9d1904dc6ec47dbf41e8b253c5fcf9b8457548c2 100755
--- a/src/scripts/package_script_whitelist.sh
+++ b/src/scripts/package_script_whitelist.sh
@@ -91,13 +91,18 @@ cat <<EOF > "$path"
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# $file
+
+set -e
+
# \$ROOT - The path to the target root file system.
# \$SRC_ROOT - The path to the source tree.
-# $file
-
# TODO: The equivalent of $file running from outside of the target rootfs
# that only uses tools from the build machine and not from the target.
+
+exit 1
+
EOF
chmod 0750 "$path"
}
« 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