Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | librefetch-install: change how the messages look. | Luke Shumaker | |
This looks better with recent pacman/PKGBUILD conventions. | |||
2016-06-09 | Fix a warning from `make check`v20160609 | Luke Shumaker | |
2016-06-09 | Update to a version of devtools based on 20160527.1 | Luke Shumaker | |
2016-06-09 | Makefile: run with --warn-undefined-variables | Luke Shumaker | |
2016-06-09 | Work with the new version of autothing. | Luke Shumaker | |
2016-06-09 | Merge remote-tracking branch 'autothing/mod-write-ifchanged' | Luke Shumaker | |
2016-06-09 | Merge remote-tracking branches 'autothing/core', 'autothing/mod-std' and ↵ | Luke Shumaker | |
'autothing/mod-dist' | |||
2016-05-31 | Drop the $$$$ suffix, and drop the magic needed to support it | Luke Shumaker | |
2016-05-31 | Avoid prefixing things with ./ | Luke Shumaker | |
2016-05-31 | avoid prefixing things with ./ | Luke Shumaker | |
2016-05-31 | fix: values no longer percolate up | Luke Shumaker | |
2016-05-31 | fix: We must set std.clean_files before std reads it! | Luke Shumaker | |
2016-05-31 | fix | Luke Shumaker | |
- 'fix' the values of the _files variables before adjusting them - in the clean variables, std.*_files are public - support suffixing std.clean_files with / to rm -r it. - using double-colon rules breaks automatic dependencies from core - subdirs belongs to core, not this module - sort the dependencies of 'installdirs', for brevity | |||
2016-05-30 | the README is still outdated, but fix some paths in it | Luke Shumaker | |
2016-05-30 | fix | Luke Shumaker | |
- Make at.relto public, as mod-dist needs it - Include the correct files in .head.mk - Sort the head includes forwards - Sort the tail includes backwards - Correctly prefix at.{sub,dep}dirs with $(outdir) - Undefine variables after they have been namespaced. - Don't try to access at.{sub,dep}dirs after they have been undefined | |||
2016-05-29 | use :: on destructive targets to allow them to be extended | Luke Shumaker | |
2016-05-29 | add checks that top{src,out}dir are set | Luke Shumaker | |
2016-05-29 | Rename dist.name -> dist.pkgname | Luke Shumaker | |
2016-05-29 | oops | Luke Shumaker | |
2016-05-29 | rename PACKAGE->dist.name VERSION->dist.version | Luke Shumaker | |
2016-05-29 | tidy | Luke Shumaker | |
2016-05-29 | tidy up | Luke Shumaker | |
2016-05-29 | Remove everything but the core | Luke Shumaker | |
2016-05-29 | work on things | Luke Shumaker | |
2016-05-29 | work on things | Luke Shumaker | |
2016-05-29 | work on things | Luke Shumaker | |
2016-05-29 | work on things | Luke Shumaker | |
2016-05-27 | move everything into build-aux | Luke Shumaker | |
2016-05-27 | move everything into build-aux | Luke Shumaker | |
2016-05-27 | move everything into build-aux | Luke Shumaker | |
2016-05-27 | fix mistake in am_path | Luke Shumaker | |
2016-05-24 | xbs-abslibre: avoid setting off the unknown error trap when a check fails | Luke Shumaker | |
2016-05-24 | libretools.conf: autodetect ARCHES based on /usr/share/pacman/defaults/ | Luke Shumaker | |
2016-05-23 | libretools.conf: make the dagpkg comment header consistent with the others | 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-11 | Update arch-nspawn.patch to latest devtools commit. | Luke Shumaker | |
Also, move the nosetarch check to reduce the possibility of conflicts in the future. | |||
2016-05-11 | Makefile: clean up *.rej and *.orig patch leftovers | Luke Shumaker | |
2016-05-11 | Makefile: Avoid a bug in Emacs 24 sh-script.el indent | Luke Shumaker | |
It screws up indent in an `if` block (but not the `then` block). | |||
2016-05-11 | Fix `-s` flag to turn off setarch -> ↵ | André Fabian Silva Delgado | |
https://lists.parabola.nu/pipermail/dev/2016-May/003992.html | |||
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-18 | improve INSTALL documentation | Luke Shumaker | |
2016-04-18 | Improve the librexgettext --help text. (also, update the copyright) | Luke Shumaker | |
2016-04-18 | Makefile: Only check $(devtoolsdir) existence if it's needed.v20160418 | Luke Shumaker | |
The check was creating problems with release tarballs, for obvious reasons. | |||
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 |