summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-29common.mk: pull $(docdir)/libretools into $(pkgdocdir)testing-20140630Luke Shumaker
2014-06-29common.mk: don't install HACKING.md filesLuke Shumaker
2014-06-28test/librechroot: work-around for a systemd bugLuke Shumaker
2014-06-27libreblacklist: support commentsLuke Shumaker
2014-06-27Add some HACKING documentationLuke Shumaker
2014-06-27libremessages: add some commentsLuke Shumaker
2014-06-27chcleanup: add a note about the libremessages functions in the copyrightLuke Shumaker
2014-06-27Add librexgettext, to make generating .pot file easy for librelib users.Luke Shumaker
I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text.
2014-06-27src/xbs-abs: set a License: tag on archreleaseLuke Shumaker
2014-06-27test/librestage: set xbs.conf:BUILDSYSTEMLuke Shumaker
2014-06-27chroot-tools/distcc-tool: Avoid a pointless while loopLuke Shumaker
2014-06-27librelib: relicense to GPLv2+Luke Shumaker
2014-06-27librelib: remove calls to the non-existent panic()Luke Shumaker
2014-06-26chroot-tools/indent: fix issue 563Luke Shumaker
That is, lines wider than the terminal window got mangled.
2014-06-20fiddle with file locationsLuke Shumaker
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid.
2014-06-20xbs-abs: correctly set SVNUSER for archreleaseLuke Shumaker
2014-06-20actually, do pull xbs into a separate packageLuke Shumaker
2014-06-20Move the staging lock file descriptor from 10 to 8. >=10 isn't safe.Luke Shumaker
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