aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revdep-rebuild: Fix filename matching for directories (bug 593672)Brian Dolbec2016-09-141-9/+24
* revdep-ebuild: Fix unicode argument expected errorPaul Varner2016-08-152-4/+6
* Change open function to use UTF-8 encoding for content.Paul Varner2016-06-304-8/+23
* 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-185-24/+24
* revdep-rebuild, assign.py: Trap an invalid cpv split bug 571782Brian Dolbec2016-05-181-0/+5
* revdep-rebuild, settings.py: whitespace cleanupBrian Dolbec2016-05-181-28/+28
* revdep-rebuild/collect.py: Fix the masking issue where some masks were not ho...Brian Dolbec2016-05-171-6/+6
* revdep-rebuild/analyse.py: Add file masks to the collecting masksBrian Dolbec2016-02-251-2/+8
* revdep-rebuild: fix typo in bugs messageJason A. Donenfeld2016-01-181-1/+1
* revdep-rebuild/analyse.py: Account for more than 5 parts to report the error ...Brian Dolbec2015-12-191-4/+4
* revdep-rebuild: Adjust the intro message for a normal release0.3.1Brian Dolbec2015-12-161-3/+3
* Fix the file open() calls to work with Python 2Paul Varner2015-11-244-13/+13
* Change all open() calls to use Unicode.Paul Varner2015-11-244-9/+18
* revdep-rebuild: Remove broken NO_PRETEND settingMike Gilbert2015-05-272-13/+0
* revdep-rebuild.py: Fix recent changes to work with Python 3Paul Varner2014-11-121-1/+1
* --library option - partial filename checkingSlawek Lis2014-11-121-18/+15
* revdep --library fixesSlawek Lis2014-11-071-5/+24
* logging levelSlawek Lis2014-11-071-2/+1
* help text updateSlawek Lis2014-11-071-3/+3
* loggin updateSlawek Lis2014-11-071-1/+0
* using debug loggingSlawek Lis2014-11-051-1/+1
* updated default cache location for non-rootSlawek Lis2014-11-051-1/+1
* revdep-rebuild: Fix python version to honor --debugPaul Varner2014-10-301-1/+1
* Fix two typosBrian Dolbec2014-08-281-1/+1
* output all messages into stdout instead of stderrSlawek Lis2014-08-281-1/+1
* Fixed bug when no libraries are passedSlawek Lis2014-03-271-1/+2
* Switch from getopt to argparseSlawek Lis2014-03-261-73/+64
* parsing revdep config refactor, added environment config read (as sugggested ...Slawek Lis2014-03-241-12/+21
* Moved option and config parsing into settings moduleSlawek Lis2014-03-243-115/+123
* Fix for non-existing libraries version (https://bugs.gentoo.org/show_bug.cgi?...slis2014-03-171-1/+5
* Fix #504654 - problem with encoding for non-ascii filenamesslis2014-03-171-1/+1
* Remove unused revdep-rebuild.pygentoolkit-0.3.0.9Paul Varner2014-03-111-17/+0
* Remove development version warningPaul Varner2014-03-111-4/+1
* revdep_rebuild/rebuild.py: Migrate an os.system() call to subprocess.call()Brian Dolbec2014-02-181-4/+4
* revdep_rebuild/rebuild.py: Add debug timing info for the emerge call.Brian Dolbec2014-02-181-0/+8
* revdep_rebuild/rebuild.py: Remove useless emerge_command reassignment to itself.Brian Dolbec2014-02-181-2/+0
* revdep_rebuild/assign.py: Improve a couple logger messages formatting.Brian Dolbec2014-02-181-2/+2
* revdep_rebuild/assign.py: Downgrade a logging.info message to logging.debugBrian Dolbec2014-02-181-1/+1
* revdep_rebuild.py/assign.py: Fix a bug in the slot assignment.Brian Dolbec2014-02-181-1/+1
* revdep_rebuild: Fix pkgs to merge being incorrectly filtered.Brian Dolbec2014-02-182-20/+32
* 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-182-16/+4
* revdep_rebuild/analyse.py: Remove the -n option from the scanelf parameters. Brian Dolbec2014-02-181-1/+1
* revdep_rebuild/collect.py: Fix incorrect usage of set.union(), should have be...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