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 missed ROOT -> EROOT changes.
Zac Medico
2011-10-27
1
-1
/
+1
*
Use EROOT instead of ROOT for keys everywhere.
Zac Medico
2011-10-25
1
-10
/
+10
*
emaint binhost: add method for SIZE/MTIME checks
Zac Medico
2011-06-18
1
-19
/
+38
*
emaint binhost: check SIZE and MTIME
Zac Medico
2011-06-18
1
-1
/
+21
*
Remove redundant initial os.sep argument to os.path.join() calls
Zac Medico
2010-09-05
1
-2
/
+2
*
use EROOT with WORLD_FILE
Fabian Groffen
2010-09-04
1
-1
/
+1
*
use EROOT with VDB_PATH
Fabian Groffen
2010-09-04
1
-2
/
+2
*
Rename the portage.sets module to portage._sets since it will be useful
Zac Medico
2010-08-30
1
-2
/
+2
*
Tweak global updates handling so that updates from $PORTDIR are applied
Zac Medico
2010-07-27
1
-10
/
+40
*
Make dbapi.update_ents() take a dict of {repo_name: list}, since it's
Zac Medico
2010-07-27
1
-2
/
+1
*
Fallback to updates from PORTDIR if repository has no 'updates' dir.
Michał Górny
2010-07-27
1
-0
/
+3
*
Add repository-wide updates support to emaint.
Michał Górny
2010-07-27
1
-40
/
+55
*
Skip atom validation in WorldHandler since WorldSelectedSet handles this
Zac Medico
2010-02-09
1
-3
/
+2
*
Bug #300388 - Fix terminal handling code to so term codes aren't sent when
Zac Medico
2010-01-11
1
-1
/
+1
*
Fix WorldHandler to use the "selected" set.
Zac Medico
2009-10-17
1
-2
/
+2
*
Use list comprehensions instead of filter() or map() in some places for compa...
Arfrever Frehtes Taifersar Arahesis
2009-09-25
1
-3
/
+3
*
Replace doct.keys() usage with __iter__(), since it behaves identically in
Zac Medico
2009-09-22
1
-1
/
+1
*
Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-2
/
+2
*
Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-2
/
+1
*
Update syntax of numbers for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+3
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-7
/
+7
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Update imports to import portage.os (with unicode wrappers), and use
Zac Medico
2009-08-11
1
-2
/
+1
*
Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicode
Zac Medico
2009-08-04
1
-13
/
+3
*
Fix typo in --help.
Zac Medico
2008-11-24
1
-1
/
+1
*
Add docs for all of the supported commands.
Zac Medico
2008-11-23
1
-4
/
+26
*
Optimize `emaint` --fix binhost so that it the Packages file isn't re-read
Zac Medico
2008-08-01
1
-15
/
+45
*
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
[next]