summaryrefslogtreecommitdiffstats
path: root/cron-jobs/check_archlinux/check_packages.py
AgeCommit message (Expand)AuthorFilesLines
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 Oudompheng1-2/+15
2010-12-09check_packages.py: remove obsolete klibc workaround20101209Pierre Schmitz1-6/+0
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-22check_archlinux: fix for python2 usagePierre Schmitz1-1/+1
2009-09-21check_packages : fix a bug when filling provisionsXavier Chantry1-10/+14
2009-09-18check_archlinux: absroot -> absrootsAaron Griffin1-1/+1
2009-09-18improve the way parse_pkgbuilds.sh is calledXavier Chantry1-3/+7
2009-09-18improve compute_dep algorithmXavier Chantry1-19/+16
2009-09-18add the repo/ info to most results, and sort themXavier Chantry1-7/+6
2009-09-18Add db comparison to integrity checkHenning Garus1-2/+53
2009-09-18check_packages.py: Allow multiple abs-treesHenning Garus1-15/+17
2009-08-28add deplist to hierarchy problemsXavier Chantry1-3/+47
2009-08-28check_packages : add support for split packages.Xavier Chantry1-1/+4
2009-05-06check_packages.py: Add 'any' arch supportFrançois Charette1-2/+2
2009-02-01check_packages: fix stupid assumption on script location.Xavier Chantry1-4/+2
2009-01-09check_packages : add --arch option.Xavier Chantry1-9/+14
2008-10-06check_packages : improve the "skip klibc dep" hack.Xavier Chantry1-1/+1
2008-08-31Replace check_archlinux.py by check_archlinux/check_packages.pyXavier Chantry1-0/+392