For bug #175344, handle a potential InvalidDependString exception when parsing PROVID...
[portage.git] / bin / repoman
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
2007-02-22 Zac MedicoFor bug #167667, add support for ${PORTDIR}/manifest1_o...
2007-02-22 Zac MedicoFix broken file list handling for FEATUES=sign when...
2007-02-22 Zac MedicoFix more broken commitmessagefile handling. (trunk...
2007-02-22 Zac MedicoUse startdir instead of mydir since mydir has a trailin...
2007-02-22 Zac MedicoAvoid a TypeError when commitmessagefile is None. ...
2007-02-21 Zac MedicoFix stardir and repodir logic from the previous commit...
2007-02-21 Zac MedicoFor consistency, replace multiple os.getcwd() calls...
2007-02-21 Zac Medicos/x/xs/ to fix a typo in a variable name. (trunk r6022...
2007-02-19 Zac MedicoFor bug #167217, don't hardcode /usr/lib/portage. ...
2007-02-08 Zac MedicoMake the "lfull" output more succinct by omitting categ... v2.1.2-r9
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoEnable strict dep checking for repoman. (trunk r5918)
2007-02-05 Zac MedicoFor bug #165349, use the portage_versions regex (via...
2007-01-28 Zac MedicoCan't delete variable that doesn't exist anymore (bug...
2007-01-24 Zac Medicodemote KEYWORDS.missing to a warning to make KEYWORDS... v2.1.2-r4
2007-01-16 Zac MedicoReplace mktemp with mkstemp since the former is depreca...
2007-01-16 Zac MedicoFix broken commitmessagefile handling.
2007-01-16 Zac MedicoFor consistency, just use os.environ.
2007-01-16 Zac MedicoMake repoman commit removals together with the other...
2007-01-16 Zac MedicoEnable repoman to commit a Manifest alone instead of...
2007-01-12 Alec Warnerpurge string module from repoman
2007-01-07 Zac MedicoDon't automatically fix digests in --pretend mode.
2007-01-06 Zac MedicoFix the digestentry.unused check so that it works prope...
2007-01-06 Zac MedicoFor bug #160310, remove the line continuation syntax...
2007-01-06 Zac MedicoFor bug #160310, allow \ inside `` quotes in order...
2007-01-05 Zac MedicoMake repoman use portage.normalize_path instead of...
2007-01-02 Zac MedicoOptimize dep_zapdeps to work without a vartree when...
2006-12-31 Zac MedicoFor bug #159224, use separate xmatch caches for each...
2006-12-23 Zac MedicoOnly write repo.stats and repo.fails when the repoman...
2006-12-16 Zac MedicoMake repoman cache per-profile xmatch results.
2006-12-10 Zac MedicoAdd an allow_blockers parameter to isvalidatom so that...
2006-12-09 Zac MedicoClean up depstring/atom splitting and filtering.
2006-12-09 Zac MedicoUse portage.isvalidatom() for atom validation in repoman.
2006-12-08 Zac MedicoRemove all traces of FEATURES=cvs since code for that...
2006-12-07 Zac MedicoMake repoman bail out if it's unable to generate the...
2006-12-04 Zac MedicoMake `repoman fix` work with the new ebuild Manifest...
2006-11-18 Zac MedicoRevert ACCEPT_LICENSE support, since license group...
2006-10-31 Zac MedicoRely on PYTHONPATH instead of PORTAGE_PYM_PATH for...
2006-10-26 Marius Mauchstreamline portage pythonpath handling and add an overr...
2006-10-22 Zac MedicoAdd support for masking of packages via ACCEPT_LICENSE...
2006-10-14 Zac MedicoImplement per-package default USE flags at the ebuild...
2006-10-10 Zac MedicoDon't lock repoman_settings because it needs to be...
2006-10-10 Zac MedicoRemove an unnecessary assumption preventing the use...
2006-10-10 Zac MedicoPrint a more useful error message for bug #150488.
2006-10-09 Zac MedicoFix typo s/upper/lower/.
2006-10-09 Zac MedicoUse a local_config flag to replace PORTAGE_CALLER ...
2006-10-09 Zac MedicoFor repoman, hide the vardbapi from dep_zapdeps.
2006-10-06 Zac MedicoMake repoman generate a syntax error if a slot dep...
2006-09-16 Zac MedicoAdd CATEGORY to the list of readonly variables.
2006-09-06 Zac MedicoRemove ACCEPT_KEYWORDS from incrementals to that a...
2006-09-06 Zac MedicoCall dep_settings.setcpv() first so that ACCEPT_KEYWORD...
2006-09-04 Zac MedicoMove setcpv call (from the last commit) to a more logic...
2006-09-04 Zac MedicoAdd repoman support for package.use.mask.
2006-08-17 Zac MedicoRemove an unused "objsadded" variable spotted by antarus.
2006-08-09 Zac MedicoRemove a dead hunk of code spotted by antarus.
2006-08-06 Zac MedicoRemove unused "cladded" variable reported by antarus.
2006-07-31 Zac MedicoRemove pointless cvs dependent REPOROOTS code. Thanks...
2006-07-20 Zac MedicoFix a broken reference to portage.portdb.
2006-07-18 Zac MedicoEnsure a sane umask for repoman.
2006-07-17 Zac MedicoEnable repoman to work with portage.init_legacy_globals...
2006-07-05 Zac MedicoMake a backup of ACCEPT_KEYWORDS when repoman changes...
2006-07-05 Zac MedicoFix repoman breakage due to the fact that portage.porta...
2006-07-02 Zac MedicoIgnore hidden directories (such as .svn) when building...
2006-07-02 Zac MedicoAdd support for arch.list in overlays (bug #137975).
2006-07-02 Zac MedicoAdd support for licenses in overlays (bug #137975).
2006-07-02 Zac MedicoAdd overlay support for use.local.desc in repoman.
2006-07-02 Zac MedicoFix import issues reported by pyflakes.
2006-07-02 Zac MedicoAdd a new parse_use_local_desc() function.
2006-06-28 Zac MedicoTo simplify code, use startswith() instead of slices.
2006-06-13 Alec Warnerfix path to ebuild for dsd, bug # 135705
2006-06-12 Zac MedicoReplace --include-masked with an inverse --ignore-maske...
2006-06-10 Alec WarnerFix LIVEVCS.stable for -* keywords
2006-06-10 Marius Mauchmake elog mail module always set the 'From' header...
2006-06-05 Zac MedicoPut LIVEVCS.stable in qawarnings for now since it's...
2006-06-05 Zac MedicoAdd python 2.3 compatibility code for the set builtin.
2006-06-04 Alec WarnerAdd live VCS check to repoman, fix misspelling
2006-05-29 Simon Stellingeverybody hates repoman failing on modular X, so make...
2006-05-23 Zac MedicoFix repoman so that it works when the portage tree...
2006-05-01 Simon Stellingrevert my last commit except for the parts i really...
2006-05-01 Simon Stellingallow escaping in elog_base() to fix bug 131913
2006-04-28 Zac MedicoFix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works...
2006-04-26 Zac MedicoMake fetchlist_dict an optional parameter in the Manife...
2006-04-26 Zac MedicoPass a portdbapi instance into portage.digestgen()...
2006-04-26 Zac MedicoPass a portdbapi instance into the FetchlistDict constr...
2006-04-26 Zac MedicoUse the correct ACCEPT_KEYWORDS for each profile (regre...
2006-04-26 Zac MedicoRemove portage.config.groups (formerly portage.groups...
2006-04-25 Zac MedicoFix false variable.readonly match on continued lines...
2006-04-25 Zac MedicoRemove all dependence on the portage.features global...
2006-04-25 Zac MedicoRemove all usage of the portage.archlist global variable.
2006-04-25 Zac MedicoRemove all usage of the portage.groups global variable.
2006-04-25 Zac MedicoRemove all usage of portage.usedefaults and portage...
2006-04-21 Zac MedicoUse os.path.join for PORTAGE_GPG_DIR and remove a dupli...
2006-04-20 Mike Frysingerif PORTAGE_GPG_DIR is not set then default to ~/.gnupg...
2006-04-20 Zac MedicoFix repoman --commitmsgfile logic. Thanks to Christian...
2006-04-20 Zac MedicoUpdate Manifest automatically in repoman commit mode...
2006-04-18 Zac MedicoFix gpgsign logic for bug #57445.
2006-04-17 Mike Frysingerdont dump debug update info in quiet mode
2006-04-10 Zac MedicoUse os.path.join for cleaner joins.
2006-04-10 Zac MedicoMake repoman ignore deeply nested CVS directories and...
next