| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #156536, update --resume docs to show that the resume history is capa... | Zac Medico | 2007-06-06 | 2 | -7/+16 |
* | For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND. | Zac Medico | 2007-06-06 | 1 | -2/+2 |
* | Comment in portage.movefile() that it's impossible to preserve timestamps of ... | Zac Medico | 2007-06-06 | 1 | -0/+2 |
* | For bug #181021, preserve timestamps from ${D} during merge. For replacement... | Zac Medico | 2007-06-06 | 1 | -95/+49 |
* | Fix typo, split SPACE_SEPARATED variables on whitespace. | Zac Medico | 2007-06-06 | 1 | -1/+1 |
* | When dblink.treewalk() looks for an installed instance in the same slot, make... | Zac Medico | 2007-06-05 | 1 | -0/+8 |
* | Remove duplicate entries from special variables processed by env_update() (bu... | Marius Mauch | 2007-06-05 | 1 | -2/+6 |
* | Use user-provided $mv_opts for -5 (bug #47442) | Marius Mauch | 2007-06-05 | 1 | -1/+2 |
* | Add ECONF_SOURCE to the econf docs. | Zac Medico | 2007-06-05 | 1 | -1/+1 |
* | Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. | Zac Medico | 2007-06-05 | 1 | -0/+4 |
* | Improve support for slot deps atoms given on the command line. Thanks to Fla... | Zac Medico | 2007-06-04 | 1 | -2/+5 |
* | Fix typo. | Zac Medico | 2007-06-04 | 1 | -1/+1 |
* | For bug #164655, port quickpkg to python and use the tarfile module for prope... | Zac Medico | 2007-06-04 | 2 | -193/+185 |
* | Fix broken usage of lstrip in creating the PROFILE header field. | Zac Medico | 2007-06-03 | 1 | -2/+3 |
* | Remove pym/{cache,elog_modules} directory symlinks since they lead to upgrade... | Zac Medico | 2007-06-03 | 2 | -2/+0 |
* | Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI hea... | Zac Medico | 2007-06-02 | 2 | -7/+24 |
* | copyrights.. id? what? | Alec Warner | 2007-06-02 | 5 | -0/+22 |
* | If PORTAGE_BINHOST is defined then use it as a URI attribute in the Packages ... | Zac Medico | 2007-06-01 | 1 | -0/+3 |
* | Include SHA1 digests in the Packages index. | Zac Medico | 2007-06-01 | 1 | -7/+11 |
* | Add a VERSION attribute to the Packages index header and reject any index wit... | Zac Medico | 2007-06-01 | 1 | -3/+24 |
* | Make binarytree.prevent_collision() update the Packages index since it change... | Zac Medico | 2007-06-01 | 1 | -1/+5 |
* | Add an optional PATH attribute to the Packages index in order to indicate the... | Zac Medico | 2007-06-01 | 1 | -9/+25 |
* | Fix it so repoman still does QA when $FILESDIR doesn't exist. | Zac Medico | 2007-06-01 | 1 | -5/+8 |
* | Don't complain when $FILESDIR is missing unless manifest1 compatibility is en... | Zac Medico | 2007-06-01 | 1 | -9/+4 |
* | Add --getbinpkg digest verification. | Zac Medico | 2007-06-01 | 2 | -6/+51 |
* | Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con... | Zac Medico | 2007-06-01 | 1 | -2/+4 |
* | Don't repeatedly invoke the depend phase for ebuilds that are already known t... | Zac Medico | 2007-06-01 | 1 | -0/+4 |
* | For bug #149397, raise an InvalidDependString exception if a USE has no basen... | Zac Medico | 2007-06-01 | 1 | -0/+2 |
* | Add some additional variables to the Packages header. | Zac Medico | 2007-06-01 | 1 | -0/+17 |
* | Fix typo. | Zac Medico | 2007-05-31 | 1 | -1/+1 |
* | Raise a KeyError from bindbapi.aux_get() when appropriate. | Zac Medico | 2007-05-31 | 1 | -0/+2 |
* | Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba... | Zac Medico | 2007-05-31 | 1 | -3/+8 |
* | Replace deprecated binarytree.remotepkgs usage with binarytree._remotepkgs si... | Zac Medico | 2007-05-31 | 1 | -16/+11 |
* | Fix typos. | Zac Medico | 2007-05-31 | 1 | -2/+2 |
* | Add PORTAGE_BINHOST support for fetching a remote Packages index. If the ind... | Zac Medico | 2007-05-31 | 2 | -11/+102 |
* | Implement bindbapi.cpv_all() since the one from fakedbapi won't populate the ... | Zac Medico | 2007-05-31 | 1 | -0/+5 |
* | Don't define bindbapi.move_slot_ent() since the inherited one works fine. Ov... | Zac Medico | 2007-05-31 | 1 | -7/+2 |
* | Don't try to perform global updates on binary packages unless $PKGDIR is writ... | Zac Medico | 2007-05-31 | 1 | -9/+14 |
* | Trigger an update of the Packages index when a package is moved or aux_update... | Zac Medico | 2007-05-31 | 1 | -1/+2 |
* | Allow dbapi.aux_update() to prune empty metadata values from storage. | Zac Medico | 2007-05-31 | 2 | -1/+10 |
* | Create one unified dbapi.move_slot_ent() method to replace the corresponding ... | Zac Medico | 2007-05-31 | 3 | -68/+23 |
* | Make automatic "global updates" always use the config instance that's associa... | Zac Medico | 2007-05-31 | 3 | -6/+5 |
* | Create one unified dbapi.update_ents() method and use it for both fixpackages... | Zac Medico | 2007-05-31 | 5 | -53/+31 |
* | Only check ChangeLog if we're dealing with an ebuild (bug #170604) | Marius Mauch | 2007-05-31 | 1 | -2/+6 |
* | catch GetoptError | Marius Mauch | 2007-05-31 | 1 | -1/+5 |
* | remove pointless $PORTDIR lock | Marius Mauch | 2007-05-31 | 1 | -26/+16 |
* | Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ... | Zac Medico | 2007-05-30 | 1 | -0/+2 |
* | For bug #180399, raise an appropriate InvalidDependString exception if there ... | Zac Medico | 2007-05-30 | 1 | -1/+12 |
* | Show deprecation warnings if the "clone" parameters are used for the binartre... | Zac Medico | 2007-05-30 | 3 | -0/+6 |
* | Return a copy of the cached result from match_from_list(). | Zac Medico | 2007-05-30 | 1 | -1/+1 |