summaryrefslogtreecommitdiff
path: root/db-move
AgeCommit message (Expand)Author
2018-09-20db-move, db-remove: Require explicitly prefixing "pkgname=" to use pkgnameLuke Shumaker
2018-07-16db-move, db-remove: Have more informative outputLuke Shumaker
2018-07-16test: db-remove: Verify that it handles pkgnames list differing between arche...Luke Shumaker
2018-07-15db-functions: Rename getdbinfo->arch_expac_pkgbase, change arg order, use expacLuke Shumaker
2018-07-15db-move: Don't store filepaths as a string with whitespace splittingEli Schwartz
2018-07-15db-functions-$VCS: Rename abs_* functions -> vcs_*Luke Shumaker
2018-06-22db-move, db-abs: Simplify the abs_move_* functionsLuke Shumaker
2018-06-22Centralize all XBS access into 'abs_*' functions in a new 'db-abs' fileLuke Shumaker
2018-06-22db-move: Clarify the flow of the preflight checkLuke Shumaker
2018-06-22db-move, db-remove: Don't parse PKGBUILD filesLuke Shumaker
2018-06-10db-functions: unify the repo-add/repo-remove callerEli Schwartz
2018-05-09Rename config:PKGEXT -> config:PKGEXTSLuke Shumaker
2018-05-09Use more bashismsEli Schwartz
2018-04-02Remove extra braces: "${foo}" -> "$foo"Luke Shumaker
2018-03-26db-move: Catch errors from `xbs move`Luke Shumaker
2016-06-02get rid of stupid differences between this and lukeshu/xbsLuke Shumaker
2016-06-02Handle split packages with different pkgver.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
2014-06-18db-move: Remove code to handle the pre-pkgpool days.Luke Shumaker
2014-06-18Use printf formatters instead of string interpolation.Luke Shumaker
2014-06-18Clean up quoting.Luke Shumaker
2014-01-08Avoid using $(basename $var) , use ${var##*/} insteadLuke Shumaker
2014-01-08Fix some array quoting.Luke Shumaker
2014-01-08Normalize to load config then local_config then db-functionsLuke Shumaker
2014-01-08fix comments, indentationLuke Shumaker
2014-01-08Be very careful about using $0.Luke Shumaker
2014-01-08Fix quoting on arrays.Luke Shumaker
2013-04-30Removed svn, should work with regular absNicolás Reynolds
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