summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-17libretools.conf: Update default host names.v20170117Luke Shumaker
2016-07-25librefetch: add some HACKING notesLuke Shumaker
2016-07-25librefetch(8): there are 6 modes, not 5 (counting is hard, OK?)Luke Shumaker
2016-07-10librerelease: don't assume that dbscripts is checked out in the homedir on ↵Luke Shumaker
repo; use PATH This is related to dbscripts now being a package.
2016-06-15That shebang (on a non-executable file) shouldn't have been there.Luke Shumaker
2016-06-09librefetch-install: change how the messages look.Luke Shumaker
This looks better with recent pacman/PKGBUILD conventions.
2016-06-09Fix a warning from `make check`v20160609Luke Shumaker
2016-06-09Update to a version of devtools based on 20160527.1Luke Shumaker
2016-06-09Makefile: run with --warn-undefined-variablesLuke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-06-09Merge remote-tracking branch 'autothing/mod-write-ifchanged'Luke Shumaker
2016-06-09Merge remote-tracking branches 'autothing/core', 'autothing/mod-std' and ↵Luke Shumaker
'autothing/mod-dist'
2016-05-31Drop the $$$$ suffix, and drop the magic needed to support itLuke Shumaker
2016-05-31Avoid prefixing things with ./Luke Shumaker
2016-05-31avoid prefixing things with ./Luke Shumaker
2016-05-31fix: values no longer percolate upLuke Shumaker
2016-05-31fix: We must set std.clean_files before std reads it!Luke Shumaker
2016-05-31fixLuke 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-30the README is still outdated, but fix some paths in itLuke Shumaker
2016-05-30fixLuke 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-29use :: on destructive targets to allow them to be extendedLuke Shumaker
2016-05-29add checks that top{src,out}dir are setLuke Shumaker
2016-05-29Rename dist.name -> dist.pkgnameLuke Shumaker
2016-05-29oopsLuke Shumaker
2016-05-29rename PACKAGE->dist.name VERSION->dist.versionLuke Shumaker
2016-05-29tidyLuke Shumaker
2016-05-29tidy upLuke Shumaker
2016-05-29Remove everything but the coreLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27fix mistake in am_pathLuke Shumaker
2016-05-24xbs-abslibre: avoid setting off the unknown error trap when a check failsLuke Shumaker
2016-05-24libretools.conf: autodetect ARCHES based on /usr/share/pacman/defaults/Luke Shumaker
2016-05-23libretools.conf: make the dagpkg comment header consistent with the othersLuke Shumaker
2016-05-23librechroot: give a better error if an invalid -A flag is givenLuke Shumaker
2016-05-11librechroot: Don't use the host CacheDir for ARM chroots on x86 hosts.v20160511Luke Shumaker
2016-05-11librechroot: tidy qemu-arm checkLuke Shumaker
2016-05-11Update 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-11Makefile: clean up *.rej and *.orig patch leftoversLuke Shumaker
2016-05-11Makefile: Avoid a bug in Emacs 24 sh-script.el indentLuke Shumaker
It screws up indent in an `if` block (but not the `then` block).
2016-05-11Fix `-s` flag to turn off setarch -> ↵André Fabian Silva Delgado
https://lists.parabola.nu/pipermail/dev/2016-May/003992.html
2016-05-10librechroot: Revert running arch-nspawn and mkarchroot in subshells.v20160510Luke 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-09librechroot: give a good error message if binfmt_misc isn't configuredLuke Shumaker
2016-05-09librechroot: Support using qemu for ARM builds on x86 via binfmt_misc.Luke Shumaker
2016-05-09librechroot: skip initialization steps when mode=deleteLuke Shumaker
When viewing this diff, you should ignore whitespace change. It just moved an "if" block up a ways.