summaryrefslogtreecommitdiffstats
path: root/cron-jobs
AgeCommit message (Expand)AuthorFilesLines
2011-11-05The README file is no longer useful20111105Rémy Oudompheng1-2/+0
2011-11-05Move global code under a if __name__ == '__main__' block.Rémy Oudompheng1-120/+121
2011-11-05Use ctypes module to access alpm_pkg_vercmp() instead of the C module.Rémy Oudompheng5-59/+16
2011-10-14Rebuilt alpm.so for pacman 4.0 soname bumpPierre Schmitz1-0/+0
2011-07-24Add epoch support to integrity check cron jobEric Bélanger1-2/+6
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng1-2/+8
2011-04-01Recompiled alpm python module against pacman 3.5Pierre Schmitz1-0/+0
2011-03-26Use repo-add to create the files database for each repo20110326Pierre Schmitz1-101/+0
2011-01-30Make sure to only remove package files from the cleanup dirsPierre Schmitz2-2/+2
2011-01-08archweb update: source virtualenv if it existsDan McGee1-0/+7
2010-12-18Remove old files from the cleanup dirsPierre Schmitz2-0/+17
2010-12-18Touch old packages after moving them to the cleanup dirsPierre Schmitz2-1/+5
2010-12-09check_packages.py: remove obsolete klibc workaround20101209Pierre Schmitz1-6/+0
2010-12-09Call integrity-check with specific repo list for each architecturePierre Schmitz1-10/+26
2010-12-05Only emit a warning when a repository does not exist.Rémy Oudompheng1-2/+2
2010-12-05Add support for the [multilib] repo.Rémy Oudompheng1-1/+2
2010-12-05Style changes: add parentheses around print "...".Rémy Oudompheng1-10/+10
2010-12-05Style changes: remove usage of the 'has_key' method.Rémy Oudompheng1-11/+11
2010-11-25create-filelists: Improve performance by reading package list from db instead...Pierre Schmitz1-5/+4
2010-11-25update-web-db: Lock db and scriptPierre Schmitz1-26/+46
2010-11-25sourceballs: be nicePierre Schmitz1-0/+3
2010-11-25Rewrote create-filelistsPierre Schmitz1-66/+81
2010-11-25Add FILESEXT variable for use in create-filelistsPierre Schmitz1-5/+3
2010-11-25Make ftpdir-cleanup less verboseEric Bélanger1-1/+0
2010-11-25Added seperate dryrun options for the packages and sources cleanup scriptsEric Bélanger1-2/+2
2010-11-24sourceballs: fix working directoryPierre Schmitz1-3/+2
2010-11-23sourceballs: Move to our workdir first to fix warning with sudo usagePierre Schmitz1-0/+2
2010-11-23sourceballs: avoid failing twicePierre Schmitz1-0/+7
2010-11-23sourceballs: fix outputPierre Schmitz1-8/+3
2010-11-23sourceballs: be less verbosePierre Schmitz1-6/+21
2010-11-23Rewrite sourceballs to increase performance and reliabilityPierre Schmitz1-45/+99
2010-11-22Attempt to fix integrity-checkPierre Schmitz1-5/+6
2010-11-22check_archlinux: fix for python2 usagePierre Schmitz3-2/+2
2010-11-21texlive sources are already on ftp.archlinux.orgPierre Schmitz1-0/+20
2010-11-21sourceballs: Of course sort does only operate on linesPierre Schmitz1-1/+1
2010-11-21Blacklist more duplicate data packagesPierre Schmitz1-0/+5
2010-11-21sourceballs.skip: ufoai-data has the same sources as ufoaiPierre Schmitz1-0/+1
2010-11-21sourceballs.skip: tremulous-data has the same sources as tremulousPierre Schmitz1-0/+1
2010-11-21sourceballs.skip: torcs-data has the same sources as torcsPierre Schmitz1-0/+1
2010-11-21sourceballs.skip: nexuiz-data has the same sources as nexuizPierre Schmitz1-0/+1
2010-11-21sourceballs: Don't write any logPierre Schmitz1-8/+3
2010-11-20sourceballs: Lock the repo while reading the db filePierre Schmitz1-3/+10
2010-11-20Simplify sourceballs creationPierre Schmitz1-29/+17
2010-11-20Fix sourceballs cron jobPierre Schmitz1-13/+8
2010-10-12Dont try to index empty reposPierre Schmitz1-2/+2
2010-10-11Fix missing output redirectionDan McGee1-1/+1
2010-09-17Move output redirectionDan McGee1-3/+3
2010-09-13Fix typosPierre Schmitz2-2/+2
2010-09-12Add multilib-testing to web update scriptDan McGee1-1/+1
2010-09-11Use local config instead of guessing by hostnamePierre Schmitz1-8/+6