summaryrefslogtreecommitdiff
path: root/cron-jobs/check_archlinux/check_packages.py
AgeCommit message (Expand)Author
2016-04-17tidyLuke Shumaker
2015-05-25Clean up shebangsLuke Shumaker
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
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-18improve the way parse_pkgbuilds.sh is calledXavier 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-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