summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-203-6/+8
| | | | | This enables pty support in python3, by using unbuffered fdopen to avoid http://bugs.python.org/issue5380.
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-202-4/+27
| | | | | | New development: It appears that array.fromfile() is usable with python3 as long as fdopen is called with a bufsize argument of 0.
* dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18Zac Medico2011-01-193-3/+26
| | | | | Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
* make.globals: initialize FFLAGS and FCFLAGSZac Medico2011-01-191-0/+2
| | | | This completes the fixes for bug #349070.
* make.conf.example: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-192-10/+19
|
* make.conf.5: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-191-1/+11
|
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
|
* doebuid: clean up AA handlingZac Medico2011-01-181-9/+0
|
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
|
* depgraph: don't reinstall for changed repoZac Medico2011-01-182-8/+45
|
* depgraph: avoid updates moreZac Medico2011-01-182-13/+15
| | | | | The fix from bug #351828 broke some of the update avoidance behavior from bug #275945, and this patch should restore it.
* test_multirepo: test for bug #351828Zac Medico2011-01-181-2/+24
|
* Fix some poor installed/masked || choices.Zac Medico2011-01-182-15/+20
| | | | This will fix bug #351828. It's fallout from bug #350285.
* Fix breakage from previous commit.Zac Medico2011-01-181-4/+29
|
* doebuild_environent: handle A/AA initializationZac Medico2011-01-184-62/+40
| | | | | This allows elimination of duplicate code, some of which was introduced by the fix for bug #351505.
* Fix broken pkg.use.enabled ref from last commit.v2.2.0_alpha17Zac Medico2011-01-171-1/+1
|
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
| | | | This will fix bug #351505.
* Scheduler: remove uninstall task from pkg_queuev2.2.0_alpha16Zac Medico2011-01-171-0/+4
|
* Use r'' for regex.Zac Medico2011-01-171-1/+1
|
* spawn_nofetch: Ensure $A is defined.Zac Medico2011-01-171-1/+7
| | | | This will fix bug #351505.
* spawn_nofetch: fix PORTAGE_BUILDIR_LOCKED stateZac Medico2011-01-171-0/+2
| | | | | We need to correct the state of this variable here, in order to avoid erroneous "ebuild phase 'nofetch' has exited unexpectedly" messages.
* Update copyright headers for touched files.Zac Medico2011-01-165-5/+5
|
* Remove redundant portage.listdir(ignorecvs) code.Zac Medico2011-01-161-2/+1
| | | | | The ignorecvs filtering is handled by cacheddir since commit 956a2a70446e7618ef29593ed710648ca2b1e19f.
* Make portage.listdir(ignorecvs=1) omit CVS dirs.Zac Medico2011-01-161-1/+2
|
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
|
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-162-5/+7
|
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
| | | | This will fix bug #351814.
* Tweak PollScheduler signal handling.Zac Medico2011-01-153-36/+44
|
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-151-3/+0
|
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-156-28/+153
| | | | | This allows PollScheduler instances to do basic cleanup and terminate gracefully when SIGINT or SIGTERM signals are received.
* When killed by signal, return 128 + signum.Zac Medico2011-01-156-21/+23
| | | | | This is the same convention that bash uses for returncodes of processes that are killed by signals.
* emerge-webrsync: update for current gpg keyZac Medico2011-01-141-1/+1
|
* AsynchronousLock: use process by defaultZac Medico2011-01-131-1/+9
| | | | | | | The default behavior is to use a process instead of a thread, since there is currently no way to interrupt a thread that is waiting for a lock (notably, SIGINT doesn't work because python delivers all signals to the main thread).
* docbook: Add missing "of" from last commit.v2.2.0_alpha15Zac Medico2011-01-121-1/+1
|
* Don't filter QA warning for --disable-dep...Zac Medico2011-01-121-6/+1
| | | | | | This reverts commit f3785f651bff9febc0bb3be4f0ee8e4d732495d5. It's unnecessary to filter since now we check configure --help output for disable-dependency-tracking (bug #211529).
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-123-3/+8
| | | | This is the new behavior, for bug #211529.
* ebuild.sh: skip QA_* init in "depend" phaseZac Medico2011-01-091-20/+21
|
* Scheduler: free unneeded uninstall task from memv2.2.0_alpha14Zac Medico2011-01-061-1/+5
|
* Scheduler: handle same cpv with different SLOTZac Medico2011-01-051-0/+3
|
* Scheduler: fix reposyntax uninstall hash breakageZac Medico2011-01-051-8/+10
|
* Scheduler: always share FakeVartree pkg_cacheZac Medico2011-01-051-1/+2
|
* Scheduler: avoid unecessary Package instancesZac Medico2011-01-051-1/+0
|
* Scheduler: cache more Packages in --nodeps modeZac Medico2011-01-051-0/+2
|
* Scheduler: cache Package instance moreZac Medico2011-01-051-9/+12
| | | | | | | | This helps to avoid some cases in which emerge crashes due to ebuild modification that leads to failure in aux_get/manifest check while the Scheduler is running. Typically such modifications are harmless, so it's beneficial to cache the metadata so that aux_get is less likely to be called when it will fail.
* emerge-webrsync: eat trailing newlinesMike Frysinger2011-01-051-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* emerge-webrsync: add xz supportMike Frysinger2011-01-051-0/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
|
* Split out pkg_use_display() from action_info().Zac Medico2011-01-042-58/+68
|
* REQUIRED_USE: test unsatisfied without USE depv2.2.0_alpha13Zac Medico2011-01-041-0/+6
|
* composite_db: use ebuild visibility for installedZac Medico2011-01-042-2/+18
| | | | This will fix bug #350488.