summaryrefslogtreecommitdiff
path: root/src/chroot-tools
AgeCommit message (Collapse)Author
2015-05-24Enforce two spaces after a period.Luke Shumaker
2015-05-20libremakepkg: Don't pass extra arguments to makepkg.Luke Shumaker
Packages should be buildable without any extra incantations, and it was more of a source of mistakes than anything else.
2015-04-13makechrootpkg.sh.patch: Update to newer devtoolsLuke Shumaker
2015-04-13librechroot help: remove extra whitespaceLuke Shumaker
2015-01-05chcleanup: oops, I left a `set -x` in therev20150105Luke Shumaker
2015-01-05librechroot: tidy upLuke Shumaker
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-05Oops, update a couple of copyright yearsLuke Shumaker
2015-01-05arch-nspawn: correctly parse CHROOTARCHLuke Shumaker
2015-01-05chroot: Don't cache local repo packagesLuke Shumaker
2015-01-04oops, I'm dumb; fix chcleanupv20150104Luke Shumaker
2015-01-04Generate the duplicated code in chcleanupLuke Shumaker
2015-01-01makechrootpkg.sh: use full paths in messages, short names were ambiguousLuke Shumaker
2014-11-25librechroot: touch upLuke Shumaker
2014-11-25chroot-tools: no longer involve 'nobody'Luke Shumaker
2014-11-06librechroot: touch up messagesLuke Shumaker
2014-11-06Update to newer devtoolsLuke Shumaker
2014-10-01Make: Remove superfluous calls to add things to $(pots)Luke Shumaker
2014-07-10indent: dang, I still didn't get it right.Luke Shumaker
It didn't correctly handle lines matching /^\r$/
2014-07-05quote calls to librelibLuke Shumaker
2014-06-27Add some HACKING documentationLuke Shumaker
2014-06-27chcleanup: add a note about the libremessages functions in the copyrightLuke Shumaker
2014-06-27Add librexgettext, to make generating .pot file easy for librelib users.Luke Shumaker
I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text.
2014-06-27chroot-tools/distcc-tool: Avoid a pointless while loopLuke Shumaker
2014-06-26chroot-tools/indent: fix issue 563Luke Shumaker
That is, lines wider than the terminal window got mangled.
2014-06-16Merge branch 'master' of ↵Luke Shumaker
ssh://projects.parabolagnulinux.org:1863/~git/packages/libretools Conflicts: src/librefetch/librefetch.8.ronn
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-05-11mkarchroot: creating chroots wasn't working.Luke Shumaker
I later noticed that alfplayer filed a bug report about it: https://labs.parabola.nu/issues/518
2014-05-11Update to new devtools.Luke Shumaker
2014-03-25Fix quoting/escaping with 'rm' in traps.Luke Shumaker
2014-03-25chcleanup: used ##*/ instead of basenameLuke Shumaker
2014-03-25chcleanup: remove the no-longer-used warning() functionLuke Shumaker
2014-03-23Most of my desired re-licensings were authorized on the dev listLuke Shumaker
2014-03-22Relicense some files from GPLv3+ GPLv2+ (that I'm the sole copyright holder of)Luke Shumaker
2014-03-22Audit the authors and copyright years of files against git logsLuke Shumaker
2014-03-22Update libremakepkg to work with Bash 4.3 (and still work with 4.2)Luke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2014-03-20Fix issue #487; obey proxy settings when creating a chroot.Luke Shumaker
https://labs.parabola.nu/issues/487
2014-03-20Generalize the patching mechanism in the build system.Luke Shumaker
2014-03-06Update for the new version of systemdv20140306Luke Shumaker
2014-02-09libremakepkg: extract the source (prepare()) while the network is still onLuke Shumaker
2014-02-09fix `librechroot update`Luke Shumaker
2014-02-05libremakepkg: make sure the local repository exists before syncing pkgsv20140206Luke Shumaker
2014-02-05libremakepkg: fix installing dependencies that aren't in the paccacheLuke Shumaker
I can't figure out a reliable way to test this, as it depends on the host pacman cache.
2014-02-05librechroot update: correctly handle 'filesystem' upgradesLuke Shumaker
2014-02-02libremakepkg: fix network handlingv20140202Luke Shumaker
2014-02-02Makefiles: use .DELETE_ON_ERROR:Luke Shumaker
2014-02-02mkarchroot: don't let the environment affect pacstrapLuke Shumaker
2014-02-02librechroot: fix setting CHROOTEXTRAPKGLuke Shumaker
2014-02-02Normalize to use the string "Copyright (C)"Luke Shumaker