summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-05librerelease: fixv20140106.1testing-20140106.1Luke Shumaker
2014-01-05librefetch: handle "empty" situations betterLuke Shumaker
2014-01-05librerelease: don't clean non-package filesLuke Shumaker
2014-01-05update test/librerelease-test.shv20140106Luke Shumaker
2014-01-05librerelease: list staged source files in a sane wayLuke Shumaker
2014-01-05librestage: fix staging generated sourcesLuke Shumaker
2014-01-05librefetch: parse an '--' argument correctlyLuke Shumaker
2014-01-05test/libremakepkg: don't use -l in tests that don't require sudoLuke Shumaker
It confuses check() when building the package
2014-01-05chroot-tools: make patch not reject new bugfix in devtools-parLuke Shumaker
2014-01-05test/: re-jigger the chroot tests to be fast on btrfsLuke Shumaker
2014-01-05src/lib/: misc touch-upLuke Shumaker
2014-01-05src/lib/: set TEXTDOMAIN differently for internal messagesLuke Shumaker
This allows us to fix the long-standing bug that libremessages forces TEXTDOMAIN=libretools
2014-01-05update to the new devtoolsLuke Shumaker
2014-01-04libretools.conf: change default REPODEST to cause less clutter in ~repoLuke Shumaker
2014-01-04librestage: stage files generated by librefetchLuke Shumaker
2014-01-04librefetch: update docsLuke Shumaker
2014-01-04librefetch: fiddle with DOWNLOADER percent-substitutionLuke Shumaker
2014-01-04librefetch: replace MIRROR with MIRRORS (but doesn't update the docs)Luke Shumaker
2014-01-04librefetch: defer canonicalizing $src until we've validated $MIRRORLuke Shumaker
2014-01-04librefetch: Update the docs: `version` mode is gone, a while ago.Luke Shumaker
2014-01-04librefetch: clean up option parsingLuke Shumaker
2014-01-03librefetch: partially update the docsLuke Shumaker
2014-01-03librefetch: accept HTTP URLs, but don't create if they aren't in $MIRRORLuke Shumaker
But, don't update the documentation. I have a feeling things will change again in the next few commits.
2014-01-03fullpkg-find: touch up dependency listingLuke Shumaker
2014-01-03touch up misc qoutingLuke Shumaker
2014-01-03librefetch: change default MIRROR locationLuke Shumaker
2014-01-03Phase out DIFFTOOL for DIFFPROG (issue #438)Luke Shumaker
https://labs.parabola.nu/issues/438
2013-11-28add an INSTALL fileLuke Shumaker
2013-11-28fix typos in HACKING.mdLuke Shumaker
2013-11-16Add a HACKING.md fileLuke Shumaker
2013-11-16makechrootpkg.sh: The delete message always said 'temporary copy'Luke Shumaker
2013-11-12is_built: needs libremessagesv20131112Luke Shumaker
2013-11-07libremakepkg: useless use of `cat`Luke Shumaker
2013-11-04libretools.conf: base WORKDIR off of $LIBREHOME, not /home/$LIBREUSERLuke Shumaker
2013-11-04libretools.conf: fix typoLuke Shumaker
2013-11-04gitget: fix option parsingLuke Shumaker
2013-11-04createworkdir: clean up outputLuke Shumaker
2013-11-04libremessages(1): clarify when gettext is used.Luke Shumaker
2013-11-04treepkg: fail early if there is a configuration errorLuke Shumaker
2013-11-04librerelease: don't redirect output of gpg --detach-signLuke Shumaker
This should fix fauno's issue with pinentry-curses, or at least fail more verbosely.
2013-11-04librerelease: mention `gpg-agent --daemon` instead of just `gpg-agent`Luke Shumaker
2013-11-04fullpkg: respect TMPDIRLuke Shumaker
2013-11-04touch up quoting on arraysLuke Shumaker
2013-11-04normalize on "[[" instead of "["Luke Shumaker
2013-11-03aur, is_built: internationalize usage()Luke Shumaker
2013-11-03treepkg: obey $TMPDIRLuke Shumaker
2013-11-03treepkg: internationalize (sometimes changing the format of a message)Luke Shumaker
Changes in message format: - Terminal-titles now begin with capital letters - "error!" -> "Error!" - "done" -> "Done" - signal handler errors changed from (treepkg) MESSAGE (leftovers on BUILDDIR) to treepkg: MESSAGE (leftovers on BUILDDIR)
2013-11-03librechroot: correct commentLuke Shumaker
2013-11-02librechroot: when detecting mount options, set LC_ALL instead of LANGLuke Shumaker
2013-11-02test: set LC_ALL instead of LANGLuke Shumaker