| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p... | Zac Medico | 2007-07-21 | 1 | -0/+17 |
* | For bug #185153, in commit mode do the "Fetching trivial updates" routine bef... | Zac Medico | 2007-07-21 | 1 | -38/+44 |
* | Flatten restrict for the RESTRICT.invalid check. | Zac Medico | 2007-07-02 | 1 | -6/+16 |
* | Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch. | Zac Medico | 2007-06-30 | 1 | -0/+12 |
* | Remove lots of unnecessary list generation via dict.keys(). | Zac Medico | 2007-06-21 | 1 | -3/+3 |
* | Make repoman exit with nonzero status whenever there are qa issues (already d... | Zac Medico | 2007-06-15 | 1 | -0/+4 |
* | For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva... | Zac Medico | 2007-06-11 | 1 | -0/+4 |
* | Make repoman work with both + and - flags in IUSE. | Zac Medico | 2007-06-10 | 1 | -6/+5 |
* | Fix it so repoman still does QA when $FILESDIR doesn't exist. | Zac Medico | 2007-06-01 | 1 | -5/+8 |
* | Don't complain when $FILESDIR is missing unless manifest1 compatibility is en... | Zac Medico | 2007-06-01 | 1 | -9/+4 |
* | xmlint can produce garbage output even on success, so only dump the ouput whe... | Zac Medico | 2007-05-26 | 1 | -3/+8 |
* | Skip fetching of metadata.dtd when mymode == "manifest". | Zac Medico | 2007-05-25 | 1 | -2/+4 |
* | For bug #179008, just use metadata.dtd directly from $DISTDIR. | Zac Medico | 2007-05-20 | 1 | -14/+13 |
* | Use device number and i-node number (like os.path.samefile does) to check if ... | Zac Medico | 2007-05-19 | 1 | -1/+18 |
* | For bug #176539, add a "manifest" target to repoman so that there's a simple ... | Zac Medico | 2007-05-19 | 1 | -2/+16 |
* | fix typo | Alec Warner | 2007-04-24 | 1 | -1/+1 |
* | Pretty up the repoman imports, use cPickle over pickle for performance | Alec Warner | 2007-04-24 | 1 | -3/+14 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | Fix cvstree import to avoid deprecation warning. | Zac Medico | 2007-03-20 | 1 | -1/+1 |
* | For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica... | Zac Medico | 2007-02-22 | 1 | -3/+51 |
* | Add some sanity checks for file list handling when repolevel < 3. | Zac Medico | 2007-02-22 | 1 | -0/+12 |
* | Fix broken file list handling for FEATUES=sign when only the Manifest has cha... | Zac Medico | 2007-02-22 | 1 | -0/+6 |
* | Fix more broken commitmessagefile handling. | Zac Medico | 2007-02-22 | 1 | -2/+7 |
* | Use startdir instead of mydir since mydir has a trailing slash which triggers... | Zac Medico | 2007-02-22 | 1 | -3/+3 |
* | Avoid a TypeError when commitmessagefile is None. | Zac Medico | 2007-02-22 | 1 | -1/+1 |
* | Fix stardir and repodir logic from the previous commit. | Zac Medico | 2007-02-21 | 1 | -5/+3 |
* | For consistency, replace multiple os.getcwd() calls with the "mydir" variable. | Zac Medico | 2007-02-21 | 1 | -4/+4 |
* | s/x/xs/ to fix a typo in a variable name. | Zac Medico | 2007-02-21 | 1 | -1/+1 |
* | Use os.path.realpath to handle symlinks properly. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix automatic sys.path insertions so that they're relative instead of absolut... | Zac Medico | 2007-02-10 | 1 | -1/+2 |
* | Make the "lfull" output more succinct by omitting categories for which there ... | Zac Medico | 2007-02-08 | 1 | -2/+1 |
* | For bug #165783, handle a potential InvalidDependString exception in repoman ... | Zac Medico | 2007-02-07 | 1 | -14/+25 |
* | Enable strict dep checking for repoman. | Zac Medico | 2007-02-07 | 1 | -0/+1 |
* | For bug #165349, use the portage_versions regex (via pkgsplit) instead of the... | Zac Medico | 2007-02-05 | 1 | -24/+1 |
* | Minor cleanup for the LIVEVCS.stable code. | Zac Medico | 2007-01-28 | 1 | -4/+12 |
* | Can't delete variable that doesn't exist anymore (bug #164280) | Marius Mauch | 2007-01-28 | 1 | -1/+1 |
* | Namespace sanitizing, step 4 | Marius Mauch | 2007-01-25 | 1 | -30/+30 |
* | demote KEYWORDS.missing to a warning to make KEYWORDS='' valid | Marius Mauch | 2007-01-24 | 1 | -0/+1 |
* | Replace mktemp with mkstemp since the former is deprecated for security reasons. | Zac Medico | 2007-01-16 | 1 | -4/+4 |
* | Fix broken commitmessagefile handling. | Zac Medico | 2007-01-16 | 1 | -9/+13 |
* | For consistency, just use os.environ. | Zac Medico | 2007-01-16 | 1 | -1/+1 |
* | Make repoman commit removals together with the other changes (instead of with... | Zac Medico | 2007-01-16 | 1 | -3/+8 |
* | Enable repoman to commit a Manifest alone instead of bailing out with "Didn't... | Zac Medico | 2007-01-16 | 1 | -7/+7 |
* | purge string module from repoman | Alec Warner | 2007-01-12 | 1 | -39/+39 |
* | Don't automatically fix digests in --pretend mode. | Zac Medico | 2007-01-07 | 1 | -2/+5 |
* | Fix the digestentry.unused check so that it works properly when old-style fil... | Zac Medico | 2007-01-06 | 1 | -4/+9 |
* | For bug #160310, remove the line continuation syntax check since it's still p... | Zac Medico | 2007-01-06 | 1 | -19/+0 |
* | For bug #160310, allow \ inside `` quotes in order to prevent a false Line co... | Zac Medico | 2007-01-06 | 1 | -2/+3 |
* | Make repoman use portage.normalize_path instead of os.path.normpath. This mi... | Zac Medico | 2007-01-05 | 1 | -7/+7 |
* | Optimize dep_zapdeps to work without a vartree when called by repoman. | Zac Medico | 2007-01-02 | 1 | -1/+1 |