summaryrefslogtreecommitdiff
path: root/db-functions
AgeCommit message (Expand)Author
2018-10-07db-functions: use librelib instead of having copies hereLuke Shumaker
2018-10-07db-move, db-remove: Require explicitly prefixing "pkgname=" to use pkgnameLuke Shumaker
2018-10-07Minor cosmetic improvementsLuke Shumaker
2018-10-07Improve quotingLuke Shumaker
2018-10-07Add a VCS=none that does nothing, use it instead of VCS=svnLuke Shumaker
2018-10-07s/svn/vcs/ where appropriateLuke Shumaker
2018-10-07Centralize all SVN access into 'vcs_*' functions in the 'db-functions-svn' fileLuke Shumaker
2018-10-07Preliminary work to break out svn-specific code.Eli Schwartz
2018-10-07db-move, db-remove: Don't parse PKGBUILD filesLuke Shumaker
2018-10-07Don't parse .db files ourselves; use expac insteadLuke Shumaker
2018-09-09fix potential bsdtar stream close error by greparchlinuxanthraxx
2018-04-08Fixup quoting around variables, especially arraysLuke 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
2017-04-20Allways build packages for all supported architecturesPierre Schmitz
2017-04-18use makepkg library instead of local function copiesPierre Schmitz
2017-04-18db-update: Disallow invalid package namesPierre Schmitz
2017-04-18Signing packages is no longer optionalPierre Schmitz
2016-02-16disallow packages not built in a chrootlukeshu/2016-merge/archlinuxLevente Polyak
2016-02-07Remove separate creation of file databasesPierre Schmitz
2014-11-01disallow packages without a valid PACKAGERDave Reisner
2013-11-02Add lastupdate filearchlinux/2013110220131102Florian Pritz
2013-11-02sourceballs: fix ACL issues on nymeriaJan Alexander Steffens (heftig)
2012-11-04Grant the SVNUSER access to the working directoryPierre Schmitz
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz
2012-10-03Use pacman-key to check signatures as it now uses a correct exit valuearchlinux/2012100320121003Pierre Schmitz
2012-08-05grep has been moved to /usrarchlinux/2012080520120805Pierre Schmitz
2012-06-10Remove support for packages that are not in the package poolPierre Schmitz
2012-04-29Respect TMPDIR config when creating the working directoryPierre Schmitz
2012-03-26Use gpg status-file instead of status-fdPierre Schmitz
2011-12-19Avoid calls to basenamePierre Schmitz
2011-12-18Validate package signatures on db-updatePierre Schmitz
2011-04-02Add simple checks for handling signed packagesarchlinux/2011040920110409Pierre Schmitz
2011-03-26Use repo-add to create the files database for each repoarchlinux/2011032620110326Pierre Schmitz