summaryrefslogtreecommitdiff
path: root/src/librefetch
AgeCommit message (Collapse)Author
2021-07-26wip - multiple concernswip-2021-03bill-auger
2021-07-26sq wip disabled sigbill-auger
2021-07-26revertme - debuggingbill-auger
2021-07-26revertme - debuggingbill-auger
2021-07-26housekeepingbill-auger
2021-07-26sq refactor create_sigbill-auger
2021-07-26sq wip disabled sigbill-auger
2021-07-26wip - mksource librefetchbill-auger
2021-07-26sq - housekeeping create_signature()bill-auger
2021-07-26!squash - re-work special mksource PKGBUILDbill-auger
2021-07-26re-work special mksource PKGBUILDbill-auger
2021-01-23housekeepingbill-auger
2021-01-18delete split-pkg functions from mksource temporary PKGBUILDbill-auger
it was previously not possible to use mksource() in a split-package the mksource temporary PKGBUILD over-rides the package() function; but conflicting package_*() functions were left in tact
2020-11-20housekeepingbill-auger
2020-11-20mksource() loggingbill-auger
2020-11-20bugfix mksource()bill-auger
2020-11-20housekeepingbill-auger
2020-11-20update docsbill-auger
2020-11-20whitespacebill-auger
2020-11-20normalize `source` callsbill-auger
2020-11-20housekeepingbill-auger
2020-11-20whitespacebill-auger
2018-08-29Makefile: Fix installation of makepkg.d/librefetch.confv20180829Luke Shumaker
It was installed by `make install`, but not `make install-libretools`.
2018-08-26librefetch: Drop a file in /etc/makepkg.d/ rather than editing makepkg.confLuke Shumaker
The librefetch-install program will stick around for a while (1 year; 2019-08-26) so that it can be used from a post_upgrade hook to remove the old edits, in order to seamlessly migrate people. https://git.parabola.nu/abslibre.git/commit/?id=73982c5ad7057ce2fdec669d962aec6c9caf28c8
2018-05-30librefetch: Clear backup=()Luke Shumaker
https://labs.parabola.nu/issues/1186
2018-05-30librefetch: Update for makepkg 5.1Luke Shumaker
2018-05-29librefetch: purge.sh: Fixup whitespaceLuke Shumaker
2018-05-29librefetch: source.sh.gen: Fix header commentLuke Shumaker
2018-01-02Change my email address lukeshu@sbcglobal.net -> lukeshu@parabola.nuLuke Shumaker
2018-01-02manpage: librefetch(8): More consistent capitalization in bullet listLuke Shumaker
2018-01-02manpage: librefetch(8): Add a missing commaLuke Shumaker
This has been sitting uncommitted in my checkout for a while.
2018-01-02manpage: librefetch(8): use "-o, --option" instead of "-o | --option"Luke Shumaker
This has been sitting uncommitted in my checkout for a while.
2017-06-21librefetch: Fix regression from 6092b9dLuke Shumaker
2017-05-25start moving things to use the libremessages exit codesLuke Shumaker
2017-05-24Merge conf.sh:load_files and conf.sh:check_vars into load_confLuke Shumaker
2017-05-12librefetch: Fix the check for deciding if to recurse.v20170512Luke Shumaker
2017-05-04random tidy upLuke Shumaker
2017-05-04shellcheck directivesLuke Shumaker
2017-05-03librefetch: tidy an 'eval' commandLuke Shumaker
2017-05-01bugfix [2/2]: librefetch: Correctly fail when given bogus flagsLuke Shumaker
2017-05-01bugfix [2/2]: librefetch: Fix SRCBUILD-to-SRCBUILD operationLuke Shumaker
2017-04-20Use "$?" more sparingly.Luke Shumaker
2017-04-20Don't use subshells in local/export/declare commands.Luke Shumaker
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases.
2017-04-11fixup copyright for: `return $?` can be written simply as `return`Luke Shumaker
2017-02-13`return $?` can be written simply as `return`Luke Shumaker
2017-01-30librefetchdir/Makefile: Add a comment about being a source file.Luke Shumaker
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-07-25librefetch: add some HACKING notesLuke Shumaker
2016-07-25librefetch(8): there are 6 modes, not 5 (counting is hard, OK?)Luke Shumaker
2016-06-15That shebang (on a non-executable file) shouldn't have been there.Luke Shumaker