2006-09-22 |
Zac Medico | Move the open call out of the inner try block. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Make it possible, once again, to use --noreplace to... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Use finally: to ensure that the file is closed properly. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Don't use LazyLoad for cache pulls because it causes... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Improve and simplify __getitem__ error handling. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Use fstat to when retrieve cache timestamps and avoid... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | For compatibility with float timestamps in python-2... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Convert stat timestamps to long for compatibility with... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Allow cache.sqlite to use sqlite3 from python-2.5,... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Revert r4495, since conversion from nomerge to merge... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Simon Stelling | use EBUILD_SH_ARGS instead of $*; bug 148615 |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Zac Medico | Allow packages specified on the command line to be... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Fix another IndexError due to an assumption that digrap... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Prevent --update and/or --deep style behavior when... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Prevent an IndexError caused by blocker nodes splitting... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Add a comment about old-style virtuals inside depgraph... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Remove an inaccurate comment. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Add a docstring for depgraph.validate_blockers(). |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Zac Medico | Fix depgraph.validate_blockers() logic so that match_fr... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Zac Medico | Thanks to Jason Stubbs for this patch from bug #16365... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Zac Medico | As suggested by vapier, send emerge -fp output to stdou... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Zac Medico | Make portageq exit successfully for -h or --help. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Make portageq exit with nonzero status when called... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | For consistency, pass ignore_soft_deps into digraph... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Fix digraph.hasallzeros() breakage. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Properly close the caches before reloading portage. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | This is a new --tree implementation by Jason Stubbs... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Fix fetch resume logic for bug #145601 and document... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Fix digraph.debug_print inverted hard/soft logic. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Zac Medico | Turn off file name globbing during expansion of ${find_... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Allow packages matched by something in package.provided... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Idendify soft deps in emerge --debug output. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Thanks again to Jason Stubbs for this patch from bug... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Thanks to Jason Stubbs for this patch from bug #147766... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Ensure that the parent process gets the first fetch... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Replace relative imports with absolute imports for... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Zac Medico | Close the parallel-fetch log file descriptor when it... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Zac Medico | Use mtimedb.filename == None to disable mtimedb writes... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Zac Medico | Reimplement parallel-fetch so that it simply spawns... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | In portage.commit_mtimedb(), use the commit() method... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Mike Frysinger | document FEATURES=buildsyspkg #147729 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | Add CATEGORY to the list of readonly variables. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make dispatch-conf scan for individual... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make etc-update scan for individual... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, make emerge scan for individual files... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Zac Medico | For bug #14321, add support for individual files in... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | When it's detected that a previously remembered update... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Add support for SPACE_SEPARATED and COLON_SEPARATED... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Move all env.d file name filtering into a single loop. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Zac Medico | Simplify the confmem logic so that it's easier to read. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Remove an unused hardlink_active() function. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Simplify portage_locks.hardlink_is_mine() so that it... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | Remove all traces of atexit hardlock cleanup code,... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Zac Medico | In unhardlink_lockfile(), make sure not to touch lockfi... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Mike Frysinger | note that you need to use an absolute path for ROOT... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Zac Medico | Use configdict["env"].clear() instead of manual deletio... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Zac Medico | For correct LINGUAS handling, don't export empty USE_EX... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Zac Medico | Add KDEDIRS to colon_separated env-update vars as reque... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Zac Medico | Fix a broken call to new_protect_filename for bug ... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Mike Frysinger | diff for superh |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Zac Medico | For bug #80846, prevent false collisions caused by... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Zac Medico | In dblink.isowner(), correct the logic to test the... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Zac Medico | Include a note about RESTRICT="fetch" in docs for local... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Add PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it... v2.1.1 |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Make quickpkg respect PORTAGE_NICENESS. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Substitute isolated-functions.sh in place of /sbin... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Condense a few portageq calls into one. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Make sure that the package phase has the PYTHONPATH... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | Optimize quickpkg so that it creates the binary package... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Zac Medico | For bug #146564, include directories in packages create... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Document that dblink.unmerge() does not perform locking... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Properly lock the critical section of portage.unmerge... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Allow env_update to work if there are broken symlinks... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Remove ACCEPT_KEYWORDS from incrementals to that a... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Zac Medico | Call dep_settings.setcpv() first so that ACCEPT_KEYWORD... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | unpack rar files with -o+ to force overwriting #146508... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | make .compiled warning the same helpful format as ... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mike Frysinger | if user has FEATURES=noauto then dont check lame .insta... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Zac Medico | During env_update, raise a FileNotFound exception if... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Add an additional note about $ROOT and USE flag handlin... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Revert r4403 since dep_check needs a config instance... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Only apply USE masks in dep_check when called by repoma... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Use a set for masklist inside dep_check. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | For emerge dep_check calls, use a config instance that... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Move setcpv call (from the last commit) to a more logic... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Add repoman support for package.use.mask. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Since none of the code is written to handle it, never... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Zac Medico | Don't call dict.keys() unnecessarily for the containmen... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Move notes about --depclean and --newuse from NEWS... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Add news about --newuse being able to detect changes... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | When aux_get can't find a matching ebuild, simply raise... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Simon Stelling | moving the portage-specific sandbox-code out of the... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Zac Medico | Describe each of the USE flag symbols that are displaye... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | Make code from the last 2 commits conditional on mergin... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | Update the depgraph's USE flag cache so that's it's... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Zac Medico | When creating the depgraph, use the correct USE flags... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Zac Medico | Use a specialized read_int function to read integer... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Zac Medico | Before the preinst phase, only call load_infodir for... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Mike Frysinger | fix whitespace |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Simon Stelling | let's not fork too much |
commit | commitdiff | tree | snapshot |
next |