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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 # Files/directories that should never be present in a clean,
8 # standard release build.
9 RELEASE_FILE_BLACKLIST=(
gauravsh 2011/01/28 01:27:04 also, it might be nice if you could add comments o
10 /root/.dev_mode
11 /opt/google/chrome/localaccount
12 /home/.shadow
13 )
gauravsh 2011/01/28 01:27:04 Another blacklist (fine to do it in a separate CL)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698