mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Remove drop_caches code, and add note that the directory is obsolete.
BUG=None TEST=build_image Change-Id: I1ddcddac233a7499b7150e5bbea1506c0ceb174a Reviewed-on: https://gerrit.chromium.org/gerrit/27129 Tested-by: Jon Salz <jsalz@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Ready: Jon Salz <jsalz@chromium.org> Reviewed-by: Jon Salz <jsalz@chromium.org>
This commit is contained in:
parent
52c091adc0
commit
3e0769b815
@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2010 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.
|
||||
|
||||
echo "Configure autotest setting."
|
||||
|
||||
GLOBAL_CONFIG="${ROOT_FS_DIR}/usr/local/autotest/global_config.ini"
|
||||
|
||||
if [ -f "${GLOBAL_CONFIG}" ]; then
|
||||
echo -e "File ${GLOBAL_CONFIG} already exists."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cat >"${GLOBAL_CONFIG}" <<EOF
|
||||
[CLIENT]
|
||||
drop_caches: False
|
||||
drop_caches_between_iterations: False
|
||||
EOF
|
@ -0,0 +1,3 @@
|
||||
Please do not add new files to this directory. Instead, use:
|
||||
|
||||
src/third_party/chromiumos-overlay/chromeos-base/factorytest-init/factorytest-init-9999.ebuild
|
Loading…
x
Reference in New Issue
Block a user