Add missing -a option for git commits. (trunk r11976)
[portage.git] / bin / repoman
2008-11-17 Zac MedicoAdd missing -a option for git commits. (trunk r11976)
2008-11-16 Zac MedicoTrigger the --include-dev suggestion for any keywords...
2008-11-16 Zac MedicoSuggest to use the new --include-dev (-d) option in...
2008-11-16 Zac MedicoOnly show the "--without-mask" suggestion when packages...
2008-11-16 Zac MedicoAdd a short -d option for the new --include-dev option...
2008-11-16 Zac MedicoIn order to reduce time consumed for dependency checks...
2008-11-14 Zac MedicoExempt live ebuilds from KEYWORDS.missing and KEYWORDS...
2008-11-14 Zac MedicoHaving a leading ./ prefix on file paths can trigger...
2008-11-13 Zac MedicoUpdate all portage.sets references to point to the...
2008-11-11 Zac MedicoDerive the changelog_path variable from the new checkdi...
2008-11-11 Zac MedicoMake FindPortdir() return (None, None, None) on failure...
2008-11-11 Zac MedicoUpdate hardcoded "cvs" error messages to show the corre...
2008-11-11 Zac MedicoFix pretend output to show git -a option when committin...
2008-11-11 Zac MedicoAdd git support. Thanks to Daniel Robbins for the initi...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-10-31 Zac MedicoFix broken stuff to avoid tracebacks when running in...
2008-10-31 Zac MedicoPass a Package instance into the config.setcpv() call.
2008-10-30 Zac Medicorecheck what changed in the repository also when nothin...
2008-10-30 Zac MedicoMake sure mychanged and mynew are always defined even...
2008-10-30 Zac Medicodefine myunadded such that repoman doesn't crash when...
2008-10-28 Zac MedicoUpdate the auto-add message to say "Manifest" instead...
2008-10-28 Zac MedicoRemove manifest1 digest-* autoadd code. Thanks to grobian.
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-22 Zac MedicoAdd a PROPERTIES.syntax check.
2008-10-14 Zac MedicoBug #229033 - When a Manifest is added automatically...
2008-10-07 Zac MedicoMake "qawarnings" a normal set since the missingvars...
2008-10-07 Zac MedicoChange the "qawarnings" variable from a list to a set.
2008-10-07 Zac MedicoMake HOMEPAGE.missing fatal again since, in cases when...
2008-10-05 Zac MedicoMake HOMEPAGE.missing a warning since some packages...
2008-10-02 Zac MedicoFix `svn status` output parsing for compatibility with...
2008-10-02 Zac MedicoImplement a new "changelog.ebuildadded" check which...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-19 Zac MedicoImplement the new EAPI 2 blocker behavior, including...
2008-08-14 Zac MedicoConvert exceptions from parse_metadata_use() into ...
2008-08-07 Zac MedicoWhen testing containment of elem[:1] in "MR", filter...
2008-08-07 Zac MedicoReplace call to `svn list` with a call to `svn status...
2008-08-06 Zac MedicoRemove the "ebuild.disjointed" check because it's obsol...
2008-08-06 Zac MedicoFix `svn status` output parsing to account for "replace...
2008-08-05 Zac MedicoRemove the use.local.desc IUSE validation which is...
2008-08-01 Zac MedicoBug #229033 - Use `svn propget -R svn:keywords` to...
2008-07-27 Zac MedicoFix incorrect logging.exception() arguments. The except...
2008-07-27 Zac MedicoFix the new glep56 code to handle missing metadata...
2008-07-27 Zac Medico* Define a frozenset of live eclasses for the LIVEVCS...
2008-07-27 Zac MedicoFix repoman not seeing subversion auto-ignored files...
2008-07-18 Zac MedicoBug #199788 - Make repoman parse GLEP 56 USE flag descr...
2008-07-08 Zac MedicoUse plain sequential search for the SRC_URI.mirror...
2008-07-07 Zac MedicoAdd a new "SRC_URI.mirror" check which checks to if...
2008-07-03 Zac MedicoAdd a portage._disable_legacy_globals() function. This...
2008-07-01 Zac MedicoPy3k compatibility patch #5 by Ali Polatel <hawking...
2008-06-30 Zac MedicoFix typo.
2008-06-30 Zac MedicoBug #230249 - Disable the "ebuild.notadded" check when...
2008-06-30 Zac MedicoBug #230245 - Use os.path.basename() on paths returned...
2008-06-30 Zac MedicoBug #230245 - Pass the correct directory when calling...
2008-06-26 Zac MedicoCall use_reduce() with matchall=1 when checking depstri...
2008-06-25 Zac MedicoFix repoman breakage wrt _PackageMetadataWrapper._keys...
2008-06-23 Zac MedicoUse paths from portage.const instead of hardcoded versions.
2008-06-21 Zac MedicoBug #228489 - Restore the "ci" alias for "commit" mode...
2008-06-08 Zac MedicoFix typo.
2008-06-08 Zac MedicoMake repoman pass Package instances into run_checks...
2008-06-07 Zac MedicoBug #224271 - New check 'IUSE.undefined', renamed from...
2008-06-07 Zac MedicoAs suggested by Flameeyes, add a new 'inherit.autotools...
2008-06-04 Zac MedicoUse "platform" module instead of os.uname, or -- even...
2008-05-30 Zac MedicoCreate Atom instances earlier to avoid redundant valida...
2008-05-23 Zac MedicoBug #2272 - Extend dependency atom sytax to specify...
2008-05-16 Zac MedicoAdd dev-util/ftjam to the RDEPEND.suspect list as per...
2008-05-14 Zac MedicoSkip blocker atoms for the RDEPEND.suspect check.
2008-05-14 Zac MedicoBug #221537 - Add a new "RDEPEND.suspect" check for...
2008-05-13 Marius MauchAdd subversion support for repoman (patch by Fabien...
2008-04-07 Zac MedicoFor repoman, only cache the metadata necessary for...
2008-04-06 Zac MedicoFix java.eclassesnotused logic. Thanks to Betelgeuse.
2008-03-30 Zac MedicoFix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
2008-03-30 Zac MedicoDo not allow commit mode together with the --without...
2008-03-29 Zac MedicoAdd a new "ebuild.patches" check for the PATCHES variab...
2008-03-29 Zac MedicoDon't trigger the 'java.eclassesnotused' on blocker...
2008-03-28 Zac MedicoAdd a new "java.eclassesnotused" check for cases where...
2008-03-28 Zac MedicoBug #213629 - Use EAPI.incompatible in cases where...
2008-03-28 Zac MedicoBug #213629 - Create an EAPI.incompatible category...
2008-03-28 Zac MedicoRemove redundant info from the KEYWORDS.dropped message.
2008-03-27 Zac MedicoBug #209418 - Add a new KEYWORDS.dropped check that...
2008-03-27 Zac MedicoBug #212509 - Display a note about the --without-mask...
2008-03-27 Zac MedicoBug #212509 - Implement a new --without-mask option...
2008-03-25 Zac MedicoBug #211294 - Make repoman bail out if arch.list contai...
2008-03-19 Marius Mauchreadd digestentry.unused category as it's still relevant
2008-02-28 Marius Mauchremove code for manifest1 support
2008-02-27 Zac MedicoBug #211294 - Make repoman ignore profiles labeled...
2008-02-24 Alec WarnerDouble import, thanks grobian :)
2008-02-24 Alec WarnerVarious repoman fixes, plus a weird lockfile tracekback...
2008-02-19 Zac MedicoUse parse_use_local_desc() from the repoman.utilities...
2008-02-19 Zac MedicoRevert back to some known working code from the 2.1...
2008-02-16 Zac MedicoRemove IUSE.invalid from qawarnings since there's no...
2008-02-09 Marius Mauchfix nasty typo
2008-02-01 Zac MedicoRemove the manifest1 digest file removal code since...
2008-01-31 Zac MedicoUnconditionally disable manifest1 compatibility since...
2008-01-30 Zac MedicoRemove the last traces of the ebuild.autotools check.
2008-01-27 Alec WarnerPull more functions out of repoman proper and into...
2008-01-27 Alec WarnerRestore desktop.invalid as a warning; was an intergrati...
2008-01-26 Alec WarnerMove random functions out of repoman and into utilties.py
2008-01-12 Zac MedicoReplace hardcoded value with max_desc_len.
2008-01-11 Zac MedicoBug #203887 - Make repoman recognize RESTRICT="installs...
2008-01-11 Zac MedicoAdjust the max DESCRIPTION.toolong length to 100 charac...
next