aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revdep-rebuild: fix grammarJason A. Donenfeld2016-12-291-1/+1
* revdep-rebuild: Use realpath on the mask directories too (Bug 593672)Brian Dolbec2016-09-141-1/+1
* revdep-rebuild: Fix filename matching for directories (bug 593672)Brian Dolbec2016-09-141-9/+24
* Change open function to use UTF-8 encoding for content.Paul Varner2016-06-301-1/+5
* Excluding masked files from rebuilding. This should fix a bug #568902Slawek Lis2016-06-091-22/+33
* revdep-rebuild: Replace the deprecated logger.war calls with logger.warningBrian Dolbec2016-05-181-3/+3
* revdep-rebuild/analyse.py: Add file masks to the collecting masksBrian Dolbec2016-02-251-2/+8
* revdep-rebuild/analyse.py: Account for more than 5 parts to report the error ...Brian Dolbec2015-12-191-4/+4
* Fix the file open() calls to work with Python 2Paul Varner2015-11-241-1/+1
* Change all open() calls to use Unicode.Paul Varner2015-11-241-1/+2
* --library option - partial filename checkingSlawek Lis2014-11-121-18/+15
* revdep --library fixesSlawek Lis2014-11-071-5/+24
* Fix two typosBrian Dolbec2014-08-281-1/+1
* 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