summaryrefslogtreecommitdiffstats
path: root/db-functions
AgeCommit message (Expand)AuthorFilesLines
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz1-1/+57
2010-11-23Rewrite sourceballs to increase performance and reliabilityPierre Schmitz1-33/+2
2010-11-22Set CARCH as needed by some PKGBUILDsPierre Schmitz1-0/+3
2010-09-12_grep_pkginfo: use a more specific formatPierre Schmitz1-6/+6
2010-09-12check_pkgsvn: Don't assume the same PKGBUILD for all architecturesPierre Schmitz1-5/+5
2010-09-12check_pkgsvn: check if pkgname is in sync with svnPierre Schmitz1-12/+16
2010-09-11Fix check_pkgreposPierre Schmitz1-6/+6
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz1-21/+8
2010-09-11Fix check_repo_permissionPierre Schmitz1-6/+4
2010-09-05Check if package exists in any other repository on update20100906Pierre Schmitz1-0/+25
2010-09-05Fix updating of same package into different repositories at aoncePierre Schmitz1-4/+4
2010-09-02Set correct group after touching the db filePierre Schmitz1-0/+14
2010-09-01Simplify repo configurationPierre Schmitz1-6/+6
2010-08-22add makepkg.conf for [multilib]Pierre Schmitz1-1/+1
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz1-0/+1
2010-08-17Add [staging] repositoryPierre Schmitz1-1/+1
2010-08-15Lock repos before checkingPierre Schmitz1-2/+2
2010-08-15Use common names for reposPierre Schmitz1-4/+4
2010-08-14Add common function to check for correct repo and archPierre Schmitz1-9/+20
2010-08-14Rewrite of db-updatePierre Schmitz1-7/+43
2010-08-13Use common functions to print messages, warnings and errorsPierre Schmitz1-16/+54
2010-08-13Check permission before any actionPierre Schmitz1-1/+28
2010-08-10Use more consitent naming for package poolPierre Schmitz1-2/+2
2010-08-08Fix typoPierre Schmitz1-1/+1
2010-08-08Cleanup db-functionsPierre Schmitz1-55/+60
2010-08-08Move common function to db-functionsPierre Schmitz1-6/+68
2010-08-08use common workdirPierre Schmitz1-2/+2
2010-06-20Replace PKGPOOL_DIR by a function callPierre Schmitz1-0/+8
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz1-5/+12
2010-03-13sourceballs: Make cleanup more efficientEric Bélanger1-0/+21
2010-03-03Make repo locking an atomic process and added timeout argumentEric Bélanger1-16/+32
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz1-3/+31
2009-10-30Echo pkginfo parsing errors to stderrAaron Griffin1-3/+3
2009-10-26Moved chk_license to db-functions fileEric Bélanger1-0/+16
2009-09-14Add new get_repos_for_host() functionDan McGee1-0/+7
2009-09-14Be more careful with config file inclusionDan McGee1-8/+0
2009-08-18Remove dependence on makepkg.confAaron Griffin1-9/+0
2009-07-22remove support for different svn reposPierre Schmitz1-14/+0
2009-07-21db-functions: minor cleanup - remove echoAaron Griffin1-1/+1
2009-07-21db-scripts: getpkgbase: return pkgbase by defaultPierre Schmitz1-4/+3
2009-07-20Minor syntactic improvements in db-updateFrancois Charette1-0/+3
2009-07-20Bugfix in db-functions for _grep_pkginfoFrancois Charette1-1/+1
2009-07-14Refactor PKGINFO reading into a functionAaron Griffin1-4/+13
2009-07-14Read meta data from .PKGINFO instead of filenamePierre Schmitz1-15/+31
2009-07-14fix syntax errorPierre Schmitz1-2/+2
2009-06-12fix redirection to stderr in get_svnpathFrancois Charette1-2/+2
2009-05-13use pkgext defined in makepkg.confPierre Schmitz1-1/+1
2009-05-12fixed redirection of error msgs in get_svnpathFrancois Charette1-2/+2
2009-03-11Add per-repo SVN configsAaron Griffin1-0/+15
2009-02-13Correct the sourceball removal stepAaron Griffin1-0/+11