summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2016-03-03Add a check so that it errors sensibly if devtoolsdir is set incorrectly.Luke Shumaker
2016-03-03I lied about am_path being equivalent to `realpath -sm`Luke Shumaker
2016-03-03Merge commit 'a2718'Luke Shumaker
2016-03-03make a public `am_path`, more docsLuke Shumaker
2016-03-03(rvs) buildsystemLuke Shumaker
2016-03-01improve HACKING documentationLuke Shumaker
2016-03-01(libretools) improve HACKING documentationLuke Shumaker
2016-02-12Since new generation of expac has been released, expac-relative isn't needed ↵André Fabian Silva Delgado
for libredbdiff anymore
2016-02-09The libremessages man page still listed not having librexgettext as aLuke Shumaker
bug. librexgettext exists now, so mention it.
2016-02-09Fix typo in libremessages manpageLuke Shumaker
2016-02-08Whoops, `make install-libretools` was installing everythingv20160208Luke 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-08Refactor 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-08Documentation cleanupLuke Shumaker
2016-02-07Update librefetch to work with pacman 5.Luke Shumaker
2016-02-04Adjust libremakepkg to work with pacman 5.0Luke Shumaker
2015-09-16common.mk: begone with $(rootdir), use the more reliable -r flagLuke Shumaker
2015-07-09(rvs) whitespaceLuke Shumaker
2015-07-01(rvs) A whole bunch of stuffLuke Shumaker
2015-06-29(rvs) Makefile: whoops, dist_files should go in srcdir, not objdirLuke Shumaker
2015-06-29(rvs) `make dist` wasn't workingLuke Shumaker
2015-06-29(rvs) Start re-jiggering RVS.Luke Shumaker
2015-06-07xbs-abslibre: better error handlingLuke Shumaker
2015-06-07xbs-abslibre: (workaround) have release-server copy, not moveLuke 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-07xbs-abslibre: fix stupid mistakeLuke Shumaker
2015-06-07Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607Luke Shumaker
2015-06-06remove mips64el-tools: We don't support MIPS anymoreLuke Shumaker
2015-06-06toru-path: simplifyLuke Shumaker
2015-06-06meld toru-utils into toru-path, since it is the only thing using itLuke Shumaker
2015-06-06tidy 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
2015-06-06xbs-abs: oops, was missing an argument to check_varsLuke Shumaker
2015-06-06Tidy up the default libretools.confLuke Shumaker
- REPOS is now only used by toru-path - ARCHES is also used by xbs-abslibre - remove the claim that ARCHES affects createworkdir from the docs.
2015-06-06Remove the 'toru' program, it has been replaced by 'toru-path'/'toru-where'Luke Shumaker
It dealt with plain-text caches, instead of the faster TokyoCabinet cache.
2015-06-06toru: Clean up the option parser and usage textLuke Shumaker
2015-06-06toru-utils: tidy upLuke Shumaker
- use libremessages:setup_traps instead of the copy/pasted solution - get_pkgbuilds: don't leak the "extra" variable - fix up quoting - get_pkgbuilds: don't use the global LASTSYNCFILE, get it as an argument * toru-path: adjust for this
2015-06-06src/toru/*: use tab-indentLuke Shumaker
This is a whitespace-only change.
2015-06-06toru-where: simplify slightly, add quoting.Luke Shumaker
2015-06-06Remove fullpkg and treepkg, in favor of dagpkg.Luke Shumaker
2015-06-06Update to new devtools.Luke Shumaker