summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-08-28 23:36:53 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-08-29 10:31:20 -0400
commit10512a9913086369c0d3ecf731738051b83282bc (patch)
tree87ff998408de0ae72196a974b07344d739f5d187
parent5e97fef4289afb7b9566b957a1e6591927b7310c (diff)
revert emergency chroot packages
-rw-r--r--src/chroot-tools/chcleanup.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/chroot-tools/chcleanup.in b/src/chroot-tools/chcleanup.in
index 784afb0..79c9664 100644
--- a/src/chroot-tools/chcleanup.in
+++ b/src/chroot-tools/chcleanup.in
@@ -73,19 +73,6 @@ WHITELIST_PKGS=() # DEBUG: normally empty - allowed outdated packages, possibly
PHANTOM_PKGS=() # DEBUG: normally empty - fake dependencies, possibly insane
PHANTOM_PKGS=( ${PHANTOM_PKGS[*]/#/--assume-installed=} )
-# FIXME: ARM chroots require 'fakeroot-tcp' (BR #2775)
-fakeroot_pkg=fakeroot$( [[ "$(uname -m)" == 'armv7l' ]] && echo '-tcp' )
-CHROOTPKG=( ${CHROOTPKG[*]/fakeroot/${fakeroot_pkg}/} )
-
-# FIXME: host<->chroot glibc mismatch
-WHITELIST_PKGS+=( glibc-linux4 ) # BR #3038
-# $ wget https://repo.archlinuxcn.org/x86_64/glibc-linux4-2.33-4-x86_64.pkg.tar.zst.sig
-# $ wget https://repo.archlinuxcn.org/x86_64/glibc-linux4-2.33-4-x86_64.pkg.tar.zst
-# $ pacman-key --verify glibc-linux4-2.33-4-x86_64.pkg.tar.zst.sig
-# $ sudo librechroot -n autobuilder install-file glibc-linux4-2.33-4-x86_64.pkg.tar.zst
-# $ sudo cp glibc-linux4-2.33-4-x86_64.pkg.tar.zst* /var/lib/archbuild/autobuilder/bill-auger/
-# $ sudo librechroot -n autobuilder enter
-
# If we're running makepkg
if [[ -f ./PKGBUILD ]]; then
if [[ ! -f ./.SRCINFO || ./PKGBUILD -nt ./.SRCINFO ]]; then