mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
update hooks: clean out some old hard-host-depends packages
These packages used to be installed into the chroot, but no longer. Punt them to avoid random upgrade errors due to them no longer existing. BUG=None TEST=`./update_chroot` worked and cleaned out these pkgs Change-Id: I9b7f7d0f8f9106d2a580393ec428876d332ac701 Reviewed-on: https://gerrit.chromium.org/gerrit/37763 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
6c26f2dd91
commit
b65269bf01
18
chroot_version_hooks.d/48_old_host_pkgs
Normal file
18
chroot_version_hooks.d/48_old_host_pkgs
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright (c) 2012 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.
|
||||
|
||||
# Clean out some packages that we dropped from hard-host-depends.
|
||||
|
||||
pkgs=(
|
||||
dev-libs/eggdbus
|
||||
dev-perl/File-Next
|
||||
dev-python/requests
|
||||
perl-core/MIME-Base64
|
||||
sys-apps/ack
|
||||
sys-apps/fakeroot
|
||||
sys-devel/asan-clang
|
||||
)
|
||||
sudo CLEAN_DELAY=0 emerge -qC "${pkgs[@]}"
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user