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>2024-01-01 17:42:22 -0500
commitfd081427e9d1e8abf131a6ccea900e9b9a76a8a8 (patch)
tree9300fa3f0c17c0f4a936c7cd13c1e1b32159958b
parentcef5c691e9b9e3ad99a80fa697f6f5c89f8673db (diff)
revert emergency chroot packagesv20220828
-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 bee1d0b..0ef9a61 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