| Commit message (Expand) | Author | Age | Files | Lines |
* | When signaling successful exit from an ebuild phase via ebuild-ipc, | Zac Medico | 2010-09-02 | 2 | -2/+27 |
* | Omit dotfiles in /usr/share/portage/config/sets (e.g. vim swapfiles). | Michał Górny | 2010-09-02 | 1 | -1/+2 |
* | Bug #248603 - Add a _ENABLE_REPO_NAME_WARN constant that's used to | Zac Medico | 2010-09-02 | 2 | -1/+5 |
* | Hide the portageq list_preserved_libs command when _ENABLE_PRESERVE_LIBS | Zac Medico | 2010-09-02 | 1 | -0/+3 |
* | Bug #335670 - Make copyright header in herdbase.py refer to "GPL 2 or later" | Zac Medico | 2010-09-02 | 1 | -1/+1 |
* | Make repoman disable FEATURES=unknown-features-warn for the profiles | Zac Medico | 2010-09-02 | 1 | -0/+4 |
* | Adjust EbuildIpcDaemon pickle read and write code in order to ensure | Zac Medico | 2010-09-02 | 3 | -8/+56 |
* | Bug #335642 - Also make show_masked_packages() display to stdout since | Zac Medico | 2010-09-01 | 1 | -2/+2 |
* | Bug #335642 - Revert depgraph._show_unsatisfied_dep() to display to | Zac Medico | 2010-09-01 | 1 | -14/+14 |
* | Remove reference to nonexistent _unlock_builddir() method inv2.2_rc73 | Zac Medico | 2010-09-01 | 1 | -1/+0 |
* | Add support to config.setcpv() for caching USE settings from built | Zac Medico | 2010-09-01 | 4 | -9/+23 |
* | Make atomic directory creation code in dblink.mergeme() use equivalent | Zac Medico | 2010-09-01 | 1 | -4/+16 |
* | Add a note to the ensure_dirs() docstring about atomic directory creation. | Zac Medico | 2010-09-01 | 1 | -1/+6 |
* | Make ensure_dirs() use os.path.isdir() to verify that the directory | Zac Medico | 2010-09-01 | 1 | -2/+3 |
* | In ensure_dirs(), only call apply_permissions() when keyword arguments | Zac Medico | 2010-09-01 | 1 | -2/+5 |
* | Make more doebuild() commands exempt from _check_temp_dir(). | Zac Medico | 2010-09-01 | 1 | -2/+8 |
* | In doebuild(), don't call _check_temp_dir() for pseudo-phases such as | Zac Medico | 2010-09-01 | 1 | -3/+5 |
* | In dblink.mergeme(), handle EISDIR which can be raised from mkdir calls | Zac Medico | 2010-08-31 | 2 | -2/+5 |
* | Fix WorldSelectedSet._load2() to always return a list instead of a | Zac Medico | 2010-08-31 | 1 | -1/+1 |
* | Fix depgraph._serialize_tasks() so that portage-9999 is always promoted | Zac Medico | 2010-08-31 | 1 | -1/+3 |
* | Fix portage to create directories atomically in fast build. | David James | 2010-08-31 | 1 | -9/+20 |
* | Update portage to create directories atomically. | David James | 2010-08-31 | 1 | -4/+4 |
* | Add comments about consumers of FakeVardbapi.getpath(). | Zac Medico | 2010-08-31 | 1 | -0/+4 |
* | Simplify the vartree constructor usage in config.getvirtuals(). | Zac Medico | 2010-08-31 | 1 | -2/+1 |
* | Use self.dbapi.getpath() to simplify code in vartree.get_provide(). | Zac Medico | 2010-08-31 | 1 | -1/+1 |
* | Bug #335439 - Fix "AttributeError: 'vartree' object has no attribute | Zac Medico | 2010-08-31 | 1 | -1/+1 |
* | When portage updates itself and the new version either inherits | Zac Medico | 2010-08-31 | 3 | -5/+12 |
* | Fix ResolverPlayground.cleanup() to cleanup the portdbapi instance. | Zac Medico | 2010-08-31 | 1 | -0/+3 |
* | Add a fallback PORTAGE_BZIP2_COMMAND setting in ebuild.sh, as a | Zac Medico | 2010-08-31 | 1 | -0/+6 |
* | Show PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND in emerge --info, | Zac Medico | 2010-08-30 | 1 | -1/+11 |
* | Fix bugs in features_set._prune_overrides() and add another test case. | Zac Medico | 2010-08-30 | 2 | -12/+19 |
* | Add testcase to check that features_set._prune_overrides() is working | Zac Medico | 2010-08-30 | 1 | -1/+8 |
* | Bug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_BZIP2_COMMAND in | Zac Medico | 2010-08-30 | 1 | -9/+9 |
* | Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND and | Zac Medico | 2010-08-30 | 10 | -10/+87 |
* | Bug #326561 - Implement FEATURES=unknown-features-filter. This is not | Zac Medico | 2010-08-30 | 4 | -15/+68 |
* | Move FEATURES=unknown-features-warn code to config.regenerate() so | Zac Medico | 2010-08-30 | 1 | -12/+21 |
* | When _ENABLE_DYN_LINK_MAP is False, show additional --depclean help | Zac Medico | 2010-08-30 | 2 | -0/+13 |
* | When _ENABLE_SET_CONFIG is False, disable reading/writing of the | Zac Medico | 2010-08-30 | 1 | -7/+21 |
* | When _ENABLE_SET_CONFIG is False, make load_default_config() create | Zac Medico | 2010-08-30 | 1 | -1/+42 |
* | Replace the literal portage version in all man page headers with the | Zac Medico | 2010-08-30 | 14 | -14/+14 |
* | Add a comment to make.globals noting that the preserve-libs FEATURES | Zac Medico | 2010-08-30 | 1 | -1/+2 |
* | Use _ENABLE_PRESERVE_LIBS and _ENABLE_DYN_LINK_MAP constants to control | Zac Medico | 2010-08-30 | 1 | -7/+13 |
* | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage | Zac Medico | 2010-08-30 | 1 | -2/+2 |
|\ |
|
| * | Fix typos. | Arfrever Frehtes Taifersar Arahesis | 2010-08-30 | 1 | -2/+2 |
* | | Add some private constants for use in conditional code in order to | Zac Medico | 2010-08-30 | 1 | -0/+18 |
|/ |
|
* | Add more new features to RELEASE-NOTES for portage-2.1.9. | Zac Medico | 2010-08-30 | 1 | -0/+8 |
* | Invert _ebuild_helpers_path EAPI conditional in ebuild.sh. | Zac Medico | 2010-08-30 | 1 | -3/+3 |
* | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage | Zac Medico | 2010-08-30 | 1 | -3/+3 |
|\ |
|
| * | Bug fix in canonicalize() function. | Ulrich Mueller | 2010-08-30 | 1 | -3/+3 |
* | | Split out a RELEASE-NOTES section for portage-2.1.9, composed of parts | Zac Medico | 2010-08-30 | 1 | -5/+10 |
|/ |
|