mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
[crosutils] Mask out /usr/local/autotest-pkgs on install
BUG=8544 TEST=build image with --factory_install, ensure that image does not have data in /usr/local/autotest-pkgs Change-Id: I5ed17d794392ec654bc122fa15f7ab8a7abbba2d Review URL: http://codereview.chromium.org/4756001
This commit is contained in:
parent
7d04c7aacb
commit
d11ce17167
@ -129,6 +129,7 @@ fi
|
|||||||
CHROOT_TRUNK_DIR="/home/$USER/trunk"
|
CHROOT_TRUNK_DIR="/home/$USER/trunk"
|
||||||
|
|
||||||
# Install make for portage ebuilds. Used by build_image and gmergefs.
|
# Install make for portage ebuilds. Used by build_image and gmergefs.
|
||||||
|
# TODO: Is /usr/local/autotest-chrome still used by anyone?
|
||||||
DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
|
DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
|
||||||
/usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \
|
/usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \
|
||||||
/usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \
|
/usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \
|
||||||
@ -143,7 +144,7 @@ FACTORY_INSTALL_MASK="/opt/google/chrome /opt/google/o3d /opt/netscape \
|
|||||||
/usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \
|
/usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \
|
||||||
/usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \
|
/usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \
|
||||||
/usr/share/X11 /usr/share/zoneinfo /usr/lib/debug
|
/usr/share/X11 /usr/share/zoneinfo /usr/lib/debug
|
||||||
/usr/local/autotest /usr/local/autotest-chrome"
|
/usr/local/autotest /usr/local/autotest-chrome /usr/local/autotest-pkgs"
|
||||||
|
|
||||||
# Check to ensure not running old scripts
|
# Check to ensure not running old scripts
|
||||||
V_REVERSE='[7m'
|
V_REVERSE='[7m'
|
||||||
|
Loading…
Reference in New Issue
Block a user