summaryrefslogtreecommitdiff
path: root/db-update
AgeCommit message (Expand)Author
2016-04-17Consistently use "$(dirname "$(readlink -e "$0")")"Luke Shumaker
2016-04-17Use += instead of jumping through hoops.Luke Shumaker
2016-04-16Use printf-formatters instead of string interpolation on msg, error, etc.Luke Shumaker
2016-04-16Fix quoting around variables, especially arrays.Luke Shumaker
2016-02-16disallow packages not built in a chrootarchlinuxLevente Polyak
2014-11-01disallow packages without a valid PACKAGERDave Reisner
2013-01-31db-update: Ignore forgeign staging packagesPierre Schmitz
2012-10-03Use pacman-key to check signatures as it now uses a correct exit valuePierre Schmitz
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2011-12-19Avoid calls to basenamePierre Schmitz
2011-12-18Validate package signatures on db-updatePierre Schmitz
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
2011-01-15Move repo manipulation code into common functionsPierre Schmitz
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz
2010-09-05Check if package exists in any other repository on updatePierre Schmitz
2010-09-02Set correct group after touching the db filePierre Schmitz
2010-08-24db-update: Make sure there are no links in the staging directoryPierre Schmitz
2010-08-17Add additional checks when reading PKGBUILDsPierre Schmitz
2010-08-17minor fix to error messageAllan McRae
2010-08-17Don't try to update no packagePierre Schmitz
2010-08-15Lock repos before checkingPierre Schmitz
2010-08-15Use common names for reposPierre Schmitz
2010-08-14Rewrite of db-updatePierre Schmitz
2010-08-13Simplify check for existing packagesPierre Schmitz
2010-08-13removed useless statementsPierre Schmitz
2010-08-13Remove check which was already covered by check_repo_permissionPierre Schmitz
2010-08-13Abort if package already exists in repoPierre 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-08Source PKGBUILD in subshellsPierre Schmitz
2010-08-08Move common function to db-functionsPierre Schmitz
2010-08-08use common workdirPierre Schmitz
2010-08-08Prepare for variable db file compressionPierre Schmitz
2010-08-08Remove BUILDSCRIPT variablePierre Schmitz
2010-08-08Remove check for old staging dirsPierre Schmitz
2010-08-08Reduce verbosityPierre Schmitz
2010-08-08Use package pool instead of $repo/os/any dirsPierre Schmitz
2010-06-29don't fail if any package already existsPierre Schmitz
2010-06-29don't mix db files of different archesPierre Schmitz
2010-06-20Replace PKGPOOL_DIR by a function callPierre Schmitz
2010-05-03Add PKGPOOL_DIR config variableAaron Griffin
2010-04-28db-update: Use a master package pool and symlinksAaron Griffin
2010-04-11Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup failsPierre Schmitz
2010-03-31fix permissions of incoming packagesAndrea Scarpino
2010-03-31don't publish *.old filesPierre Schmitz
2010-02-21Accept any *.pkg.tar.* package file namePierre Schmitz
2009-09-18Collapse duplicate loops for staging removalAaron Griffin
2009-09-18Remove pkg from $stagedir if already in FTP repoFrancois Charette