summaryrefslogtreecommitdiff
path: root/db-update
AgeCommit message (Expand)Author
2018-10-07Improve quotingLuke Shumaker
2018-10-07s/svn/vcs/ where appropriateLuke Shumaker
2018-10-07Preliminary work to break out svn-specific code.Eli Schwartz
2018-04-08Consistently use "$(dirname "$(readlink -e "$0")")"Luke Shumaker
2018-04-08Fixup quoting around variables, especially arraysLuke Shumaker
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-20db-update: replace external find command with bash globbingEli Schwartz
2018-02-20Fix overloading PKGEXT to mean two things.Eli Schwartz
2018-02-15Use more bashismsEli Schwartz
2018-02-15Use modern bash to append to strings/arrays.Eli 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-18Signing packages is no longer optionalPierre Schmitz
2016-02-16disallow packages not built in a chrootlukeshu/2016-merge/archlinuxLevente Polyak
2014-11-01disallow packages without a valid PACKAGERDave Reisner
2013-01-31db-update: Ignore forgeign staging packagesarchlinux/2013013120130131Pierre Schmitz
2012-10-03Use pacman-key to check signatures as it now uses a correct exit valuearchlinux/2012100320121003Pierre Schmitz
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2011-12-19Avoid calls to basenamePierre Schmitz
2011-12-18Validate package signatures on db-updatePierre Schmitz
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
2011-01-15Move repo manipulation code into common functionsPierre Schmitz
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz
2010-09-05Check if package exists in any other repository on updatearchlinux/2010090620100906Pierre Schmitz
2010-09-02Set correct group after touching the db filePierre Schmitz
2010-08-24db-update: Make sure there are no links in the staging directoryPierre Schmitz
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz
2010-08-17minor fix to error messageAllan McRae
2010-08-17Don't try to update no packagePierre Schmitz
2010-08-15Lock repos before checkingPierre Schmitz
2010-08-15Use common names for reposPierre Schmitz
2010-08-14Rewrite of db-updatePierre Schmitz
2010-08-13Simplify check for existing packagesPierre Schmitz
2010-08-13removed useless statementsPierre Schmitz
2010-08-13Remove check which was already covered by check_repo_permissionPierre Schmitz
2010-08-13Abort if package already exists in repoPierre Schmitz
2010-08-13Use common functions to print messages, warnings and errorsPierre Schmitz
2010-08-13Check permission before any actionPierre Schmitz
2010-08-10Use more consitent naming for package poolPierre Schmitz
2010-08-08Source PKGBUILD in subshellsPierre Schmitz
2010-08-08Move common function to db-functionsPierre Schmitz
2010-08-08use common workdirPierre Schmitz
2010-08-08Prepare for variable db file compressionPierre Schmitz
2010-08-08Remove BUILDSCRIPT variablePierre Schmitz
2010-08-08Remove check for old staging dirsPierre Schmitz
2010-08-08Reduce verbosityPierre Schmitz
2010-08-08Use package pool instead of $repo/os/any dirsPierre Schmitz
2010-06-29don't fail if any package already existsPierre Schmitz