summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetch
AgeCommit message (Collapse)Author
2015-01-05librefetch: wasn't cleaning up temp filesv20150105.1Luke Shumaker
2015-01-05librefetch: that's what I get for commiting a fix without a testLuke Shumaker
2015-01-05librefetch: fix paths being canonicalized incorrectlyLuke Shumaker
2015-01-01librefetch: Adjust to makepkg now requiring $BUILDSCRIPT to be in $PWDLuke Shumaker
2015-01-01librefetch: minor touch upLuke Shumaker
2015-01-01librefetch: Update for makepkg 4.2.0Luke Shumaker
2014-11-28s/parabolagnulinux.org/parabola.nu/Luke Shumaker
2014-07-05quote calls to librelibLuke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-07-01librefetch: use linux-util:getopt(1) to support getopt-flag-combiningLuke 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-11librefetch: enhance debugging options (flags change)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-22Fix librefetch to quote correctly with Bash 4.3Luke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2014-02-09librefetch: touch symlinks correctly, don't be tricked by files that look ↵Luke Shumaker
like flags
2014-02-02Normalize to use the string "Copyright (C)"Luke Shumaker
2014-02-02I forgot to bump the copyright year on all the files I've touched this yearLuke Shumaker
2014-01-20librefetch: fix the %u bug by deferring variable evaluation until the eval.Luke Shumaker
2014-01-20normalize to use >&2 instead of /dev/stderrLuke Shumaker
2014-01-20librefetch: improve error handlingLuke Shumaker
2014-01-05librefetch: parse an '--' argument correctlyLuke 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.
2013-10-26fix librefetch, add (some) tests for itv20131027Luke Shumaker
2013-10-26librefetch: clean src-libre before runningLuke Shumaker
2013-09-29Strip trailing whitespace everywhere.Luke Shumaker
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
2013-09-23librefetch: tidy up: use prose(), remove --version, remove $MAKEPKGLuke Shumaker
2013-09-22Merge commit '610699'Luke Shumaker
Conflicts: src/abslibre-tools/createworkdir
2013-09-18librefetch: Don't inherit `options` or `PURGE_TARGETS`Luke Shumaker
2013-09-12Merge branch 'fauno~2' (early part) into masterLuke Shumaker
2013-08-12librefetch: add .makepkg/ to PURGE_TARGETS, it is created in download_svn()v20130812Luke Shumaker
2013-08-07librefetch: fix a bug with setting pkgname for split packagesLuke Shumaker
2013-08-07librefetch: add a `print` modeLuke Shumaker
2013-07-27librefetch: fix $pkgdir handling for new-ish versions of makepkgv20130727Luke Shumaker
2013-07-27librefetch: prevent readlink from thinking the filename is a flagLuke Shumaker
2013-07-09librefetch: preserve exit status from makepkgLuke Shumaker