summaryrefslogtreecommitdiff
path: root/db-remove
AgeCommit message (Expand)Author
2015-06-05Use XBS instead of the SVN/ABS grossness.Luke Shumaker
2015-05-25db-remove: pull the path ${SVNREPO}/$repo/$pkgbase into a variable.Luke Shumaker
2015-05-25db-remove: remove_pkgs= should have been remove_pkgs+=Luke Shumaker
2014-06-18Use printf formatters instead of string interpolation.Luke Shumaker
2014-06-18Clean up 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
2014-01-06fix thingsParabola
2012-01-08Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-11-05db-remove: support removing multiple packages at oncePierre Schmitz
2011-11-05db-repo-{add, remove}: allow specifying multiple packagesDan McGee
2011-11-05db-*: always handle pkgname/pkgbase/pkgfile argument lastDan McGee
2011-08-03Changed SVN to ABSLibreNicolás Reynolds
2011-07-24db-remove: remove package if not in svnFlorian Pritz
2011-01-30Try to remove a package even if it is no longer in svnPierre Schmitz
2011-01-15Move repo manipulation code into common functionsPierre Schmitz
2010-11-22Add wrappers for repo-add and repo-removePierre Schmitz
2010-09-02Set correct group after touching the db filePierre Schmitz
2010-08-24db-remove: source functions before using themPierre Schmitz
2010-08-15Fix locking in db-removePierre Schmitz
2010-08-15Use common names for reposPierre Schmitz
2010-08-14Don't use hard coded architectures in db-removePierre Schmitz
2010-08-13Use common functions to print messages, warnings and errorsPierre Schmitz
2010-08-13Check permission before any actionPierre 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-08Cleanup db-removePierre Schmitz
2010-08-08Reduce verbosityPierre Schmitz
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz
2009-09-13Be more careful with config file inclusionDan McGee
2009-08-18Fix arch parameter handling in db-removeEric Bélanger
2009-08-17Remove dependence on makepkg.confAaron Griffin
2009-08-17Replace DB_COMPRESSION with DBEXT in the configAaron Griffin
2009-08-16Add DB_COMPRESSION var to all scripts that need itDan McGee
2009-07-22remove support for different svn reposPierre Schmitz
2009-07-21add support for split packages to db-removePierre Schmitz
2009-03-20'any' architecture support for db-move, db-removeAbhishek Dasgupta
2009-03-11Add per-repo SVN configsAaron Griffin
2008-12-12Quiet down repo-add just a bitAaron Griffin
2008-11-22Remove 'copy_helper' as chmodding is failAaron Griffin
2008-11-21Clear traps on cleanupAaron Griffin
2008-11-20Move everything to /srv to support new server confAaron Griffin
2008-11-11Move as much as we can out to a config fileAaron Griffin
2008-11-09Remove an erroneous '1' signal trap for cleanup() funcAaron Griffin
2008-10-21Add copy_helper function to ensure correct permissionsAaron Griffin
2008-09-13Move temporary directories to /home/tmpAaron Griffin