summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-022-3/+3
|
* Optimize LazyItemsDict.__deepcopy__().v2.2.0_alpha3Zac Medico2010-10-311-2/+2
|
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
|
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
|
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-292-9/+28
| | | | | | In python-2.7, changes in deepcopy() make LazyItemsDict.__deepcopy__() fail in some cases. Thanks to Diego E. Pettenò <flameeyes@g.o> for reporting.
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
|
* am maintainer-mode: ignore autotest and help2manZac Medico2010-10-261-1/+1
| | | | This will fix bug #342561.
* ebuild(1): fix breakage for /var/db/pkg ebuildsZac Medico2010-10-261-1/+1
|
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-261-0/+5
|
* Fix broken spawn_bash() call.Zac Medico2010-10-241-2/+3
|
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-241-2/+4
| | | | | Use 'exec' to avoid unnecessary redundant processes. Update the checkout code to use spawn_bash() like update does.
* Add sanity checks for system clock changes.Zac Medico2010-10-232-3/+21
|
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-231-1/+36
|
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-231-5/+14
|
* Copy term size to pty only if foreground.Zac Medico2010-10-232-2/+6
|
* Fix some typos and improve a message in repoman.Arfrever Frehtes Taifersar Arahesis2010-10-231-2/+2
|
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-231-2/+2
|
* depgraph minimize_children: yield highest versionv2.2.0_alpha1Zac Medico2010-10-231-1/+4
|
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
|
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
| | | | | If we don't call doebuild_environment() then the 'O' variable is not set and fetch() doesn't use the manifest.
* AsynchronousLock: protect _wait() from recursionZac Medico2010-10-221-3/+6
|
* Make _LockThread.lock_obj private.Zac Medico2010-10-221-6/+6
|
* AsynchronousLock: assert state in unlock()Zac Medico2010-10-221-0/+4
|
* Support aliases in metadata/layout.conf.Zac Medico2010-10-221-0/+10
| | | | | | | This was requested by Daniel Robbins <drobbins@funtoo.org> so that the funtoo repository can set 'aliases = gentoo' in layout.conf, relieving funtoo users from the need to do a manual alias configuration in /etc/portage/repos.conf.
* Fix RepoConfig.info_string() for aliases.Zac Medico2010-10-221-1/+1
|
* Fix 'Unavailable repository' layout.conf path.Zac Medico2010-10-221-0/+2
|
* prepare_build_dirs: tolerate permission issuesZac Medico2010-10-221-2/+6
|
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
|
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
|
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
| | | | This tempdir stuff is handled by spawn_nofetch() now.
* Comment out unused slot operator test ebuilds.Zac Medico2010-10-221-6/+6
|
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-18/+30
| | | | This will fix bug #342157.
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-222-26/+20
|
* EbuildFetcher: Use fork for better performance.Zac Medico2010-10-211-33/+43
| | | | Instead of calling ebuild(1), simply fork and call fetch().
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-213-1/+3
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-216-27/+163
|
* Raise default backtrack limit for bug 337178Sebastian Luther2010-10-212-3/+3
| | | | | | | | The bug was solved in principle, but other conflicts could lead to all tries being used up too early. The default backtrack limit is changed from 5 to 10. The maximal depth of the backtrack graph is now half of the backtrack limit.
* Enable tests for autoumask with EAPI 4.Zac Medico2010-10-211-14/+17
|
* Enable tests for circular deps with EAPI 4.Zac Medico2010-10-211-12/+15
|
* Comment: slot operator deps not implemented.Zac Medico2010-10-211-0/+1
|
* Enable more tests for resolver with EAPI 4.Zac Medico2010-10-211-14/+14
|
* Enable tests for resolver with EAPI 4.Zac Medico2010-10-211-15/+18
|
* Enable tests for slot collision with REQUIRED_USEZac Medico2010-10-211-11/+13
|
* Enable tests for use dep defaults.Zac Medico2010-10-211-32/+34
|
* Enable REQUIRED_USE tests.Zac Medico2010-10-211-35/+34
|
* Enable EAPI 4_pre1 for testing.Zac Medico2010-10-211-1/+1
|
* Fix pretend phase doebuild_environment().Zac Medico2010-10-211-3/+2
|
* dispatch-conf: suppress 'No such file' errors.Zac Medico2010-10-211-10/+13
| | | | This will fix bug #341463.
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
|
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
| | | | This will fix bug #340725.