aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revdep-rebuild/analyse.py: Add bin, lib, masked directories and files to the ...Brian Dolbec2014-02-161-0/+13
* Open CONTENTS files as utf-8 to prevent UnicodeDecodeError.Paul Varner2014-02-131-1/+2
* Update warning to indicate prerelease and where to file bugs.Paul Varner2014-02-121-1/+4
* revdep_rebuild/collect.py: Minor grmmar correction.Brian Dolbec2014-02-121-1/+1
* revdep_rebuild: Add task timing information to debug output.Brian Dolbec2014-02-122-4/+40
* revdep_rebuild/assign.py: Add missed green importBrian Dolbec2014-02-121-1/+1
* revdep_rebuild: Remove bin/revdep-ng accidently merged in.Brian Dolbec2014-02-121-51/+0
* revdep_rebuild/analyse.py: Add docstring to scan_files()Brian Dolbec2014-02-121-1/+8
* revdep_rebuild/rebuild.py: Add library search message type for orphaned files.Brian Dolbec2014-02-121-0/+6
* revdep_rebuild: Unify debug and detail output for a more consistent look.Brian Dolbec2014-02-126-26/+28
* revdep_rebuild/analyse.py: Create LibCheck class for searching & processing t...Brian Dolbec2014-02-121-28/+100
* recdep_rebuild: Python 3 fixes.Brian Dolbec2014-02-112-3/+10
* revdep_rebuild/analyse.py: Cleanup some debug code, remove a blank line.Brian Dolbec2014-02-111-3/+0
* revdep_rebuild: Track and report broken orphaned files.Brian Dolbec2014-02-112-6/+18
* revdep_rebuild/assign.py: Remove dead code.Brian Dolbec2014-02-111-24/+0
* revdep_rebuild: Minor indent changes for debug messages, improves output.Brian Dolbec2014-02-112-3/+3
* revdep_rebuild: Add logger parameter to scan_files(), scan()Brian Dolbec2014-02-112-11/+10
* Fix incorrect reporting of some broken files, pkgs.Brian Dolbec2014-02-111-12/+7
* revdep_rebuild/stuff.py: Sort the set of files to scan.Brian Dolbec2014-02-111-4/+4
* revdep_rebuild/assign.py: assigned is a set, remove redundant if statement.Brian Dolbec2014-02-111-2/+1
* revdep_rebuild/collect.py: remove some blank lines.Brian Dolbec2014-02-111-2/+0
* revdep_rebuild/collect.py: Fix unknown variables.Brian Dolbec2014-02-111-2/+2
* 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-114-16/+16
* 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-112-3/+7
* revdep_rebuild/analyse.py: Fix default parameter assignment.Brian Dolbec2014-02-111-1/+3
* revdep_rebuild/stuff.py: Remove unused exithandler()Brian Dolbec2014-02-111-4/+0
* revdep_rebuild/cache.py: Remove inccorrect bash shebang.Brian Dolbec2014-02-111-1/+0
* revdep_rebuild: Fix missing logger variable in check_temp_files().Brian Dolbec2014-02-112-2/+3
* revdep_rebuild/assign.py: Fix unused error assignmentBrian Dolbec2014-02-111-0/+1
* revdep_rebuild/rebuild.py: Add missing logger.warn() callBrian Dolbec2014-02-111-0/+1
* revdep_rebuild/rebuild.pt: Remove unused variablesBrian Dolbec2014-02-111-2/+0
* revdep_rebuild/assign.py: Make assign_packages() ignore files found in /var/d...Brian Dolbec2014-02-111-2/+8
* revdep_rebuild: Whitespace cleanupBrian Dolbec2014-02-113-16/+15
* revdep_rebuild: Initial pyflakes import and variable cleanup.Brian Dolbec2014-02-112-32/+27
* revdep_rebuild: Fix tracebacks due to empy results returned from scanelf calls.Brian Dolbec2014-02-112-2/+10
* Merged revdep-rebuild branchslis2014-01-219-113/+409
|\
| * Fixed multilib supportrevdep-rebuildslis2013-09-302-33/+105
| * Minor fix in rebuild (parsing options)Slawek2012-10-021-3/+1
| * Cleanup in revdep-rebuild file; improved multi-core analyzing (speedup on mul...Slawek2012-10-024-1/+144
| * Fixed --library checking when not using cacheSlawek2011-04-281-1/+1
| * Added support for file path in -L optionSlawek2011-04-272-6/+19
| * Fixed .la files parser. Some minor logging fixes.Slawek2011-04-263-10/+23
| * pass the nocolor setting on to emerge.dol-sen2011-04-251-0/+2
| * move unused function to stuff.pydol-sen2011-04-252-8/+9
| * change the masking status message.dol-sen2011-04-251-1/+2
| * whitespace separation from system importsdol-sen2011-04-252-0/+2