summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-20I think xbs is in a workable stage.Luke Shumaker
2014-06-20Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-20librestage: use the (new-ish) find_cached_packageLuke Shumaker
2014-06-20Merge branch 'master' into lukeshu/xbsLuke Shumaker
Conflicts: src/abslibre-tools/createworkdir
2014-06-20createworkdir: Dont' look for REPOSLuke Shumaker
2014-06-20Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-20Fix some hard-coded shebangsLuke Shumaker
2014-06-19Add separate GPLv2 and v3 copying files, since there is code under each.Luke Shumaker
2014-06-19libredbdiff: Oops, don't hardcode bash location, add copyright headerLuke Shumaker
2014-06-19libretools-ize libredbdiffLuke Shumaker
2014-06-19add alfplayer's libredbdiff scriptLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-18libremessages(1): fix typo in the man pageLuke Shumaker
2014-06-17minor touch ups in abslibre-toolsLuke Shumaker
2014-06-17clean up copyright headers in src/xbs*Luke Shumaker
2014-06-16createworkdir: use xbsLuke Shumaker
2014-06-16Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-16Merge branch 'master' of ↵Luke Shumaker
ssh://projects.parabolagnulinux.org:1863/~git/packages/libretools Conflicts: src/librefetch/librefetch.8.ronn
2014-05-28gitget checkout: behave correctly when $ref is a tagLuke Shumaker
2014-05-25touch up usage() text in src/gitgetLuke Shumaker
2014-05-25Well... libregit was brokenLuke Shumaker
2014-05-15librefetch: clean up documentationv20140515Luke Shumaker
2014-05-15librefetch: Fix bug with xargs calling tar too many times (cut xargs out)Luke Shumaker
2014-05-15librefetch: call usage() consistentlyLuke Shumaker
2014-05-15librefetch: replace some makepkg messages with messages that make senseLuke Shumaker
2014-05-15librefetch: The ERR trap is greedy; use exit instead of return from main().Luke Shumaker
2014-05-15librefetch: fix a call to `printf` that should have been to `print`Luke Shumaker
2014-05-15librefetch: Update 'Usage:' line.Luke Shumaker
2014-05-11update the libremessages man page with changes from devtoolsv20140511Luke Shumaker
2014-05-11Create CHROOTARCH in chroot.conf for when $CARCH != $(uname -m)Luke Shumaker
This is the case on mips, where CARCH is misp64el, but uname -m is mips64.
2014-05-11test/librefetch: inhibit running an installed copy of librefetchLuke Shumaker
2014-05-11librefetch: enhance debugging options (flags change)Luke Shumaker
2014-05-11Add a rough test of file order from librefetch's tarballs.Luke Shumaker
2014-05-11test/librechroot: 'exit' isn't an executable program.Luke Shumaker
This test worked before because of work-arounds for systemd bugs, it had invoked bash inside of the chroot.
2014-05-11mkarchroot: creating chroots wasn't working.Luke Shumaker
I later noticed that alfplayer filed a bug report about it: https://labs.parabola.nu/issues/518
2014-05-11Update to new devtools.Luke Shumaker
2014-05-11librefetch: Make the order of files in a tarball deterministicLuke Shumaker
2014-05-10fix whitespace (one line had 8 spaces instead of a tab)Luke Shumaker
2014-03-25Fix quoting/escaping with 'rm' in traps.Luke Shumaker
2014-03-25chcleanup: used ##*/ instead of basenameLuke Shumaker
2014-03-25chcleanup: remove the no-longer-used warning() functionLuke Shumaker
2014-03-25fullpkg: load libremessagesLuke Shumaker
2014-03-25touch up the librefetch(8) man pageLuke Shumaker
2014-03-23Most of my desired re-licensings were authorized on the dev listLuke Shumaker
2014-03-22libreaddiff: load libremessagesv20140322Luke Shumaker
2014-03-22Relicense some files from GPLv3+ GPLv2+ (that I'm the sole copyright holder of)Luke Shumaker
2014-03-22Audit the authors and copyright years of files against git logsLuke Shumaker
2014-03-22Makefiles: inhibit emacs from creating *~ files when formatting a fileLuke Shumaker
2014-03-22Fix librefetch to quote correctly with Bash 4.3Luke Shumaker
2014-03-22Update libremakepkg to work with Bash 4.3 (and still work with 4.2)Luke Shumaker