summaryrefslogtreecommitdiff
path: root/db-functions
AgeCommit message (Expand)Author
2014-01-08Avoid using $(basename $var) , use ${var##*/} insteadLuke Shumaker
2014-01-08Fix some array quoting.Luke 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-08Use `mktemp -t` to respect $TMPDIRLuke Shumaker
2014-01-08misc touch upLuke Shumaker
2012-02-14Ignore rsync temp filesNicolás Reynolds
2011-04-22Midnight fixJoshua Ismael Haase Hernández
2011-04-16Merge branch 'master' of git://projects.archlinux.org/dbscriptsJoshua Ismael Haase Hernández
2011-04-13Fixed more errors and refactoringJoshua Ismael Haase Hernández
2011-04-02Add simple checks for handling signed packagesPierre Schmitz
2011-03-26Use repo-add to create the files database for each repoPierre Schmitz
2011-03-23Add support for packages which use the epoch variablePierre Schmitz
2011-01-15Move repo manipulation code into common functionsPierre Schmitz
2010-12-09repo_lock: check if repo is locked by repo-add or repo-removePierre Schmitz
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz
2010-11-23Rewrite sourceballs to increase performance and reliabilityPierre Schmitz
2010-11-22Set CARCH as needed by some PKGBUILDsPierre Schmitz
2010-09-12_grep_pkginfo: use a more specific formatPierre Schmitz
2010-09-12check_pkgsvn: Don't assume the same PKGBUILD for all architecturesPierre Schmitz
2010-09-12check_pkgsvn: check if pkgname is in sync with svnPierre Schmitz
2010-09-11Fix check_pkgreposPierre Schmitz
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz
2010-09-11Fix check_repo_permissionPierre Schmitz
2010-09-05Check if package exists in any other repository on updatePierre Schmitz
2010-09-05Fix updating of same package into different repositories at aoncePierre Schmitz
2010-09-02Set correct group after touching the db filePierre Schmitz
2010-09-01Simplify repo configurationPierre Schmitz
2010-08-22add makepkg.conf for [multilib]Pierre Schmitz
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz
2010-08-17Add [staging] repositoryPierre Schmitz
2010-08-15Lock repos before checkingPierre Schmitz
2010-08-15Use common names for reposPierre Schmitz
2010-08-14Add common function to check for correct repo and archPierre Schmitz
2010-08-14Rewrite of db-updatePierre 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-08Fix typoPierre Schmitz
2010-08-08Cleanup db-functionsPierre Schmitz
2010-08-08Move common function to db-functionsPierre Schmitz
2010-08-08use common workdirPierre Schmitz
2010-06-20Replace PKGPOOL_DIR by a function callPierre Schmitz
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz
2010-03-13sourceballs: Make cleanup more efficientEric Bélanger
2010-03-03Make repo locking an atomic process and added timeout argumentEric Bélanger
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz
2009-10-29Echo pkginfo parsing errors to stderrAaron Griffin
2009-10-26Moved chk_license to db-functions fileEric Bélanger