summaryrefslogtreecommitdiff
path: root/cron-jobs
AgeCommit message (Expand)Author
2014-01-08Avoid using $(basename $var) , use ${var##*/} insteadLuke Shumaker
2014-01-08Fix some array quoting.Luke Shumaker
2014-01-08Normalize to load config then local_config then db-functionsLuke Shumaker
2014-01-08fix comments, indentationLuke Shumaker
2014-01-08Get rid of $ARCH_BASE; these days it is the same as $FTP_BASELuke Shumaker
2014-01-08Be very careful about using $0.Luke Shumaker
2013-08-26removed unnecessary codeIcarious
2012-01-08remove locksNicolás Reynolds
2012-01-08Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-11-05The README file is no longer usefulRémy Oudompheng
2011-11-05Move global code under a if __name__ == '__main__' block.Rémy Oudompheng
2011-11-05Use ctypes module to access alpm_pkg_vercmp() instead of the C module.Rémy Oudompheng
2011-10-30Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-10-14Rebuilt alpm.so for pacman 4.0 soname bumpPierre Schmitz
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
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
2011-04-17Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-04-17sourceballs2Nicolás Reynolds
2011-04-16Merge branch 'master' of vparabola:~/projects/dbscriptsJoshua Ismael Haase Hernández
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
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
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
2010-12-18Remove old files from the cleanup dirsPierre Schmitz
2010-12-18Touch old packages after moving them to the cleanup dirsPierre Schmitz
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
2010-12-05Add support for the [multilib] repo.Rémy Oudompheng
2010-12-05Style changes: add parentheses around print "...".Rémy Oudompheng
2010-12-05Style changes: remove usage of the 'has_key' method.Rémy Oudompheng