summaryrefslogtreecommitdiff
path: root/src/lib/conf.sh.in
AgeCommit message (Collapse)Author
2021-07-26wip - multiple concernswip-2021-03bill-auger
2020-11-20sq - not surebill-auger
2020-11-20housekeepingbill-auger
2020-11-20allow local login to differ from hackers.git loginbill-auger
2020-11-20whitespacebill-auger
2020-11-20normalize `source` callsbill-auger
2018-07-31Begone with XBSLuke Shumaker
2018-04-24conf.sh: Whoops, update copyright yearLuke Shumaker
2018-04-24conf.sh: Allow load_conf to take an absolute filepathLuke Shumaker
This is useful in dbscripts. This also has a couple of happy side-effects in the implementation details - list_files and list_envvars are now only called once each - we now do save readarray-based splitting of list_files and list_envvars output
2018-01-02Change my email address lukeshu@sbcglobal.net -> lukeshu@parabola.nuLuke Shumaker
2017-06-21conf.sh: Don't look at SUDO_USER if it's rootLuke Shumaker
Fixes https://labs.parabola.nu/issues/1372
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-24lib/conf.sh: Tidy loopsLuke Shumaker
use while read -r var; do ... done < <(...) rather than for var in $(...); do ... done
2017-05-04random tidy upLuke Shumaker
2017-05-04shellcheck directivesLuke Shumaker
2017-05-04bugfix [2/2]: toru-pathLuke Shumaker
2017-04-20Quote unquoted strings that should probably be quoted.Luke Shumaker
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done.
2017-04-20Consistently use ". $(librelib slug)" to load libraries.Luke Shumaker
2015-05-20Use #!/hint/bash instead of the more verbose commentLuke Shumaker
2015-01-05Oops, update a couple of copyright yearsLuke Shumaker
2015-01-04Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵Luke Shumaker
of errors
2015-01-01conf.sh: add a commentLuke Shumaker
2015-01-01conf.sh: oops, I missed adding validpgpkeysLuke Shumaker
2015-01-01conf.sh: Oops, a variable was blending with the surrounding stringLuke Shumaker
2014-12-31lib/conf.sh: Update unset_PKGBUILD to support arch-specific variablesLuke Shumaker
Also, sha224sums, which is not actually mentioned in the makepkg documentation.
2014-12-31conf.sh: update to reflect changes in makepkg 4.2Luke Shumaker
2014-11-25normalize copyright statements a bitLuke Shumaker
2014-11-06Update to newer devtoolsLuke Shumaker
2014-10-01conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001Luke Shumaker
2014-10-01conf.sh: don't hardcode /etc, get it during build from $(sysconfdir)Luke Shumaker