aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* */*: Reformat with newer BlackSam James2023-03-201-1/+0
* Fix typo "informations" revdep-rebuild & eshowkwBrian Dolbec2022-07-092-3/+3
* revdep-rebuild: set up a child logger with propagate = FalseMike Gilbert2022-07-081-1/+2
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-208-1238/+1395
* Remove unused sys importsMatt Turner2020-12-203-3/+0
* Remove inherits from objectMatt Turner2020-12-202-2/+2
* Remove Python < 3 version checksMatt Turner2020-12-205-31/+3
* Remove imports from __future__Matt Turner2020-12-207-14/+0
* revdep-rebuild: encode Popen args as utf-8 bytes (bug 709610)Zac Medico2020-02-141-0/+1
* Modernize test assertionsMichał Górny2020-01-261-3/+3
* Pass raw strings for regexp to fix DeprecationWarningsMichał Górny2020-01-264-7/+7
* revdep-rebuild: Fix DEFAULTS beeing modified when changing settingscvkbtzx2019-08-181-2/+2
* revdep-rebuild: Fix pass_through_options to handle args containing spacescvkbtzx2019-08-182-13/+12
* Add (and fix) flake8 checks in toxVirgil Dupras2018-08-144-7/+7
* revdep_rebuild/settings.py: Fix traceback error with Python3.6 (bug 617498)Paul Varner2017-05-051-5/+12
* revdep_rebuild/assign.py: handle directory symlinks (bug 611808)Zac Medico2017-03-101-7/+60
* 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
* 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