Remove the manifest1 digest file removal code since it's no longer
[portage.git] / bin / repoman
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...
2008-01-11 Zac MedicoAdd a new "ebuild.autotools" check for when ebuilds...
2008-01-11 Zac MedicoAdd a DESCRIPTION.toolong warning for when the DESCRIPT...
2008-01-05 Alec Warnerper bug 204468, remove old check from repoman (all...
2007-12-28 Zac MedicoMinor code readablity enhancements:
2007-12-28 Zac MedicoBug #201498 - Use desktop-file-validate to validate...
2007-12-26 Zac MedicoFix broken handling of the tuple that's returned from
2007-12-23 Zac MedicoRemove redundant find_binary import.
2007-12-21 Zac MedicoEliminate redundant "notadded" error filtering.
2007-12-19 Zac MedicoBug #140180 - Ignore missing HOMEPAGE and LICENSE varia...
2007-12-15 Zac MedicoMove the reusable ConsoleStyleFile and StyleWriter...
2007-12-15 Zac MedicoSplit out a format_qa_output() function to eliminate...
2007-12-15 Zac MedicoInstead of all modes, only in commit mode save an extra...
2007-12-15 Zac MedicoReplace hardcoded green, yellow, and red with GOOD...
2007-12-15 Zac MedicoSave QA output so that it can be conveniently displayed
2007-12-14 Zac MedicoPrompt the user before letting the editor
2007-12-14 Zac MedicoAdd support for getting a commit message using an edito...
2007-12-14 Zac MedicoAdd support for multi-line commit message input by...
2007-12-13 Zac MedicoUse the BAD color class instead of hardcoded red.
2007-12-13 Zac MedicoDo the sanity check for bug #198398 as early as possible.
2007-12-12 Zac MedicoFix the check for bug #198398 so that it works even...
2007-12-12 Zac MedicoBug #198398 - Make repoman bail out if support for...
2007-12-03 Marius Mauchrevert accidential commit
2007-12-03 Marius Mauchimplement the final part of FEATURES=preserved-libs...
2007-12-02 Zac MedicoConvert caterror() to call warn() instead of err()...
2007-12-02 Zac MedicoAdd back missing err() function.
2007-11-24 Zac MedicoBug #140180 - Never trigger a LICENSE.missing violation...
2007-11-20 Zac Medico* Remove bogus "ci" mode.
2007-11-13 Zac MedicoMake 'full' the default mode, since 'scan' can be annoy...
2007-11-10 Zac MedicoConvert all the checks in repoman.checks to use a new...
2007-11-06 Zac MedicoRemove the usage.obsolete "KEYWORDS contain -*" warning...
2007-11-05 Zac MedicoFix 'TypeError: not all arguments converted during...
2007-11-05 Zac MedicoReplace StringIO usage with a simple list of lines...
2007-11-04 Zac MedicoGenerate a usage.obsolete warning whenever
2007-11-02 Zac MedicoSort scanlist and ebuildlist to ensure that repoman...
2007-11-01 Zac MedicoAdd a check for redundant cd "${S}" statements on the...
2007-10-26 Zac MedicoOptimize repoman to share portdbapi.cp_list() results
2007-10-26 Zac MedicoOptimize repoman visibility checks to access as little
2007-10-25 Zac MedicoFIX: indentation problem, also end the Portage identifi...
2007-10-25 Zac MedicoFix: Make repoman actually USE -m commit message again...
2007-10-23 Alec WarnerBegin to use python logging framework. Remove if quiet...
2007-10-23 Alec Warneraha, i knew that diff was screwy, the mail to portage...
2007-10-23 Alec Warnerfix tabbing
2007-10-23 Alec WarnerSigh, this integration did not go well, please check...
2007-10-23 Zac MedicoBug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
2007-10-22 Zac MedicoFix broken imports.
2007-10-15 Zac MedicoFix --help summary so that "commit" mode shows.
2007-10-15 Zac MedicoSort the modes in the repoman --help output.
2007-10-07 Zac MedicoRemove duplicate call to digestgen().
2007-10-07 Zac MedicoMove the "commit" mode manifest generation earlier...
2007-10-04 Zac MedicoFix logic for the message that's show when
2007-10-04 Zac MedicoMake repoman bail out if it is unable to properly
2007-10-03 Zac MedicoEliminate confusing false positive error messages
2007-10-01 Alec WarnerApply new checks, minor cleanup
2007-10-01 Alec WarnerDelete some extra leaky vars, also after some testing...
2007-10-01 Alec WarnerAdd Donnie's quote check, refactor other ebuild-content...
2007-08-28 Zac MedicoMove some of the less expensive QA checks before dep_ch...
2007-08-28 Zac MedicoConvert myoptions from a list to a dict.
2007-08-28 Zac MedicoSkip the most expensive QA tests when --force in enable...
2007-08-28 Zac MedicoMake the commit message indicate when the --force optio...
2007-08-27 Zac MedicoFix RepoMan's grammar.
2007-08-27 Zac MedicoBug #110443 - Add a KEYWORDS.stable check for ebuilds...
2007-08-27 Zac MedicoAdd a --force option that forces commit to proceed...
2007-08-27 Zac MedicoBug #190406 - Filter the myheaders list so that it...
2007-08-06 Zac MedicoFor bug #187795, remove pointless digest.disjointed...
2007-07-21 Zac MedicoFor bug #169500, detect when the cvs server puts /Attic...
2007-07-21 Zac MedicoFor bug #185153, in commit mode do the "Fetching trivia...
2007-07-02 Zac MedicoFlatten restrict for the RESTRICT.invalid check.
2007-06-30 Zac MedicoAdd a QA warning for invalid values of RESTRICT. Thank...
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-15 Zac MedicoMake repoman exit with nonzero status whenever there...
2007-06-11 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-06-10 Zac MedicoMake repoman work with both + and - flags in IUSE.
2007-06-01 Zac MedicoFix it so repoman still does QA when $FILESDIR doesn...
2007-06-01 Zac MedicoDon't complain when $FILESDIR is missing unless manifes...
2007-05-26 Zac Medicoxmlint can produce garbage output even on success,...
2007-05-25 Zac MedicoSkip fetching of metadata.dtd when mymode == "manifest".
2007-05-20 Zac MedicoFor bug #179008, just use metadata.dtd directly from...
2007-05-19 Zac MedicoUse device number and i-node number (like os.path.samef...
2007-05-19 Zac MedicoFor bug #176539, add a "manifest" target to repoman...
2007-04-24 Alec Warnerfix typo
2007-04-24 Alec WarnerPretty up the repoman imports, use cPickle over pickle...
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
2007-03-20 Zac MedicoFix cvstree import to avoid deprecation warning.
2007-02-22 Zac MedicoFor bug #167667, add support for ${PORTDIR}/manifest1_o...
2007-02-22 Zac MedicoAdd some sanity checks for file list handling when...
2007-02-22 Zac MedicoFix broken file list handling for FEATUES=sign when...
2007-02-22 Zac MedicoFix more broken commitmessagefile handling.
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...
next