summaryrefslogtreecommitdiff
path: root/src/chroot-tools/arch-nspawn.patch
AgeCommit message (Collapse)Author
2015-01-05chroot-tools: Drop support for CHROOTARCHLuke Shumaker
This only existed to work around a compatibility-breaking change in the Linux kernel. `uname -m` for MIPS-64 little-endian changed from "mips64el" to "mips64". This meant that all existing packages' CARCH was no longer == `uname -m`, so we had to de-unify the two, as we couldn't do `setarch $CARCH`. I'm removing this kludge because: - We no longer actively support MIPS. - Until two commits ago, it didn't work anyway - We should avoid this on new architectures going forward (ARM, anyone?) - It's gross.
2015-01-05arch-nspawn: correctly parse CHROOTARCHLuke Shumaker
2015-01-05chroot: Don't cache local repo packagesLuke Shumaker
2014-11-06Update to newer devtoolsLuke Shumaker
2014-07-05quote calls to librelibLuke Shumaker
2014-05-11Create CHROOTARCH in chroot.conf for when $CARCH != $(uname -m)Luke Shumaker
This is the case on mips, where CARCH is misp64el, but uname -m is mips64.
2014-03-21Do an audit of copyright and license claimsLuke Shumaker