summaryrefslogtreecommitdiff
path: root/db-functions
AgeCommit message (Expand)Author
2018-09-20db-move, db-remove: Require explicitly prefixing "pkgname=" to use pkgnameLuke Shumaker
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-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
2017-09-24db-functions: Update CARCH setting to work with librelib 20170705.Luke Shumaker
2016-06-02Drop support code for old pkgpool-les repository format.Luke Shumaker
2016-06-02get rid of stupid differences between this and lukeshu/xbsLuke Shumaker
2016-06-02db-functions: learn some new functions from Arch Linux upstreamLuke Shumaker
2016-06-02testing cleanup (backported from lukeshu/xbs)Luke Shumaker
2016-04-17Backport changes from the lukeshu/xbs branch.Luke Shumaker
2015-06-05Use XBS instead of the SVN/ABS grossness.Luke Shumaker
2015-06-05db-functions: do better printing of whitespace-separated filenamesLuke Shumaker
2015-05-25Clean up shebangsLuke Shumaker
2014-10-04Update lastsync after db-sync or cleanup.Michał Masłowski
2014-06-18db-functions: update ${FTP_DIR}/lastupdate when we modify the repo.Luke Shumaker
2014-06-18oopsLuke Shumaker
2014-06-18db-funtions:check_splitpkgs(): use printf instead of a loopLuke Shumaker
2014-06-18more quoting fixesLuke Shumaker
2014-06-18db-functions:check_repo_permissions: ARCHES is an arrayLuke Shumaker
2014-06-18oopsLuke Shumaker
2014-06-18silly whitespace and similar fidlingLuke Shumaker
2014-06-18Use printf formatters instead of string interpolation.Luke Shumaker
2014-06-18Clean up quoting.Luke Shumaker
2014-06-17db-functions: add mv_aclLuke Shumaker
2014-01-08Avoid using $(basename $var) , use ${var##*/} insteadLuke Shumaker
2014-01-08Fix some array quoting.Luke Shumaker
2014-01-08fix comments, indentationLuke Shumaker