GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/gentoolkit.git
deprecated
gentoolkit-0.2.4
gentoolkit-dev
master
revdep-rebuild
Collection of administration scripts for Gentoo
Gentoo Portage Tools team <tools-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused revdep-rebuild.py
gentoolkit-0.3.0.9
Paul Varner
2014-03-11
1
-17
/
+0
*
Remove development version warning
Paul Varner
2014-03-11
1
-4
/
+1
*
Update revdep-rebuild.sh to use new path for functions.sh. (Bug 373219)
Paul Varner
2014-03-06
1
-1
/
+10
*
Fix the broken import statement for sets.
Merlijn Wajer
2014-02-22
1
-4
/
+6
*
revdep_rebuild/rebuild.py: Migrate an os.system() call to subprocess.call()
Brian Dolbec
2014-02-18
1
-4
/
+4
*
revdep_rebuild/rebuild.py: Add debug timing info for the emerge call.
Brian Dolbec
2014-02-18
1
-0
/
+8
*
revdep_rebuild/rebuild.py: Remove useless emerge_command reassignment to itself.
Brian Dolbec
2014-02-18
1
-2
/
+0
*
revdep_rebuild/assign.py: Improve a couple logger messages formatting.
Brian Dolbec
2014-02-18
1
-2
/
+2
*
revdep_rebuild/assign.py: Downgrade a logging.info message to logging.debug
Brian Dolbec
2014-02-18
1
-1
/
+1
*
revdep_rebuild.py/assign.py: Fix a bug in the slot assignment.
Brian Dolbec
2014-02-18
1
-1
/
+1
*
revdep_rebuild: Fix pkgs to merge being incorrectly filtered.
Brian Dolbec
2014-02-18
2
-20
/
+32
*
revdep_rebuild/analyse.py: Improve LibCheck.search() totals debug output.
Brian Dolbec
2014-02-18
1
-3
/
+6
*
recdep_rebuild/analyse.py: Fix LibCheck.search() overwiting found_libs...
Brian Dolbec
2014-02-18
1
-6
/
+7
*
revdep_rebuild/analyse.py: No need to convert to a set before updating maske...
Brian Dolbec
2014-02-18
1
-6
/
+5
*
revdep_rebuild/analyse.py: Correctly set search bits for -L searches...
Brian Dolbec
2014-02-18
1
-16
/
+35
*
revdep_rebuild: Remove unused symlink_pairs code.
Brian Dolbec
2014-02-18
2
-16
/
+4
*
revdep_rebuild/analyse.py: Remove the -n option from the scanelf parameters.
Brian Dolbec
2014-02-18
1
-1
/
+1
*
revdep_rebuild/collect.py: Fix incorrect usage of set.union(), should have be...
Brian Dolbec
2014-02-18
1
-1
/
+1
*
Revert "revdep-rebuild/analyse.py: Change the scanelf call parameters."
Brian Dolbec
2014-02-18
1
-1
/
+1
*
revdep-rebuild/analyse.py: Change the scanelf call parameters.
Brian Dolbec
2014-02-17
1
-1
/
+1
*
revdep-rebuild/cache.py: Convert cache loading to sets()
Brian Dolbec
2014-02-17
1
-5
/
+5
*
fixed commented out rebuild
slis
2014-02-17
1
-1
/
+1
*
Using sets in collect module
slis
2014-02-17
3
-31
/
+32
*
revdep-rebuild/analyse.py: Add bin, lib, masked directories and files to the ...
Brian Dolbec
2014-02-16
1
-0
/
+13
*
Open CONTENTS files as utf-8 to prevent UnicodeDecodeError.
Paul Varner
2014-02-13
1
-1
/
+2
*
Update warning to indicate prerelease and where to file bugs.
Paul Varner
2014-02-12
1
-1
/
+4
*
revdep_rebuild/collect.py: Minor grmmar correction.
Brian Dolbec
2014-02-12
1
-1
/
+1
*
revdep_rebuild: Add task timing information to debug output.
Brian Dolbec
2014-02-12
2
-4
/
+40
*
revdep_rebuild/assign.py: Add missed green import
Brian Dolbec
2014-02-12
1
-1
/
+1
*
revdep_rebuild: Remove bin/revdep-ng accidently merged in.
Brian Dolbec
2014-02-12
1
-51
/
+0
*
revdep_rebuild/analyse.py: Add docstring to scan_files()
Brian Dolbec
2014-02-12
1
-1
/
+8
*
revdep_rebuild/rebuild.py: Add library search message type for orphaned files.
Brian Dolbec
2014-02-12
1
-0
/
+6
*
revdep_rebuild: Unify debug and detail output for a more consistent look.
Brian Dolbec
2014-02-12
6
-26
/
+28
*
revdep_rebuild/analyse.py: Create LibCheck class for searching & processing t...
Brian Dolbec
2014-02-12
1
-28
/
+100
*
recdep_rebuild: Python 3 fixes.
Brian Dolbec
2014-02-11
2
-3
/
+10
*
revdep_rebuild/analyse.py: Cleanup some debug code, remove a blank line.
Brian Dolbec
2014-02-11
1
-3
/
+0
*
revdep_rebuild: Track and report broken orphaned files.
Brian Dolbec
2014-02-11
2
-6
/
+18
*
revdep_rebuild/assign.py: Remove dead code.
Brian Dolbec
2014-02-11
1
-24
/
+0
*
revdep_rebuild: Minor indent changes for debug messages, improves output.
Brian Dolbec
2014-02-11
2
-3
/
+3
*
revdep_rebuild: Add logger parameter to scan_files(), scan()
Brian Dolbec
2014-02-11
2
-11
/
+10
*
Fix incorrect reporting of some broken files, pkgs.
Brian Dolbec
2014-02-11
1
-12
/
+7
*
revdep_rebuild/stuff.py: Sort the set of files to scan.
Brian Dolbec
2014-02-11
1
-4
/
+4
*
revdep_rebuild/assign.py: assigned is a set, remove redundant if statement.
Brian Dolbec
2014-02-11
1
-2
/
+1
*
revdep_rebuild/collect.py: remove some blank lines.
Brian Dolbec
2014-02-11
1
-2
/
+0
*
revdep_rebuild/collect.py: Fix unknown variables.
Brian Dolbec
2014-02-11
1
-2
/
+2
*
revdep_rebuild/analyse.py: Fix a long line.
Brian Dolbec
2014-02-11
1
-1
/
+2
*
revdep-rebuild: Add the function name to the debug messages
Brian Dolbec
2014-02-11
1
-3
/
+3
*
revdep-rebuild: Use set().update() instead of set().union().
Brian Dolbec
2014-02-11
4
-16
/
+16
*
revdep_rebuild/analyse.py: Fix the bug that caused some breakage to not be de...
Brian Dolbec
2014-02-11
1
-19
/
+31
*
revdep_rebuild/analyse.py: Remove unused or commented out code
Brian Dolbec
2014-02-11
1
-132
/
+0
[next]