summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-05aur: report if pkgbuild-check-nonfree failedLuke Shumaker
2013-06-05aur: Use pacman instead of searching ABSROOT; works for split packagesLuke Shumaker
2013-06-05aur: prompt to continue after diffing a packageLuke Shumaker
2013-06-05aur: cleanup quoting, etc.Luke Shumaker
2013-06-05aur: don't support not diffing a package if there is diffing to be doneLuke Shumaker
2013-06-05aur: expand help text, require at least one argumentLuke Shumaker
2013-05-29aur: use conf.shLuke Shumaker
2013-05-29lib/conf.sh: learn about the slug "abs"Luke Shumaker
2013-05-28librechroot: fix typos, add unit testtesting-20130528.2Luke Shumaker
2013-05-28librechroot: didn't always create repo.db symlinktesting-20130528.1Luke Shumaker
2013-05-27fix a bug in conf.sh (from the get_files->list_files switch), add unit testtesting-20130528Luke Shumaker
2013-05-27libreblacklist: learn `-h`Luke Shumaker
2013-05-27librefetch: bail early if makepkg failsLuke Shumaker
2013-05-27flesh out the header added to common.shLuke Shumaker
2013-05-27add tests for libreblacklist, fix a few bugsLuke Shumaker
2013-05-26librelib: fix usage()Luke Shumaker
2013-05-26redo the library system; avoid hard-coded pathsLuke Shumaker
2013-05-26libremessages: run with -euE when stand alone, use == instead of =Luke Shumaker
2013-05-26blacklist.sh: make -euE or non -euE safe, add comments, make executable.Luke Shumaker
2013-05-26lib/conf.sh: fix bug with `set -u`Luke Shumaker
2013-05-26Add copyright headers to src/lib/{blacklist,conf}.shLuke Shumaker
2013-05-26libremessages: fix bug with exit valueLuke Shumaker
2013-05-25move librefetch:print() to libremessages:print()Luke Shumaker
2013-05-25libremessages: clean up commentsLuke Shumaker
2013-05-24remove stdnull, use plain I/O redirectionLuke Shumaker
2013-05-24rm src/is_unfree # nothing uses thisLuke Shumaker
2013-05-24libremessages: simplify stdnull()Luke Shumaker
2013-05-23is_unfree: use blacklist.shLuke Shumaker
2013-05-23lib/blacklist.sh: source conf.sh globally to ensure XDG_CACHE_HOME is setLuke Shumaker
2013-05-23lib/blacklist.sh:blacklist-cat(): download blacklist iff it doesn't existLuke Shumaker
2013-05-22libretools.conf: use https for BLACKLISTtesting-20130522Luke Shumaker
2013-05-22add a lib/blacklist.sh, use it for pkgbuild-check-nonfreeLuke Shumaker
2013-05-22librediff: normalize indentLuke Shumaker
2013-05-22conf.sh: also set XDG_CACHE_HOMELuke Shumaker
2013-05-22fix https://labs.parabola.nu/issues/335Luke Shumaker
2013-05-22pkgbuild-check-nonfree: clean upLuke Shumaker
2013-05-21conf.sh: add documentation, make generic API more consistent.Luke Shumaker
2013-05-21libretools.conf: add a comment about being non-executableLuke Shumaker
2013-05-14update makechrootpkg.sh.patchtesting-20130514Luke Shumaker
2013-05-14libremakepkg: fix adding [repo] to pacman.confLuke Shumaker
2013-05-14chcleanup: run pacman -Sy first to update the local repoLuke Shumaker
2013-05-13makechrootpkg.sh:chroot_copy_in(): work with librefetch stuffLuke Shumaker
2013-05-13librefetch: force the ustar format, pax records atimetesting-20130513Luke Shumaker
2013-05-13librefetch: don't run prepare() or check()Luke Shumaker
2013-05-13librefetch: find source files distributed with the PKGBUILDLuke Shumaker
2013-05-13librefetch: careful with stdout, might be called by `makepkg -g`Luke Shumaker
2013-05-08lib/conf.sh: hopefully this will fix alfplayer's problem w/ /dev/stderrtesting-20130508Luke Shumaker
2013-05-08librechroot: improve usage() textLuke Shumaker
2013-05-07libremakepkg: copy more things out on failuretesting-20130507Luke Shumaker
2013-05-07have `librechroot install-file` add the packages to the local repo.Luke Shumaker