| Commit message (Expand) | Author | Age | Files | Lines |
* | Having a leading ./ prefix on file paths can trigger a bug in |  Zac Medico | 2008-11-14 | 1 | -0/+5 |
* | Derive the changelog_path variable from the new checkdir_relative variable. |  Zac Medico | 2008-11-11 | 1 | -6/+1 |
* | Make FindPortdir() return (None, None, None) on failure, instead of raising |  Zac Medico | 2008-11-11 | 1 | -3/+2 |
* | Update hardcoded "cvs" error messages to show the correct vcs value. |  Zac Medico | 2008-11-11 | 1 | -4/+9 |
* | Fix pretend output to show git -a option when committing signed manifest. |  Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Add git support. Thanks to Daniel Robbins for the initial patch. |  Zac Medico | 2008-11-11 | 1 | -11/+71 |
* | When using the `read` builtin to split newlines in e* function arguments, use |  Zac Medico | 2008-11-07 | 1 | -12/+12 |
* | Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since it |  Zac Medico | 2008-11-03 | 1 | -1/+1 |
* | Make metadata.missing and metadata.bad fatal by removing them from the |  Zac Medico | 2008-11-02 | 1 | -2/+0 |
* | When echoing the emake command, redirect to stderr since otherwise it breaks |  Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Filter PORTAGE_VERBOSE in save_ebuild_env(). |  Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Bug #240295 - When emake is called, echo the make command similar to the way |  Zac Medico | 2008-11-01 | 1 | -0/+2 |
* | Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match(). |  Zac Medico | 2008-11-01 | 1 | -1/+2 |
* | Bug #244792 - Remove confcache support. |  Zac Medico | 2008-11-01 | 1 | -27/+2 |
* | Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller |  Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | Fix broken stuff to avoid tracebacks when running in commit mode with |  Zac Medico | 2008-10-31 | 1 | -1/+4 |
* | Pass a Package instance into the config.setcpv() call. |  Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | recheck what changed in the repository also when nothing was added, because |  Zac Medico | 2008-10-30 | 1 | -8/+6 |
* | Make sure mychanged and mynew are always defined even if there is no vcs |  Zac Medico | 2008-10-30 | 1 | -0/+2 |
* | define myunadded such that repoman doesn't crash when being run in a |  Zac Medico | 2008-10-30 | 1 | -0/+1 |
* | Update the auto-add message to say "Manifest" instead of "digests". Thanks to |  Zac Medico | 2008-10-28 | 1 | -1/+1 |
* | Remove manifest1 digest-* autoadd code. Thanks to grobian. |  Zac Medico | 2008-10-28 | 1 | -9/+1 |
* | Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to override |  Zac Medico | 2008-10-26 | 1 | -2/+1 |
* | Add "bzr" to the lists of live eclasses. |  Zac Medico | 2008-10-23 | 1 | -0/+1 |
* | Add a PROPERTIES.syntax check. |  Zac Medico | 2008-10-22 | 1 | -1/+3 |
* | Bug #186842 - Suppress file merge display, as previously done in --quiet mode... |  Zac Medico | 2008-10-21 | 1 | -1/+1 |
* | Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e... |  Zac Medico | 2008-10-21 | 1 | -0/+1 |
* | Remove the unused portage.gpg module and portage_gpg_update.sh script. |  Zac Medico | 2008-10-17 | 1 | -6/+0 |
* | Bug #229033 - When a Manifest is added automatically by repoman, it's in the |  Zac Medico | 2008-10-14 | 1 | -2/+17 |
* | Add an explicit note about bug #239560 in the relevant code. |  Zac Medico | 2008-10-12 | 1 | -1/+3 |
* | only use dummy echos in do_file() when running in interactive mode |  Mike Frysinger | 2008-10-10 | 1 | -2/+3 |
* | At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12 |  Zac Medico | 2008-10-09 | 1 | -2/+2 |
* | Fix code from previous commit so it properly checks $eapi to verify that |  Zac Medico | 2008-10-09 | 1 | -1/+2 |
* | Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phase |  Zac Medico | 2008-10-09 | 1 | -0/+3 |
* | Use separate temp directories in order to avoid potential name collisions. |  Zac Medico | 2008-10-08 | 1 | -7/+8 |
* | Make "qawarnings" a normal set since the missingvars code might modify it. |  Zac Medico | 2008-10-07 | 1 | -1/+1 |
* | Change the "qawarnings" variable from a list to a set. |  Zac Medico | 2008-10-07 | 1 | -3/+3 |
* | Make HOMEPAGE.missing fatal again since, in cases when homepages are no longer |  Zac Medico | 2008-10-07 | 1 | -1/+0 |
* | Make HOMEPAGE.missing a warning since some packages become homeless even |  Zac Medico | 2008-10-05 | 1 | -0/+1 |
* | In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempting to remove it since |  Zac Medico | 2008-10-05 | 1 | -3/+4 |
* | Bug #239529 - When doins is called on a symlink to a directory, preserve the |  Zac Medico | 2008-10-05 | 1 | -5/+17 |
* | * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"` |  Zac Medico | 2008-10-05 | 1 | -1/+4 |
* | Redirect pushd and popd output to /dev/null when appropriate. |  Zac Medico | 2008-10-05 | 1 | -3/+3 |
* | Add missing quotes on pushd argument from previous commit. |  Zac Medico | 2008-10-05 | 1 | -1/+1 |
* | Bug #239529 - Fix 'doins' to work with symlinks to directories, like it did |  Zac Medico | 2008-10-05 | 1 | -3/+11 |
* | Fix `svn status` output parsing for compatibility with subversion-1.6. Thanks |  Zac Medico | 2008-10-02 | 1 | -5/+5 |
* | Implement a new "changelog.ebuildadded" check which causes repoman to bail |  Zac Medico | 2008-10-02 | 1 | -16/+41 |
* | Generate an eqawarn message if econf is called from src_compile and |  Zac Medico | 2008-10-01 | 1 | -0/+4 |
* | Now that elog_base() uses 'echo -e' to expand escape codes prior to using |  Zac Medico | 2008-09-30 | 1 | -5/+1 |
* | use summarylist for output of test mode when --verbose is given (patch by Rob... |  Marius Mauch | 2008-09-28 | 1 | -5/+5 |