portage.git
2007-01-11 Marius Mauchcontinue is only for loops
2007-01-11 Alec Warneradd stack_lists checks
2007-01-11 Marius MauchExtend ignore filter for grablines (bug #144445)
2007-01-11 Alec WarnerMore portage_util tests
2007-01-11 Marius MauchDon't escape strings in PortageException as that breaks...
2007-01-11 Marius MauchRename 'Last Sync' to 'Timestamp of tree' to clarify...
2007-01-11 Marius MauchAdd 'stricter' description, misc typo fixes, patch...
2007-01-11 Marius MauchUpdate CCACHE docs, patch by Ryan Hill (bug #156865)
2007-01-11 Marius MauchRemove RESTRICT=sandbox docs until bug #161045 is resolved
2007-01-11 Zac MedicoRemove / character from module names.
2007-01-11 Alec Warnermore test re-arranging as Alec can't read what function...
2007-01-11 Alec Warneredit test-notes
2007-01-11 Alec Warnerremove bogs test dir, add portage_versions
2007-01-11 Alec WarnerAdd a bit of path mangling to allow deeper tests
2007-01-10 Zac MedicoRename depgraph._invalid_depgraph_is_acceptable() to...
2007-01-10 Zac MedicoDon't allow slot collision nodes to block other package...
2007-01-10 Zac MedicoFor bug #161422, make slot collisions non-fatal in...
2007-01-10 Zac MedicoFix sys.path so that imports work correctly.
2007-01-10 Zac MedicoFix module loading.
2007-01-10 Alec Warneradd a few tips on adding tests, and kinks in the curren...
2007-01-10 Alec Warnerremove monolithic test
2007-01-10 Alec Warnersplit out util tests
2007-01-10 Alec Warnerrename atoms back to vercmp
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec WarnerTake Genone's suggestion and break the modules up into...
2007-01-10 Alec WarnerFix Fail test
2007-01-10 Zac MedicoMake the tests pass.
2007-01-10 Alec Warnerrework test import code, rename test_vercmp to be more...
2007-01-10 Zac MedicoUse startwith to simplify =* matching.
2007-01-10 Zac MedicoMinor fixes for the =* operator (I hope we're done...
2007-01-10 Marius MauchI hate this thing
2007-01-10 Marius Mauchminor performance improvement
2007-01-10 Marius Mauchalso sanitize mycpv for =* handling
2007-01-10 Marius Mauch=* operator sucks
2007-01-10 Marius MauchDocumenting the loop a bit
2007-01-10 Marius MauchMake the =* operator more robust
2007-01-10 Marius MauchAttach the problematic data to the exception for debugging
2007-01-10 Marius MauchStupid me, shouldn't jsut move a part of the patch
2007-01-10 Marius MauchAlways use vercmp for cpv comparisons
2007-01-10 Marius MauchMake env variable example about USE shell independent
2007-01-10 Marius Mauchcreate symlinks to html documentation if DOC_SYMLINK_DI...
2007-01-10 Marius Mauchmake.globals has no business in profiles
2007-01-10 Zac MedicoFor bug #160075, send all 'QA Notice' messages to eqawa...
2007-01-10 Marius MauchAdd elog related variables to make.conf(5) with a point...
2007-01-10 Marius MauchUpdate x86 CFLAGS section, original patch by Peter...
2007-01-10 Marius MauchMisc typo fixes, patch by Benno Schulenberg (bug #157812)
2007-01-09 Zac MedicoFor bug #160971, rename dir.gz to dir.gz.old when neces...
2007-01-09 Zac MedicoFor bug #161003, disallow virtuals in package.provided...
2007-01-09 Zac MedicoFor bug #161103, don't skip collision-protect checks...
2007-01-09 Zac MedicoMake digestgen() force fetch unless all required digest...
2007-01-09 Zac MedicoSplit PORTAGE_ELOG_CLASSES outside the loop for better...
2007-01-09 Marius MauchUpdate NEWS with eqawarn and 'ebuild foo test' changes
2007-01-09 Alec WarnerThis file apparently uses spaces to line everything...
2007-01-09 Alec WarnerOkies this works locally for me now (and Zac)
2007-01-09 Marius MauchMention new QA loglevel in make.conf.example
2007-01-09 Marius MauchAdd new eqawarn function and QA loglevel to be used...
2007-01-09 Alec WarnerZac pointed out that the retcodes would be wrong if...
2007-01-09 Marius MauchDisable qa_source usage until it actually works
2007-01-09 Marius MauchAlways run src_test when calling 'ebuild foo test'
2007-01-09 Marius MauchMake PORTAGE_BASE_PATH dynamic based on __file__
2007-01-08 Alec WarnerAntarus sucks at bash, thanks for Genone for reporting...
2007-01-08 Alec WarnerImplement QA checks that attempt to detect changed...
2007-01-08 Zac MedicoFor bug #160893, ignore a KeyError during cache cleansi...
2007-01-08 Zac Medicos/suffix/version prefix/ since it really is a prefix...
2007-01-08 Zac Medicos/prefix/suffix/ Thanks to hydrogen for reporting on...
2007-01-07 Zac MedicoDon't automatically fix digests in --pretend mode.
2007-01-06 Zac MedicoDon't swallow an IOError if it is thrown from the aux_g...
2007-01-06 Zac MedicoFix the digestentry.unused check so that it works prope...
2007-01-06 Zac MedicoFor bug #160310, remove the line continuation syntax...
2007-01-06 Zac MedicoFor bug #160310, allow \ inside `` quotes in order...
2007-01-06 Mike Frysingerforce C locale for now when parsing gcc log files ...
2007-01-06 Mike Frysingerrevert previous changes ... ruby.eclass is wrongly...
2007-01-06 Zac MedicoFix one more potential false glob match.
2007-01-06 Zac MedicoFix shell glob logic that leads to false positives...
2007-01-05 Zac MedicoFor bug #160299, make sure that emerge sees a somewhat...
2007-01-05 Zac MedicoFor python-2.3 compatibility, don't pass an iterable...
2007-01-05 Zac MedicoMake repoman use portage.normalize_path instead of...
2007-01-04 Zac MedicoUse -G instead of -g (typo from the previous commit).
2007-01-04 Zac MedicoAs a workaround for bug #147625, spawn `id -g portage...
2007-01-04 Zac MedicoMake sure that myid is defined for the previous commit.
2007-01-04 Zac MedicoWhen fetching metadata from a binhost, reconnect if...
2007-01-04 Zac MedicoExport EBUILD_PHASE="" when running misc-function.sh...
2007-01-04 Zac MedicoImplement distlocks for --getbinpkg so that it works...
2007-01-03 Zac MedicoMake sure stderr is flushed since os._exit doesn't...
2007-01-03 Zac MedicoMake sure stderr is flushed since os._exit doesn't...
2007-01-03 Zac MedicoUse os._exit instead of sys.exit in a forked child...
2007-01-03 Zac MedicoWhen using the spawn's returnpid parameter, manually...
2007-01-03 Marius Mauchundo
2007-01-03 Marius MauchAllow - in elog module names
2007-01-03 Mike Frysingeradd support for scanning of build logs for common issue...
2007-01-02 Zac MedicoTry to create DISTDIR before disabling fetch due to...
2007-01-02 Zac MedicoOptimize dep_zapdeps to work without a vartree when...
2007-01-02 Zac MedicoDon't bother to list the contents of directories before...
2007-01-02 Mike Frysingermerge all of the QA related checks together
2007-01-02 Zac MedicoFix the writemsg noiselevel from the previous commit.
2007-01-02 Zac MedicoFor bug #159638, fix the UnboundLocalError in vartree...
2006-12-31 Zac MedicoFor bug #159224, use separate xmatch caches for each...
2006-12-31 Zac MedicoUse slot atom matching to simplify detection of downgra...
2006-12-31 Zac MedicoFor bug #159518, increase the "database is locked"...
next