summaryrefslogtreecommitdiff
path: root/cron-jobs/check_archlinux
AgeCommit message (Expand)Author
2016-04-17tidyLuke Shumaker
2015-05-25Clean up shebangsLuke Shumaker
2014-06-18Clean up quoting.Luke Shumaker
2014-06-18use tab indentLuke Shumaker
2014-01-08Fix some array quoting.Luke Shumaker
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-14Rebuilt alpm.so for pacman 4.0 soname bumpPierre Schmitz
2011-07-24Add epoch support to integrity check cron jobEric Bélanger
2011-04-01Recompiled alpm python module against pacman 3.5Pierre Schmitz
2010-12-09check_packages.py: remove obsolete klibc workaroundPierre 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
2010-11-22check_archlinux: fix for python2 usagePierre Schmitz
2009-09-21check_packages : fix a bug when filling provisionsXavier Chantry
2009-09-18check_archlinux: absroot -> absrootsAaron Griffin
2009-09-18Bump check_archlinux module for libalpm.so.4Aaron Griffin
2009-09-18parse_pkgbuilds.sh : fix pkgbase handlingXavier Chantry
2009-09-18improve the way parse_pkgbuilds.sh is calledXavier Chantry
2009-09-18parse_pkgbuilds : simple performance tweakXavier Chantry
2009-09-18improve compute_dep algorithmXavier Chantry
2009-09-18add the repo/ info to most results, and sort themXavier Chantry
2009-09-18Add db comparison to integrity checkHenning Garus
2009-09-18check_packages.py: Allow multiple abs-treesHenning Garus
2009-08-28add deplist to hierarchy problemsXavier Chantry
2009-08-28check_packages : add support for split packages.Xavier Chantry
2009-05-08check_archlinux: Skip searching CVS and .svn dirsAaron Griffin
2009-05-06check_packages.py: Add 'any' arch supportFrançois Charette
2009-02-01check_packages: fix stupid assumption on script location.Xavier Chantry
2009-01-09check_packages : add --arch option.Xavier Chantry
2008-10-05check_packages : improve the "skip klibc dep" hack.Xavier Chantry
2008-08-30Replace check_archlinux.py by check_archlinux/check_packages.pyXavier Chantry