Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | librechroot: Respect the -n flag (fixes test) | Luke Shumaker | |
2017-07-04 | librechroot: make sure that makepkg.conf is always parsed as textv20170705 | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html | |||
2017-05-25 | start moving things to use the libremessages exit codes | Luke Shumaker | |
2017-05-24 | Merge conf.sh:load_files and conf.sh:check_vars into load_conf | Luke Shumaker | |
2017-05-04 | random tidy up | Luke Shumaker | |
2017-04-20 | Don't use subshells in local/export/declare commands. | Luke Shumaker | |
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases. | |||
2017-04-20 | Variables inside of $((...)) don't need a $ in front of them. | Luke Shumaker | |
These were found with the help of shellcheck. | |||
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-11 | librechroot: Update for new sync_chroot usage. | Luke Shumaker | |
I changed how it works in devtools-par. | |||
2017-04-11 | librechroot: Load makechrootpkg.sh into the main process. | Luke Shumaker | |
makechrootpkg.sh has now been patched to make it ok with `set -euE`. | |||
2017-04-11 | librechroot: Tidy up. | Luke Shumaker | |
2016-05-23 | librechroot: give a better error if an invalid -A flag is given | Luke Shumaker | |
2016-05-11 | librechroot: Don't use the host CacheDir for ARM chroots on x86 hosts.v20160511 | Luke Shumaker | |
2016-05-11 | librechroot: tidy qemu-arm check | Luke Shumaker | |
2016-05-10 | librechroot: Revert running arch-nspawn and mkarchroot in subshells.v20160510 | Luke Shumaker | |
It screws with the exit status. Instead, take advantage of dynamic scoping to avoid mutating arch_nspawn_flags (the reason I switched them to subshells). | |||
2016-05-09 | librechroot: give a good error message if binfmt_misc isn't configured | Luke Shumaker | |
2016-05-09 | librechroot: Support using qemu for ARM builds on x86 via binfmt_misc. | Luke Shumaker | |
2016-05-09 | librechroot: skip initialization steps when mode=delete | Luke Shumaker | |
When viewing this diff, you should ignore whitespace change. It just moved an "if" block up a ways. | |||
2016-04-17 | librechroot: have the -A flag set Architecture in pacman.conf | Luke Shumaker | |
2016-04-15 | librechroot: run mkarchroot in its own mount namespace. | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/667 | |||
2016-04-15 | Use a better technique for dealing with empty arrays when `set -u`. | Luke Shumaker | |
https://news.ycombinator.com/item?id=11497636 | |||
2016-04-15 | librechroot: librexgettext was getting confused | Luke Shumaker | |
2016-04-14 | librechroot: add -A flag to set the architecture. | Luke Shumaker | |
Takes advantage of pacman 5.0.1-2.parabola4 shipping the default config files for all architectures. | |||
2016-04-14 | librechroot: minor fixups | Luke Shumaker | |
2015-04-13 | librechroot help: remove extra whitespace | Luke Shumaker | |
2015-01-05 | librechroot: tidy up | Luke Shumaker | |
2015-01-05 | chroot-tools: Drop support for CHROOTARCH | Luke 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-04 | Generate the duplicated code in chcleanup | Luke Shumaker | |
2014-11-25 | librechroot: touch up | Luke Shumaker | |
2014-11-06 | librechroot: touch up messages | Luke Shumaker | |
2014-07-05 | quote calls to librelib | Luke Shumaker | |
2014-06-16 | Merge branch 'master' of ↵ | Luke Shumaker | |
ssh://projects.parabolagnulinux.org:1863/~git/packages/libretools Conflicts: src/librefetch/librefetch.8.ronn | |||
2014-05-11 | Create 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-25 | Fix quoting/escaping with 'rm' in traps. | Luke Shumaker | |
2014-03-23 | Most of my desired re-licensings were authorized on the dev list | Luke Shumaker | |
2014-03-22 | Audit the authors and copyright years of files against git logs | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-03-06 | Update for the new version of systemdv20140306 | Luke Shumaker | |
2014-02-09 | fix `librechroot update` | Luke Shumaker | |
2014-02-05 | librechroot update: correctly handle 'filesystem' upgrades | Luke Shumaker | |
2014-02-02 | librechroot: fix setting CHROOTEXTRAPKG | Luke Shumaker | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-02-02 | I forgot to bump the copyright year on all the files I've touched this year | Luke Shumaker | |
2014-01-20 | normalize to use >&2 instead of /dev/stderr | Luke Shumaker | |
2014-01-18 | librechroot: fix comment | Luke Shumaker | |
2014-01-18 | I went comma-happy when writing librechroot:usage() | Luke Shumaker | |
2013-11-03 | librechroot: correct comment | Luke Shumaker | |
2013-11-02 | librechroot: when detecting mount options, set LC_ALL instead of LANG | Luke Shumaker | |
2013-10-30 | librechroot: check argument counts | Luke Shumaker | |
2013-10-26 | librechroot: check that copydir isn't mounted nosuid/noexec | Luke Shumaker | |