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

Unified Diff: scripts/image_signing/ensure_no_nonrelease_files.config

Issue 6264023: Script to check for blacklisted files as described in chrome-os-partner:1991 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 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
Index: scripts/image_signing/ensure_no_nonrelease_files.config
diff --git a/scripts/image_signing/ensure_no_nonrelease_files.config b/scripts/image_signing/ensure_no_nonrelease_files.config
new file mode 100755
index 0000000000000000000000000000000000000000..32a8a7237cf059e2018cff6e06e9bf2ab19ac4a0
--- /dev/null
+++ b/scripts/image_signing/ensure_no_nonrelease_files.config
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Files/directories that should never be present in a clean,
+# standard release build.
+RELEASE_FILE_BLACKLIST=(
gauravsh 2011/01/28 01:27:04 also, it might be nice if you could add comments o
+/root/.dev_mode
+/opt/google/chrome/localaccount
+/home/.shadow
+)
gauravsh 2011/01/28 01:27:04 Another blacklist (fine to do it in a separate CL)

Powered by Google App Engine
This is Rietveld 408576698