summaryrefslogtreecommitdiff
path: root/cron-jobs
AgeCommit message (Collapse)Author
2011-08-13Failedpkgs array wasn't workingNicolás Reynolds
2011-08-13Added useful messagesNicolás Reynolds
2011-08-13Cleaner sourceballs2Nicolás Reynolds
2011-08-12Fixed unexistent REPOS array and skip removal when the ABS tree is empty.Nicolás Reynolds
2011-08-11Sort unique pkgnamesNicolás Reynolds
2011-08-11Forgot +xNicolás Reynolds
2011-08-11Changed xargs for find -execNicolás Reynolds
2011-08-11Script to solve issue165Nicolás Reynolds
2011-08-09Ignore stagingNicolás Reynolds
2011-08-09update-abs-tarballs +xNicolás Reynolds
2011-08-03Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-07-24Add epoch support to integrity check cron jobEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-07-16Syncs ABSLibre tarballs between ABSLibre host and repo serverNicolás Reynolds
2011-04-17Merge branch 'master' of ssh://vparabola/srv/git/projects/dbscriptsNicolás Reynolds
Conflicts: cron-jobs/sourceballs2
2011-04-17Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
Conflicts: db-functions
2011-04-17sourceballs2Nicolás Reynolds
2011-04-16Merge branch 'master' of vparabola:~/projects/dbscriptsJoshua Ismael Haase Hernández
Conflicts: cron-jobs/sourceballs2
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
Signature files are optional and the previous behaviour is unchanged when signatures files do not exist. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-04-01Recompiled alpm python module against pacman 3.5Pierre Schmitz
2011-03-26Use repo-add to create the files database for each repoPierre Schmitz
2011-03-06FixesParabola
2011-03-05sourceballs2 creates sourceballs from the entire ABSLibreNicolás Reynolds
2011-02-20Merge branch 'master' of http://projects.parabolagnulinux.org/dbscriptsParabola
Conflicts: db-functions
2011-02-20sourceballsParabola
2011-02-20Changes to sourceball everythingNicolás Reynolds
2011-02-18First stab at sourceballing everythingNicolás Reynolds
2011-01-30Make sure to only remove package files from the cleanup dirsPierre Schmitz
2011-01-08archweb update: source virtualenv if it existsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-18Remove old files from the cleanup dirsPierre Schmitz
2010-12-18Touch old packages after moving them to the cleanup dirsPierre Schmitz
This updates the mtime of those files and will help us to remove them later.
2010-12-09check_packages.py: remove obsolete klibc workaroundPierre Schmitz
2010-12-09Call integrity-check with specific repo list for each architecturePierre Schmitz
2010-12-05Only emit a warning when a repository does not exist.Rémy Oudompheng
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-12-05Add support for the [multilib] repo.Rémy Oudompheng
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-12-05Style changes: add parentheses around print "...".Rémy Oudompheng
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-12-05Style changes: remove usage of the 'has_key' method.Rémy Oudompheng
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-25create-filelists: Improve performance by reading package list from db ↵Pierre Schmitz
instead from fs
2010-11-25update-web-db: Lock db and scriptPierre Schmitz
* usage of db-functions * Lock the db and work on a copy to avoid long lock times * Lock the script itself to avoid multiple calls * Adjust to coding style to other dbscripts
2010-11-25sourceballs: be nicePierre Schmitz
2010-11-25Rewrote create-filelistsPierre Schmitz
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db
2010-11-25Add FILESEXT variable for use in create-filelistsPierre Schmitz
2010-11-25Make ftpdir-cleanup less verboseEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-25Added seperate dryrun options for the packages and sources cleanup scriptsEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-24sourceballs: fix working directoryPierre Schmitz
2010-11-23sourceballs: Move to our workdir first to fix warning with sudo usagePierre Schmitz
2010-11-23sourceballs: avoid failing twicePierre Schmitz
2010-11-23sourceballs: fix outputPierre Schmitz
2010-11-23sourceballs: be less verbosePierre Schmitz
2010-11-23Rewrite sourceballs to increase performance and reliabilityPierre Schmitz
* Decrease file stats as much as possible * Create a list of all packages and meta data only once * Create a list of available source packages only once * Create a list of expected packages only once * Combine all three scripts into one to share data and code * Use as much information from the db files as possible and avoid using svn * Avoid attempting to create the same source package twice Logic works as follows: 1) create a list of all packages 2) Check for each package if we need a src package and create one 3) During this process create a list of all src packages that should be there 4) Diff both lists for the cleanup
2010-11-22Attempt to fix integrity-checkPierre Schmitz