misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
emaint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an UnboundLocalError for 'pkgindex'.
Zac Medico
2008-03-15
1
-2
/
+2
*
Convert PackageIndex.packages from a dict to a list so that in the future
Zac Medico
2008-03-07
1
-6
/
+14
*
style fixes (imports), add support for --version (bug 138159)
Alec Warner
2008-01-13
1
-4
/
+8
*
Fix setconfig.getSets() api breakage.
Zac Medico
2007-12-17
1
-1
/
+1
*
Fix setconfig loader to use config files instead of hardcoded fallbacks
Marius Mauch
2007-12-04
1
-2
/
+2
*
Bug #197797 - Set umask to 022 so that created files (such as the
Zac Medico
2007-11-12
1
-0
/
+4
*
Move glsa-check from gentoolkit into portage so the gentoolkit version can be...
Marius Mauch
2007-11-09
1
-2
/
+1
*
Make WorldHandler lock the world file when in --fix mode.
Zac Medico
2007-11-05
1
-11
/
+23
*
Add support for package sets in WorldHandler.
Zac Medico
2007-11-05
1
-1
/
+11
*
Bug #184118 - Add an emaint "cleanresume" action that deletes
Zac Medico
2007-10-22
1
-1
/
+50
*
Clean up system and world set handling. For forward compatibility, the world...
Zac Medico
2007-07-03
1
-1
/
+2
*
For bug #180706, add sorting and a trailing newline in the rest of the cases ...
Zac Medico
2007-06-24
1
-1
/
+2
*
Create one unified dbapi.update_ents() method and use it for both fixpackages...
Zac Medico
2007-05-31
1
-17
/
+1
*
Fix emaint world $ROOT handling.
Zac Medico
2007-05-28
1
-2
/
+2
*
Add new emaint targets called "moveinst" and "movebin" for applying package m...
Zac Medico
2007-05-28
1
-1
/
+121
*
Make emaint prune stale entires from $PKGDIR/Packages.
Zac Medico
2007-05-27
1
-2
/
+36
*
Add an emaint "binhost" target which does the time consuming population of $P...
Zac Medico
2007-05-27
1
-1
/
+59
*
Fix a typo.
Zac Medico
2007-05-27
1
-1
/
+1
*
Fix an UnboundLocalError when there's no tty.
Zac Medico
2007-05-27
1
-1
/
+2
*
Add SIGWINCH support so that the progress bar is resized if the xterm is resi...
Zac Medico
2007-05-27
1
-2
/
+7
*
Add progress support to emaint (similar to wget's progress bar).
Zac Medico
2007-05-27
1
-4
/
+33
*
In the WorldHandler class, add support for an onProgress callback that can be...
Zac Medico
2007-05-27
1
-3
/
+14
*
For bug #166785, check for invalid categories in the world file.
Zac Medico
2007-02-18
1
-3
/
+16
*
Use os.path.realpath to handle symlinks properly.
Zac Medico
2007-02-10
1
-1
/
+1
*
Fix automatic sys.path insertions so that they're relative instead of absolut...
Zac Medico
2007-02-10
1
-1
/
+2
*
Namespace sanitizing, step 4
Marius Mauch
2007-01-25
1
-5
/
+5
*
Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...
Zac Medico
2006-10-31
1
-2
/
+6
*
streamline portage pythonpath handling and add an override analog to how the ...
Marius Mauch
2006-10-26
1
-2
/
+2
*
Move code out of global scope.
Zac Medico
2006-07-10
1
-10
/
+12
*
Update error handling for write_atomic calls to use PortageException.
Zac Medico
2006-07-09
1
-2
/
+2
*
revert my last commit except for the parts i really wanted to commit
Simon Stelling
2006-05-01
1
-149
/
+3
*
allow escaping in elog_base() to fix bug 131913
Simon Stelling
2006-05-01
1
-3
/
+149
*
Remove the leading / from WORLD_FILE for better cooperation with os.path.join...
Zac Medico
2006-03-06
1
-5
/
+6
*
use new write_atomic() function for all world file updates
Zac Medico
2006-02-09
1
-1
/
+1
*
Disable the vdb check until it can be migrated to filter-env.
Jason Stubbs
2006-01-28
1
-2
/
+3
*
add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti...
Brian Harring
2006-01-27
1
-0
/
+1
*
fix possible path and vdb location issues
Marius Mauch
2006-01-24
1
-14
/
+15
*
fixup
Marius Mauch
2006-01-22
1
-1
/
+1
*
store all auxdbkeys in vdb and add a new emaint target to create missing entries
Marius Mauch
2006-01-22
1
-2
/
+59
*
don't inline code, do __name__=="__main__" so the module can be used instead ...
Brian Harring
2006-01-12
1
-47
/
+48
*
Remove tests for masked/unavailable packages.
Jason Stubbs
2005-12-30
1
-10
/
+0
*
Fix an incorrect variable reference triggered when using --fix and --check
Jason Stubbs
2005-12-24
1
-1
/
+1
*
Separate masked and unavailable ebuilds and report that masked ebuilds can be
Jason Stubbs
2005-12-21
1
-1
/
+7
*
Added a description of emaint to `emaint --help`
Jason Stubbs
2005-11-13
1
-0
/
+6
*
output a finished message
Mike Frysinger
2005-11-01
1
-0
/
+1
*
Take the str() of the option passed to the callback so it can be compared use...
Jason Stubbs
2005-10-14
1
-1
/
+1
*
Rework to API behaviour rather than API documentation
Jason Stubbs
2005-10-07
1
-4
/
+4
*
Add new tool to check and fix problems with the world file (to begin with)
Jason Stubbs
2005-10-05
1
-0
/
+111