summaryrefslogtreecommitdiff
path: root/db-functions
AgeCommit message (Expand)Author
2018-10-07Merge branch 'archlinux'Luke Shumaker
2018-10-04db-functions: mv_ln: Correctly handle "are the same file"Luke Shumaker
2018-10-03db-functions: Remove pointless semi-colonLuke Shumaker
2018-09-20db-move, db-remove: Require explicitly prefixing "pkgname=" to use pkgnameLuke Shumaker
2018-09-09fix potential bsdtar stream close error by greparchlinuxanthraxx
2018-09-02db-update: Allow packages to be symlinks for db-importLuke Shumaker
2018-07-16db-move, db-remove: Also accept pkgname, not just pkgbase!parabola/20180716Luke Shumaker
2018-07-15Turn off XBS; add a VCS=none that does nothing.Luke Shumaker
2018-07-15db-functions: Rename getdbinfo->arch_expac_pkgbase, change arg order, use expacLuke Shumaker
2018-07-15Don't parse .db files ourselves; use expac insteadLuke Shumaker
2018-07-15s/xbs/vcs/ as appropriateLuke Shumaker
2018-07-15db-functions-$VCS: Rename abs_* functions -> vcs_*Luke Shumaker
2018-07-15mv db-abs db-functions-$VCSLuke Shumaker
2018-06-22Backport minor formatting changes from ArchLuke Shumaker
2018-06-22Backport quoting improvements from ArchLuke Shumaker
2018-06-22Centralize all XBS access into 'abs_*' functions in a new 'db-abs' fileLuke Shumaker
2018-06-22db-move, db-remove: Don't parse PKGBUILD filesLuke Shumaker
2018-06-10Fixups near unquoted variablesLuke Shumaker
2018-06-10Remove uses of the "v=true; if $v ..." anti-patternLuke Shumaker
2018-06-10Don't use `grep -q` when operating on piped stdinLuke Shumaker
2018-06-10db-functions: unify the repo-add/repo-remove callerEli Schwartz
2018-06-10Globally set $PKGEXT to a bash extended glob representing valid choices.Eli Schwartz
2018-06-10db-update: replace external find command with bash globbingEli Schwartz
2018-05-09Rename config:PKGEXT -> config:PKGEXTSLuke Shumaker
2018-05-09db-functions: deduplicate some repeated logicEli Schwartz
2018-05-09Use more bashismsEli Schwartz
2018-05-09Use return codes properly when checking for failed commands.Eli Schwartz
2018-05-01Use Bash 4.4 @Q instead of `printf %q`Luke Shumaker
2018-04-08Fixup quoting around variables, especially arraysLuke Shumaker
2018-04-06db-update: Disallow invalid package names [ci skip]Pierre Schmitz
2018-04-03Get rid of config:REQUIRE_SIGNATURE -- always require a signatureLuke Shumaker
2018-04-02Remove extra braces: "${foo}" -> "$foo"Luke Shumaker
2018-03-21Clean up printf-formatters for user messagesLuke Shumaker
2018-03-21Fixups near unquoted variablesLuke Shumaker
2018-03-19Remove uses of the "v=true; if $v ..." anti-patternLuke Shumaker
2018-03-19Don't use `grep -q` when operating on piped stdinLuke Shumaker
2018-03-19Add "#!/hint/bash" to the beginning of several filesLuke Shumaker
2018-03-19Export TMPDIR, and use mktemp -t instead of making it part of the templateLuke Shumaker
2018-03-16fixup! Update messages to make fuller use of printf formattersEli Schwartz
2018-03-15Update messages to make fuller use of printf formattersLuke Shumaker
2018-02-26db-functions: unify the repo-add/repo-remove callerEli Schwartz
2018-02-22Globally set $PKGEXT to a bash extended glob representing valid choices.Eli Schwartz
2018-02-20db-update: replace external find command with bash globbingEli Schwartz
2018-02-20Fix overloading PKGEXT to mean two things.Eli Schwartz
2018-02-15db-functions: deduplicate some repeated logicEli Schwartz
2018-02-15Use more bashismsEli Schwartz
2018-02-15Use modern bash to append to strings/arrays.Eli Schwartz
2018-02-15ARCHES is an array, do not attempt to call it as a stringEli Schwartz
2018-02-15Update messages to make full use of printf formattersEli Schwartz
2018-02-15Use return codes properly when checking for failed commands.Eli Schwartz