summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-27move everything into build-auxLuke Shumaker
2016-05-27fix mistake in am_pathLuke Shumaker
2016-05-27(systemd) stuffLuke Shumaker
2016-05-25(systemd) stuffLuke 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.
2016-04-18improve INSTALL documentationLuke Shumaker
2016-04-18Improve the librexgettext --help text. (also, update the copyright)Luke Shumaker
2016-04-18Makefile: Only check $(devtoolsdir) existence if it's needed.v20160418Luke Shumaker
The check was creating problems with release tarballs, for obvious reasons.
2016-04-17librechroot: have the -A flag set Architecture in pacman.confLuke Shumaker
2016-04-15librechroot: run mkarchroot in its own mount namespace.Luke Shumaker
Fixes https://labs.parabola.nu/issues/667
2016-04-15Use a better technique for dealing with empty arrays when `set -u`.Luke Shumaker
https://news.ycombinator.com/item?id=11497636
2016-04-15librechroot: librexgettext was getting confusedLuke Shumaker
2016-04-15libremessages:flag: Fix several things (also librexgettext)Luke Shumaker
- Fix a bug where it panicked if given an odd number of sub-headings. - Document the the ability to include sub-headings. - Fix librexgettext's handling of it. It only worked correctly for times when it was only called once in a program, or when it was only ever called with exactly one flag/description pair (and no headings).
2016-04-15librefetch: add a commentLuke Shumaker
2016-04-14librefetch: support SOURCE_DATE_EPOCHLuke Shumaker
fixes https://labs.parabola.nu/issues/884
2016-04-14Print an error when trying to sync a copy with itself.Luke Shumaker
Fixes https://labs.parabola.nu/issues/920
2016-04-14librechroot: 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-14librechroot: minor fixupsLuke Shumaker
2016-03-04Have the caller be responsible for setting topoutdirLuke Shumaker
2016-03-03buildsystem: rename all of the install-* variables to libretools-*Luke Shumaker
2016-03-03Actually update INSTALL documentationLuke Shumaker
2016-03-03fix generating blacklist.sh.potLuke Shumaker
2016-03-03Update INSTALL documentationLuke Shumaker
2016-03-03Merge remote-tracking branch 'automake/master'Luke Shumaker