Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-15 | libremessages: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-15 | librefetch: add a comment | Luke Shumaker | |
2016-04-14 | librefetch: support SOURCE_DATE_EPOCH | Luke Shumaker | |
fixes https://labs.parabola.nu/issues/884 | |||
2016-04-14 | Print an error when trying to sync a copy with itself. | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/920 | |||
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 | |
2016-03-03 | buildsystem: rename all of the install-* variables to libretools-* | Luke Shumaker | |
2016-03-03 | Actually update INSTALL documentation | Luke Shumaker | |
2016-03-03 | fix generating blacklist.sh.pot | Luke Shumaker | |
2016-03-03 | Update INSTALL documentation | Luke Shumaker | |
2016-03-03 | Merge remote-tracking branch 'automake/master' | Luke Shumaker | |
2016-03-03 | Add a check so that it errors sensibly if devtoolsdir is set incorrectly. | Luke Shumaker | |
2016-03-03 | I lied about am_path being equivalent to `realpath -sm` | Luke Shumaker | |
2016-03-03 | Merge commit 'a2718' | Luke Shumaker | |
2016-03-03 | make a public `am_path`, more docs | Luke Shumaker | |
2016-03-03 | (rvs) buildsystem | Luke Shumaker | |
2016-03-01 | improve HACKING documentation | Luke Shumaker | |
2016-03-01 | (libretools) improve HACKING documentation | Luke Shumaker | |
2016-02-12 | Since new generation of expac has been released, expac-relative isn't needed ↵ | André Fabian Silva Delgado | |
for libredbdiff anymore | |||
2016-02-09 | The libremessages man page still listed not having librexgettext as a | Luke Shumaker | |
bug. librexgettext exists now, so mention it. | |||
2016-02-09 | Fix typo in libremessages manpage | Luke Shumaker | |
2016-02-08 | Whoops, `make install-libretools` was installing everythingv20160208 | Luke Shumaker | |
2016-02-08 | (libretools) Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! | |||
2016-02-08 | Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! | |||
2016-02-08 | Documentation cleanup | Luke Shumaker | |
2016-02-07 | Update librefetch to work with pacman 5. | Luke Shumaker | |
2016-02-04 | Adjust libremakepkg to work with pacman 5.0 | Luke Shumaker | |
2015-09-16 | common.mk: begone with $(rootdir), use the more reliable -r flag | Luke Shumaker | |
2015-07-09 | (rvs) whitespace | Luke Shumaker | |
2015-07-01 | (rvs) A whole bunch of stuff | Luke Shumaker | |
2015-06-29 | (rvs) Makefile: whoops, dist_files should go in srcdir, not objdir | Luke Shumaker | |
2015-06-29 | (rvs) `make dist` wasn't working | Luke Shumaker | |
2015-06-29 | (rvs) Start re-jiggering RVS. | Luke Shumaker | |
2015-06-07 | xbs-abslibre: better error handling | Luke Shumaker | |
2015-06-07 | xbs-abslibre: (workaround) have release-server copy, not move | Luke Shumaker | |
This is because the file will have to be there for several passes - loop over arches (for 'any' packages) - loop over ${pkgname[@]} (for split packages) This is a temporary workaround. | |||
2015-06-07 | xbs-abslibre: fix stupid mistake | Luke Shumaker | |
2015-06-07 | Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607 | Luke Shumaker | |
2015-06-06 | remove mips64el-tools: We don't support MIPS anymore | Luke Shumaker | |
2015-06-06 | toru-path: simplify | Luke Shumaker | |
2015-06-06 | meld toru-utils into toru-path, since it is the only thing using it | Luke Shumaker | |
2015-06-06 | tidy up toru-{info,path} | Luke Shumaker | |
- Quote variables - toru-path: make LASTSYNCFILE and PATHFILE lowercase - toru-path: set IFS when it matters - use `if` instead of && and whatnot - use printf-formatters instead of string interpolation |