summaryrefslogtreecommitdiff
path: root/src/librefetch
AgeCommit message (Collapse)Author
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-04-15librefetch: add a commentLuke Shumaker
2016-04-14librefetch: support SOURCE_DATE_EPOCHLuke Shumaker
fixes https://labs.parabola.nu/issues/884
2016-03-03buildsystem: rename all of the install-* variables to libretools-*Luke Shumaker
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2016-02-07Update librefetch to work with pacman 5.Luke Shumaker
2015-05-31librefetch: Make the names of a couple of temporary files more readableLuke Shumaker
2/to is one character difference, just spell it out.
2015-05-31librefetch: Don't try to use makepkg to create .sig files.Luke Shumaker
2015-05-31librefetch: Tidy up usage() text.Luke Shumaker
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