summaryrefslogtreecommitdiffstats
path: root/bin/egencache
Commit message (Expand)AuthorAgeFilesLines
...
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-4/+4
* egencache: handle ImportError for ExpatErrorZac Medico2010-12-311-5/+10
* egencache --update-changelogs: reverse the sort order for headers.Michał Górny2010-10-241-2/+3
* Fix undefined name 'output_mode'.Zac Medico2010-10-041-1/+1
* egencache: Sort file names for ChangeLogSebastian Luther2010-10-041-6/+76
* egencache --update-changelogs: write if neededMichał Górny2010-10-031-9/+18
* egencache --update-changelogs: Filter messagesMichał Górny2010-10-031-4/+15
* egencache --update-changelogs: escape CP regexpMichał Górny2010-10-031-1/+1
* egencache --update-changelogs: don't break change list on hyphens.Michał Górny2010-10-031-2/+6
* egencache --update-changelogs: strip leading CP from the log messages.Michał Górny2010-10-031-1/+4
* Add support for 'egencache --update-changelogs'.Michał Górny2010-10-021-4/+141
* Make egencache --update-use-local-desc use codecs.open() to write toZac Medico2010-08-281-14/+21
* For egencache --preserve-comments, probe comments in binary mode inZac Medico2010-08-281-9/+11
* egencache: Add comment preserving to --update-use-local-desc.Michał Górny2010-08-281-5/+32
* Support specifying an alternate output file for --update-use-local-desc.Michał Górny2010-08-281-16/+31
* Define a cmp work-alike function for use in the egencacheZac Medico2010-08-271-5/+11
* Fix breakage in egencache --update-use-local-desc code.Zac Medico2010-08-271-8/+21
* Use cmp_sort_key() for python3 compatibility.Zac Medico2010-08-271-5/+4
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-1/+28
* Make egencache only show a warning about FEATURES=metata-transfer if theZac Medico2010-08-261-1/+1
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-3/+10
* egencache: Introduce the --update-use-local-desc action.Michał Górny2010-08-261-2/+72
* egencache: introduce the preliminary support for multiple actions.Michał Górny2010-08-261-30/+45
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-2/+0
* Add a --portdir option, requested by Daniel Robbins.Zac Medico2010-06-221-0/+6
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-021-1/+2
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix deprecated reference to portdbapi.mysettings.Zac Medico2010-02-051-1/+1
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-1/+1
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-301-0/+5
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-7/+7
* Use isjustname() where appropriate.Zac Medico2009-09-121-1/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-1/+8
* Fix import for split _emerge.MetadataRegen module.Zac Medico2009-06-231-2/+2
* Set local_config=False in config constructor calls, since egencache is similarZac Medico2009-04-111-2/+2
* Show an error message when deletion of stale cache fails.Zac Medico2009-04-111-1/+4
* Initialize self._trg_cache.ec inside the GenCache constructor.Zac Medico2009-04-091-0/+5
* Add a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-061-3/+15
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-031-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-031-10/+19
* Generate an error if there are no ebuilds found for a package that'sZac Medico2009-04-031-0/+10
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-8/+28
* Automatically enable FEATURES=metadata-transfer if it's not enabled,Zac Medico2009-03-311-4/+8
* Fix typo in comment.Zac Medico2009-03-311-1/+1