| Commit message (Expand) | Author | Age | Files | Lines |
* | Update NEWS with eqawarn and 'ebuild foo test' changes | Marius Mauch | 2007-01-09 | 1 | -0/+2 |
* | This file apparently uses spaces to line everything up pretty (I have weird t... | Alec Warner | 2007-01-09 | 1 | -2/+2 |
* | Okies this works locally for me now (and Zac) | Alec Warner | 2007-01-09 | 1 | -3/+3 |
* | Mention new QA loglevel in make.conf.example | Marius Mauch | 2007-01-09 | 1 | -1/+1 |
* | Add new eqawarn function and QA loglevel to be used for QA messages | Marius Mauch | 2007-01-09 | 2 | -2/+12 |
* | Zac pointed out that the retcodes would be wrong if stuff failed...Yeah... | Alec Warner | 2007-01-09 | 1 | -2/+2 |
* | Disable qa_source usage until it actually works | Marius Mauch | 2007-01-09 | 1 | -3/+3 |
* | Always run src_test when calling 'ebuild foo test' | Marius Mauch | 2007-01-09 | 2 | -1/+6 |
* | Make PORTAGE_BASE_PATH dynamic based on __file__ | Marius Mauch | 2007-01-09 | 1 | -1/+4 |
* | Antarus sucks at bash, thanks for Genone for reporting this major bug. | Alec Warner | 2007-01-08 | 1 | -1/+3 |
* | Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e... | Alec Warner | 2007-01-08 | 1 | -31/+57 |
* | For bug #160893, ignore a KeyError during cache cleansing since that key isn'... | Zac Medico | 2007-01-08 | 1 | -1/+4 |
* | s/suffix/version prefix/ since it really is a prefix for the version string. | Zac Medico | 2007-01-08 | 1 | -1/+1 |
* | s/prefix/suffix/ Thanks to hydrogen for reporting on irc. | Zac Medico | 2007-01-08 | 1 | -1/+1 |
* | Don't automatically fix digests in --pretend mode. | Zac Medico | 2007-01-07 | 1 | -2/+5 |
* | Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g... | Zac Medico | 2007-01-06 | 1 | -1/+1 |
* | 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 |
* | force C locale for now when parsing gcc log files #160234 | Mike Frysinger | 2007-01-06 | 1 | -1/+2 |
* | revert previous changes ... ruby.eclass is wrongly polluting env with nullglob | Mike Frysinger | 2007-01-06 | 1 | -12/+3 |
* | Fix one more potential false glob match. | Zac Medico | 2007-01-06 | 1 | -0/+1 |
* | Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ... | Zac Medico | 2007-01-06 | 1 | -3/+11 |
* | For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe... | Zac Medico | 2007-01-05 | 1 | -0/+1 |
* | For python-2.3 compatibility, don't pass an iterable into dict.update(). | Zac Medico | 2007-01-05 | 1 | -1/+2 |
* | Make repoman use portage.normalize_path instead of os.path.normpath. This mi... | Zac Medico | 2007-01-05 | 1 | -7/+7 |
* | Use -G instead of -g (typo from the previous commit). | Zac Medico | 2007-01-04 | 1 | -1/+1 |
* | As a workaround for bug #147625, spawn `id -g portage` in order to get a list... | Zac Medico | 2007-01-04 | 1 | -4/+13 |
* | Make sure that myid is defined for the previous commit. | Zac Medico | 2007-01-04 | 1 | -1/+2 |
* | When fetching metadata from a binhost, reconnect if the http server closes th... | Zac Medico | 2007-01-04 | 1 | -2/+14 |
* | Export EBUILD_PHASE="" when running misc-function.sh in order to prevent bogu... | Zac Medico | 2007-01-04 | 1 | -1/+3 |
* | Implement distlocks for --getbinpkg so that it works properly when parallel-f... | Zac Medico | 2007-01-04 | 1 | -8/+20 |
* | Make sure stderr is flushed since os._exit doesn't flush stdio buffers. | Zac Medico | 2007-01-03 | 1 | -0/+1 |
* | Make sure stderr is flushed since os._exit doesn't flush stdio buffers. | Zac Medico | 2007-01-03 | 1 | -0/+1 |
* | Use os._exit instead of sys.exit in a forked child process. | Zac Medico | 2007-01-03 | 1 | -1/+1 |
* | When using the spawn's returnpid parameter, manually remove the returned pids... | Zac Medico | 2007-01-03 | 1 | -0/+1 |
* | undo | Marius Mauch | 2007-01-03 | 5 | -1280/+0 |
* | Allow - in elog module names | Marius Mauch | 2007-01-03 | 6 | -0/+1282 |
* | add support for scanning of build logs for common issues #111436 | Mike Frysinger | 2007-01-03 | 3 | -7/+98 |
* | Try to create DISTDIR before disabling fetch due to it's nonexistence. Thank... | Zac Medico | 2007-01-02 | 1 | -7/+7 |
* | Optimize dep_zapdeps to work without a vartree when called by repoman. | Zac Medico | 2007-01-02 | 2 | -8/+15 |
* | Don't bother to list the contents of directories before they are unmerged sin... | Zac Medico | 2007-01-02 | 1 | -14/+5 |
* | merge all of the QA related checks together | Mike Frysinger | 2007-01-02 | 2 | -91/+96 |
* | Fix the writemsg noiselevel from the previous commit. | Zac Medico | 2007-01-02 | 1 | -1/+1 |
* | For bug #159638, fix the UnboundLocalError in vartree.getprovide(). | Zac Medico | 2007-01-02 | 1 | -5/+8 |
* | For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS. | Zac Medico | 2006-12-31 | 1 | -5/+11 |
* | Use slot atom matching to simplify detection of downgrades relative to instal... | Zac Medico | 2006-12-31 | 1 | -14/+12 |
* | For bug #159518, increase the "database is locked" timeout. | Zac Medico | 2006-12-31 | 1 | -1/+7 |
* | Send errors in elog_process() to stderr via writemsg. | Zac Medico | 2006-12-31 | 1 | -4/+6 |
* | Use return values instead of direct sys.exit(123) calls when a merge fails. | Zac Medico | 2006-12-30 | 2 | -21/+13 |