2008-06-17 |
Zac Medico | Add support for an new "eblank" elog function that... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Document the new ACCEPT_CHOSTS variable. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Tweak the config._accept_chost() regex. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Re-enable vardbapi.cpv_all() cache now that bug #223417... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Bug #223417 - Due to 1 second mtime granularity in... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Make some post_merge() things conditional on the vdb... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Add some write access checks in post_merge() in order... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Zac Medico | Fix config._accept_chost_re so it's only an instance... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Zac Medico | Add support for and ACCEPT_CHOSTS variable that control... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Zac Medico | Fix the 'inherit.autotools' check to account for apache... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Zac Medico | Add two new build log qa checks, suggested by Diego... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Zac Medico | Pass missing "installed" parameter into Package constru... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Handle InvalidDependString in _package_cache.__setitem__(). |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Fix indent. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Handle InvalidDependString. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Bug #225767 - Suppress warnings for installed packages... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Use spawn() instead of system(). |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Add another sanity check in the owners cache. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Use isinstance() instead of handling TypeError. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Bug #225285 - Allow digestcheck() to succeed when the... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Add some sanity checks and error tolerance in the owner... v2.2_pre8 |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Fix missing initialization. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Remove unused PackageVirtualDbapi.__getitem__() method. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Add CONTENTS indexing support for optimization of owner... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | When inside fakeroot, directories with portage's gid... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Marius Mauch | make sure that scanelf is called with the right paths... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Bug #225285 - Allow digestcheck() to succeed when the... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Make portdbapi.aux_get() return float type for _mtime_. |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Add additional functions such as eaclocal and eautohead... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Make repoman pass Package instances into run_checks... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Inside, create_trees(), pass target_root="/" into the... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Validate ROOT from make.conf. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Make load_emerge_config() filter out empty PORTAGE_CONF... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Bug #224271 - New check 'IUSE.undefined', renamed from... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | As suggested by Flameeyes, add a new 'inherit.autotools... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Mike Frysinger | remove old/unused gen_wrapper function |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Bug #224271 - Add a 'IUSE is not defined' ebuild.minors... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Zac Medico | Add a PackageVirtualDbapi.__getitem__() method. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zac Medico | Add Package.counter and mtime attributes. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zac Medico | Add vardbapi.aux_get() support for an "_mtime_" value... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Bug #224713 - Avoid TypeError when make.conf is missing: |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Mention PORTAGE_RO_DISTDIRS in the DISTDIR docs. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Use sets for more accurate cache modification counts... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Use platform module to make it clear what we're display... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Use "platform" module instead of os.uname, or -- even... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Zac Medico | Use a distdir_writable variable in fetch(), for better... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Update --depclean and package.provided docs to indicate... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Make PackagesSystemSet.description refer to the real... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Avoid an unhandled IndexError thrown from the PackagesS... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Fix regex for compatibility with the regex implementati... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Tweak the installed masked code from bug #223447 so... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | When pruning the digests to optimize parallel-fetch... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Use float mtime instead of int for finer granularity... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Add modification threshold for BlockerCache.flush(... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Fix vardbapi.flush_cache() so that it only updates... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Add support for a PORTAGE_RO_DISTDIRS variable. When... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Zac Medico | Don't unset PORTAGE_BINPKG_FILE because it's readonly. |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Filter PORTAGE_BINPKG_FILE in save_ebuild_env(). |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Mention masked packages in another --resume message. |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Reference depgraph.UnsatisfiedResumeDep instead of... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Update the --skipfirst dropped packages warning to... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Update the UnsatisfiedResumeDep display to distinguish... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Revert changes wrt argument atoms in the previous commi... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Make --skipfirst tolerate masked packages by dropping... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Zac Medico | Fix EditablePackageSet.update() to create Atom instance... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Make PackageSet._setAtoms() use existing Atom instances... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Fix create_world_atom() to take a Package instance... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Add some isvalidatom() test cases with "null" and missi... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Fix TypeError: 'tuple' object does not support item... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | * Tweak isvalidatom() to treat "null" category as valid... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Clean up reference to parts of the first graph for... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Zac Medico | Optimize the new --skipfirst code so that in only has... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Fix PackageSet.findAtomForPackage() to find the most... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Now that dbapi._iter_match() is guaranteed to return... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | For consistency, make sure that a normal iterator is... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Make the use_cache=0 listdir() implementation inside... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Pass a mutable config instance into get_masking_status... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Make PackageSet.findAtomForPackage() just return the... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Simplify None Package.slot handling in match_from_list(). |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Fix Atom attribute handling in get_operator() and dep_g... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Zac Medico | Create Atom instances earlier to avoid redundant valida... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | When dropping deps from the resume list, make sure... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Use Package.metadata instead of calling dbapi.aux_get(). |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Use a frozenset instead of a list for containment tests. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Use izip() to eliminate temporary dict instances. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Clean up references to unsatisfied_parents. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Clean up reference to dropped_tasks when finished. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | When --skipfirst drops packages due to unsatisfied... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Clean up exception reference from previous commit. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Make --skipfirst handle missing dependencies by droppin... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Save the content of CONFIG_MEMORY_FILE in dblink.treewa... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Zac Medico | Make the unmerge time CONFIG_MEMORY_FILE pruning slight... |
commit | commitdiff | tree | snapshot |
next |