aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revdep-rebuild: Replace the deprecated logger.war calls with logger.warningBrian Dolbec2016-05-181-12/+12
* revdep-rebuild: fix typo in bugs messageJason A. Donenfeld2016-01-181-1/+1
* revdep-rebuild: Adjust the intro message for a normal release0.3.1Brian Dolbec2015-12-161-3/+3
* revdep-rebuild: Remove broken NO_PRETEND settingMike Gilbert2015-05-271-8/+0
* logging levelSlawek Lis2014-11-071-2/+1
* revdep-rebuild: Fix python version to honor --debugPaul Varner2014-10-301-1/+1
* output all messages into stdout instead of stderrSlawek Lis2014-08-281-1/+1
* Moved option and config parsing into settings moduleSlawek Lis2014-03-241-82/+1
* 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: Fix pkgs to merge being incorrectly filtered.Brian Dolbec2014-02-181-20/+6
* fixed commented out rebuildslis2014-02-171-1/+1
* Using sets in collect moduleslis2014-02-171-1/+1
* Update warning to indicate prerelease and where to file bugs.Paul Varner2014-02-121-1/+4
* 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-121-5/+5
* revdep_rebuild: Track and report broken orphaned files.Brian Dolbec2014-02-111-3/+10
* revdep-rebuild: Use set().update() instead of set().union().Brian Dolbec2014-02-111-1/+1
* revdep_rebuild: Fix missing logger variable in check_temp_files().Brian Dolbec2014-02-111-1/+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: Whitespace cleanupBrian Dolbec2014-02-111-3/+2
* Merged revdep-rebuild branchslis2014-01-211-9/+21
|\
| * Fixed multilib supportrevdep-rebuildslis2013-09-301-1/+1
| * 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-021-1/+8
| * Fixed --library checking when not using cacheSlawek2011-04-281-1/+1
| * Added support for file path in -L optionSlawek2011-04-271-3/+6
| * Fixed .la files parser. Some minor logging fixes.Slawek2011-04-261-2/+2
| * pass the nocolor setting on to emerge.dol-sen2011-04-251-0/+2
| * move unused function to stuff.pydol-sen2011-04-251-7/+0
| * more cleanup of importing logging. Use the one defined or passed in to in ma...dol-sen2011-04-251-5/+12
| * new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-04-241-145/+187
| * rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen2011-04-241-0/+192
* drop trailing whitespaceMike Frysinger2012-12-191-15/+15
* Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner2012-02-061-2/+5
|\
| * Fix bug 400957 where -hC did not work to to printing help immediately upon f...Brian Dolbec2012-01-271-2/+5
* | Change the documentation for revdep-rebuild --library.Paul Varner2012-02-061-3/+3
|/
* add --library output to revdep-rebuild.dol-sen2011-10-101-0/+4
* Make development warning always printPaul Varner2011-07-131-9/+8
* major pylint cleanup, 2 probable bugs fixed along the way.dol-sen2011-07-131-3/+2
* merge head, fix conflicts, more pylint cleanupdol-sen2011-07-131-16/+23
* partial pylint cleanupdol-sen2011-07-131-19/+23
* Remove automatic adding of pretend to revdep-rebuild options.Paul Varner2011-07-121-6/+3
* Fix python 3 syntax errors with new revdep-rebuild. Change VERSION toPaul Varner2011-07-121-10/+11
* Fixed --library checking when not using cacheSlawek2011-07-121-1/+1
* Added support for file path in -L optionSlawek2011-07-121-3/+6
* Fixed .la files parser. Some minor logging fixes.Slawek2011-07-121-2/+2