summaryrefslogtreecommitdiff
path: root/db-move
AgeCommit message (Expand)Author
2018-10-07Minor cosmetic improvementsLuke Shumaker
2018-10-07s/svn/vcs/ where appropriateLuke Shumaker
2018-10-07db-move, db-functions-svn: Simplify calling the vcs_move_* functionsLuke Shumaker
2018-10-07Centralize all SVN access into 'vcs_*' functions in the 'db-functions-svn' fileLuke Shumaker
2018-10-07db-move: Clarify the flow of the preflight checkLuke Shumaker
2018-10-07db-move, db-remove: Don't parse PKGBUILD filesLuke Shumaker
2018-06-27hoist $tarch handling above $pkgname, since it is more efficientEli Schwartz
2018-06-27db-move: Don't store filepaths as a string with whitespace splittingEli 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-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
2017-04-18use makepkg library instead of local function copiesPierre Schmitz
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz
2012-07-28db-move: Remove double space in tag_listFlorian Pritz
2012-06-16Fix handling of package sources containg files with an @ characterarchlinux/2012061620120616Pierre Schmitz
2012-06-10Remove support for packages that are not in the package poolPierre Schmitz
2012-06-10db-move: commit all arches at onceFlorian Pritz
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2011-12-19Avoid calls to basenamePierre Schmitz
2011-08-13db-move: Fix svn rm callPierre Schmitz
2011-08-13db-move: remove one svn commit per packageDan McGee
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
2011-03-23Add support for packages which use the epoch variablePierre Schmitz
2011-01-15Move repo manipulation code into common functionsPierre Schmitz
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz
2010-09-02Set correct group after touching the db filePierre Schmitz
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz
2010-08-15Lock repos before checkingPierre Schmitz
2010-08-15Move packages of all arches within one transactionPierre Schmitz
2010-08-14Prepare support for multiple packages in db-movePierre Schmitz
2010-08-14Don't hardcode supported architectures in db-movePierre 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-08Remove BUILDSCRIPT variablePierre Schmitz
2010-08-08Reduce verbosityPierre Schmitz
2010-08-08Use package pool instead of $repo/os/any dirsPierre Schmitz
2010-08-07Rewrite db-movePierre Schmitz
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz
2010-03-31don't publish *.old filesPierre Schmitz
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz
2009-09-13Be more careful with config file inclusionDan McGee