summaryrefslogtreecommitdiffstats
path: root/db-update
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Avoid calls to basenamePierre Schmitz1-7/+7
2011-12-18Validate package signatures on db-updatePierre Schmitz1-0/+3
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng1-0/+7
2011-01-15Move repo manipulation code into common functionsPierre Schmitz1-5/+1
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz1-0/+3
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz1-2/+2
2010-09-05Check if package exists in any other repository on update20100906Pierre Schmitz1-2/+2
2010-09-02Set correct group after touching the db filePierre Schmitz1-0/+1
2010-08-24db-update: Make sure there are no links in the staging directoryPierre Schmitz1-0/+3
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz1-1/+1
2010-08-17minor fix to error messageAllan McRae1-1/+1
2010-08-17Don't try to update no packagePierre Schmitz1-4/+6
2010-08-15Lock repos before checkingPierre Schmitz1-18/+14
2010-08-15Use common names for reposPierre Schmitz1-2/+2
2010-08-14Rewrite of db-updatePierre Schmitz1-169/+58
2010-08-13Simplify check for existing packagesPierre Schmitz1-10/+5
2010-08-13removed useless statementsPierre Schmitz1-9/+1
2010-08-13Remove check which was already covered by check_repo_permissionPierre Schmitz1-7/+0
2010-08-13Abort if package already exists in repoPierre Schmitz1-4/+2
2010-08-13Use common functions to print messages, warnings and errorsPierre Schmitz1-25/+23
2010-08-13Check permission before any actionPierre Schmitz1-9/+1
2010-08-10Use more consitent naming for package poolPierre Schmitz1-7/+5
2010-08-08Source PKGBUILD in subshellsPierre Schmitz1-20/+22
2010-08-08Move common function to db-functionsPierre Schmitz1-22/+0
2010-08-08use common workdirPierre Schmitz1-2/+0
2010-08-08Prepare for variable db file compressionPierre Schmitz1-0/+1
2010-08-08Remove BUILDSCRIPT variablePierre Schmitz1-4/+4
2010-08-08Remove check for old staging dirsPierre Schmitz1-20/+0
2010-08-08Reduce verbosityPierre Schmitz1-16/+7
2010-08-08Use package pool instead of $repo/os/any dirsPierre Schmitz1-11/+5
2010-06-29don't fail if any package already existsPierre Schmitz1-5/+9
2010-06-29don't mix db files of different archesPierre Schmitz1-5/+6
2010-06-20Replace PKGPOOL_DIR by a function callPierre Schmitz1-4/+4
2010-05-03Add PKGPOOL_DIR config variableAaron Griffin1-4/+4
2010-04-28db-update: Use a master package pool and symlinksAaron Griffin1-7/+19
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz1-1/+1
2010-03-31fix permissions of incoming packages20100410Andrea Scarpino1-0/+2
2010-03-31don't publish *.old filesPierre Schmitz1-1/+1
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz1-6/+6
2009-09-18Collapse duplicate loops for staging removalAaron Griffin1-11/+1
2009-09-18Remove pkg from $stagedir if already in FTP repoFrancois Charette1-0/+23
2009-09-14Ensure you don't update DBs on the wrong serverDan McGee1-1/+12
2009-09-14Be more careful with config file inclusionDan McGee1-0/+1
2009-08-18Remove dependence on makepkg.confAaron Griffin1-2/+0
2009-08-18Replace DB_COMPRESSION with DBEXT in the configAaron Griffin1-7/+6
2009-08-16Add DB_COMPRESSION var to all scripts that need itDan McGee1-0/+1
2009-07-22remove support for different svn reposPierre Schmitz1-4/+2
2009-07-22db-update: Move some steps inside an 'if'Francois Charette1-6/+8
2009-07-22db-update: Fix final repo_unlockAaron Griffin1-2/+2
2009-07-21remove trailing slash from ftppath[_any]Francois Charette1-3/+3