summaryrefslogtreecommitdiff
path: root/src/librefetch
AgeCommit message (Collapse)Author
2015-05-20Use #!/hint/bash instead of the more verbose commentLuke Shumaker
2015-01-05librefetch: wasn't cleaning up temp filesv20150105.1Luke Shumaker
2015-01-05librefetch-makepkg.conf: shut up a useless warning when not included from ↵Luke Shumaker
makepkg
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-04Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵Luke Shumaker
of errors
2015-01-04librefetch-install: fixLuke Shumaker
2015-01-04Wow, I botched some Makefile stuffLuke Shumaker
2015-01-01Add a utility to add/remove librefetch from makepkg.confLuke Shumaker
This script is formerly the install script for the bundled-up package.
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-02Some grammar fixes too.Luke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-07-01librefetch: use linux-util:getopt(1) to support getopt-flag-combiningLuke 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-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-25touch up the librefetch(8) man pageLuke 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.
2014-01-03librefetch: change default MIRROR locationLuke Shumaker
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+$//' {} +