summaryrefslogtreecommitdiffstats
path: root/db-remove
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz1-3/+3
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz1-1/+1
2011-12-19Avoid calls to basenamePierre Schmitz1-2/+2
2011-11-05db-remove: support removing multiple packages at oncePierre Schmitz1-15/+18
2011-11-05db-repo-{add, remove}: allow specifying multiple packagesDan McGee1-2/+2
2011-11-05db-*: always handle pkgname/pkgbase/pkgfile argument lastDan McGee1-4/+4
2011-07-24db-remove: remove package if not in svnFlorian Pritz1-0/+3
2011-01-30Try to remove a package even if it is no longer in svnPierre Schmitz1-1/+1
2011-01-15Move repo manipulation code into common functionsPierre Schmitz1-6/+1
2010-11-22Add wrappers for repo-add and repo-removePierre Schmitz1-3/+1
2010-09-02Set correct group after touching the db filePierre Schmitz1-0/+1
2010-08-24db-remove: source functions before using themPierre Schmitz1-3/+3
2010-08-15Fix locking in db-removePierre Schmitz1-31/+25
2010-08-15Use common names for reposPierre Schmitz1-1/+1
2010-08-14Don't use hard coded architectures in db-removePierre Schmitz1-3/+3
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-08Source PKGBUILD in subshellsPierre Schmitz1-11/+11
2010-08-08Move common function to db-functionsPierre Schmitz1-21/+2
2010-08-08use common workdirPierre Schmitz1-5/+0
2010-08-08Remove BUILDSCRIPT variablePierre Schmitz1-1/+1
2010-08-08Cleanup db-removePierre Schmitz1-18/+5
2010-08-08Reduce verbosityPierre Schmitz1-12/+9
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz1-1/+1
2009-09-14Be more careful with config file inclusionDan McGee1-0/+1
2009-08-19Fix arch parameter handling in db-removeEric BĂ©langer1-6/+6
2009-08-18Remove dependence on makepkg.confAaron Griffin1-4/+0
2009-08-18Replace DB_COMPRESSION with DBEXT in the configAaron Griffin1-5/+4
2009-08-16Add DB_COMPRESSION var to all scripts that need itDan McGee1-0/+1
2009-07-22remove support for different svn reposPierre Schmitz1-2/+1
2009-07-21add support for split packages to db-removePierre Schmitz1-8/+14
2009-03-20'any' architecture support for db-move, db-removeAbhishek Dasgupta1-14/+22
2009-03-11Add per-repo SVN configsAaron Griffin1-1/+2
2008-12-12Quiet down repo-add just a bitAaron Griffin1-1/+1
2008-11-23Remove 'copy_helper' as chmodding is failAaron Griffin1-2/+2
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-5/+2
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-2/+2
2008-09-14Move temporary directories to /home/tmpAaron Griffin1-1/+1
2008-08-31Create a "common functions" file for DB scriptsAaron Griffin1-18/+7
2008-05-22Fix db-remove usage textAaron Griffin1-1/+1
2008-05-14Add new db-remove scriptAaron Griffin1-0/+97