summaryrefslogtreecommitdiffstats
path: root/db-move
AgeCommit message (Expand)AuthorFilesLines
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz1-4/+4
2010-09-02Set correct group after touching the db filePierre Schmitz1-0/+3
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz1-2/+11
2010-08-15Lock repos before checkingPierre Schmitz1-6/+19
2010-08-15Move packages of all arches within one transactionPierre Schmitz1-67/+76
2010-08-14Prepare support for multiple packages in db-movePierre Schmitz1-39/+48
2010-08-14Don't hardcode supported architectures in db-movePierre Schmitz1-1/+1
2010-08-13Use common functions to print messages, warnings and errorsPierre Schmitz1-6/+4
2010-08-13Check permission before any actionPierre Schmitz1-0/+5
2010-08-10Use more consitent naming for package poolPierre Schmitz1-4/+4
2010-08-08Source PKGBUILD in subshellsPierre Schmitz1-23/+25
2010-08-08Move common function to db-functionsPierre Schmitz1-22/+3
2010-08-08use common workdirPierre Schmitz1-6/+0
2010-08-08Remove BUILDSCRIPT variablePierre Schmitz1-1/+1
2010-08-08Reduce verbosityPierre Schmitz1-7/+8
2010-08-08Use package pool instead of $repo/os/any dirsPierre Schmitz1-9/+8
2010-08-07Rewrite db-movePierre Schmitz1-60/+37
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz1-2/+2
2010-03-31don't publish *.old filesPierre Schmitz1-4/+2
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz1-5/+6
2009-09-14Be more careful with config file inclusionDan McGee1-0/+1
2009-08-18Fix an error in db-move due to DBEXT commitAaron Griffin1-1/+1
2009-08-18Remove dependence on makepkg.confAaron Griffin1-4/+0
2009-08-18Replace DB_COMPRESSION with DBEXT in the configAaron Griffin1-9/+8
2009-08-16Add DB_COMPRESSION var to all scripts that need itDan McGee1-0/+1
2009-07-22remove support for different svn reposPierre Schmitz1-6/+1
2009-07-21db-move: reduce usage of loopsPierre Schmitz1-15/+10
2009-07-21Add support for split packages to db-movePierre Schmitz1-24/+36
2009-07-21any support: use relative symlinksAaron Griffin1-1/+1
2009-07-14fix syntax errorPierre Schmitz1-1/+1
2009-03-20'any' architecture support for db-move, db-removeAbhishek Dasgupta1-20/+34
2009-03-11Add per-repo SVN configsAaron Griffin1-1/+6
2008-12-12Quiet down repo-add just a bitAaron Griffin1-2/+2
2008-12-02Cleanup missing db file logicAaron Griffin1-9/+4
2008-11-23Remove 'copy_helper' as chmodding is failAaron Griffin1-3/+3
2008-11-22Fix a variable overwrite when sourcing PKGBUILDsAaron Griffin1-12/+12
2008-11-21Clear traps on cleanupAaron Griffin1-0/+1
2008-11-21Move everything to /srv to support new server confAaron Griffin1-1/+1
2008-11-12Move as much as we can out to a config fileAaron Griffin1-6/+3
2008-11-09Remove an erroneous '1' signal trap for cleanup() funcAaron Griffin1-1/+1
2008-10-21Add copy_helper function to ensure correct permissionsAaron Griffin1-3/+3
2008-09-14Move temporary directories to /home/tmpAaron Griffin1-1/+1
2008-08-31Create a "common functions" file for DB scriptsAaron Griffin1-17/+9
2008-05-21Make sure to cleanup WORKDIR on exitAaron Griffin1-1/+1
2008-05-21Add db-move related scriptsAaron Griffin1-0/+120