aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for non-existing libraries version (https://bugs.gentoo.org/show_bug.cgi?...slis2014-03-171-1/+5
* revdep_rebuild/analyse.py: Improve LibCheck.search() totals debug output.Brian Dolbec2014-02-181-3/+6
* recdep_rebuild/analyse.py: Fix LibCheck.search() overwiting found_libs...Brian Dolbec2014-02-181-6/+7
* revdep_rebuild/analyse.py: No need to convert to a set before updating maske...Brian Dolbec2014-02-181-6/+5
* revdep_rebuild/analyse.py: Correctly set search bits for -L searches...Brian Dolbec2014-02-181-16/+35
* revdep_rebuild: Remove unused symlink_pairs code.Brian Dolbec2014-02-181-1/+1
* revdep_rebuild/analyse.py: Remove the -n option from the scanelf parameters. Brian Dolbec2014-02-181-1/+1
* Revert "revdep-rebuild/analyse.py: Change the scanelf call parameters."Brian Dolbec2014-02-181-1/+1
* revdep-rebuild/analyse.py: Change the scanelf call parameters.Brian Dolbec2014-02-171-1/+1
* Using sets in collect moduleslis2014-02-171-2/+2
* revdep-rebuild/analyse.py: Add bin, lib, masked directories and files to the ...Brian Dolbec2014-02-161-0/+13
* revdep_rebuild: Add task timing information to debug output.Brian Dolbec2014-02-121-4/+33
* revdep_rebuild/analyse.py: Add docstring to scan_files()Brian Dolbec2014-02-121-1/+8
* revdep_rebuild: Unify debug and detail output for a more consistent look.Brian Dolbec2014-02-121-6/+7
* revdep_rebuild/analyse.py: Create LibCheck class for searching & processing t...Brian Dolbec2014-02-121-28/+100
* revdep_rebuild/analyse.py: Cleanup some debug code, remove a blank line.Brian Dolbec2014-02-111-3/+0
* revdep_rebuild: Minor indent changes for debug messages, improves output.Brian Dolbec2014-02-111-2/+2
* revdep_rebuild: Add logger parameter to scan_files(), scan()Brian Dolbec2014-02-111-7/+6
* Fix incorrect reporting of some broken files, pkgs.Brian Dolbec2014-02-111-12/+7
* revdep_rebuild/analyse.py: Fix a long line.Brian Dolbec2014-02-111-1/+2
* revdep-rebuild: Add the function name to the debug messagesBrian Dolbec2014-02-111-3/+3
* revdep-rebuild: Use set().update() instead of set().union().Brian Dolbec2014-02-111-3/+3
* revdep_rebuild/analyse.py: Fix the bug that caused some breakage to not be de...Brian Dolbec2014-02-111-19/+31
* revdep_rebuild/analyse.py: Remove unused or commented out codeBrian Dolbec2014-02-111-132/+0
* revdep_rebuild: Remove duplicate files for the scanelf checks.Brian Dolbec2014-02-111-1/+1
* revdep_rebuild/analyse.py: Fix default parameter assignment.Brian Dolbec2014-02-111-1/+3
* revdep_rebuild: Whitespace cleanupBrian Dolbec2014-02-111-9/+9
* revdep_rebuild: Initial pyflakes import and variable cleanup.Brian Dolbec2014-02-111-6/+3
* revdep_rebuild: Fix tracebacks due to empy results returned from scanelf calls.Brian Dolbec2014-02-111-1/+6
* Merged revdep-rebuild branchslis2014-01-211-59/+141
|\
| * Fixed multilib supportrevdep-rebuildslis2013-09-301-32/+104
| * Cleanup in revdep-rebuild file; improved multi-core analyzing (speedup on mul...Slawek2012-10-021-0/+5
| * Added support for file path in -L optionSlawek2011-04-271-3/+13
| * Fixed .la files parser. Some minor logging fixes.Slawek2011-04-261-5/+18
| * more cleanup of importing logging. Use the one defined or passed in to in ma...dol-sen2011-04-251-3/+8
| * migrate away from a global SETTINGS usage.dol-sen2011-04-241-11/+10
| * convert to gentoolkit's standard tab indent.dol-sen2011-04-241-134/+134
| * Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek2011-02-151-1/+1
| * Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek2011-01-181-9/+9
| * Split to several files. Introduced logging (instead of print_v)Slawomir Lis2011-01-171-0/+194
* drop trailing whitespaceMike Frysinger2012-12-191-7/+7
* reverse the logging message in analyse.py since it is not correct.dol-sen2011-10-101-2/+0
* add --library output to revdep-rebuild.dol-sen2011-10-101-0/+2
* major pylint cleanup, 2 probable bugs fixed along the way.dol-sen2011-07-131-67/+87
* merge head, fix conflicts, more pylint cleanupdol-sen2011-07-131-4/+8
* fix the use of set updates and the with statement.dol-sen2011-07-121-2/+2
* Remove automatic adding of pretend to revdep-rebuild options.Paul Varner2011-07-121-1/+1
* Fix python 3 syntax errors with new revdep-rebuild. Change VERSION toPaul Varner2011-07-121-1/+1
* Added support for file path in -L optionSlawek2011-07-121-3/+13
* Fixed .la files parser. Some minor logging fixes.Slawek2011-07-121-5/+18